Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
WebDateChooser not recognizing size specifications
posted

I'm sure this is something easy I'm missing. No matter what image or height/width I put in the dropdown image style or the drop down style itself, the webdatechooser always displays as a huge textbox .I thought it was the image so I changed to a smaller gif image. No luck, now I just have a smaller image with a gray background behind it to fill up the rest of the space. It doesn't even matter if I remove the image, because it always defaults to the xp blue drop down image which fills up the whole image drop down area anyways. I'm using v 7.3.

The WYSIWYG on the visual studio development side shows it the size I want it, but after compiling the app, and browsing to the actual page, its still the biggest control on the screen. Short of calling weight watchers or Jenny Craig does anyone know how to get this thing to be smaller? Thanks!

  • 280
    Verified Answer
    posted

    Turns out a CSSClass I had set, and removed from the designer side was still hanging around in the html code, once I removed that and changed the font size to x-small. Things seemed to work okay.