Hi,

I am getting a strange ComboBox problem where the pulldown is
displayed properly but the scroll image is displayed below the
pulldown box instead of on the right of the pulldown box.

I found the following thred from the Internet:
(http://gwt-ext.com/forum/viewtopic.php?f=8&t=1975&p=7459#p7459)
I found the problem and while I do feel a bit stupid, I will post it
here to warn others.

The GWT application creator produces a sample CSS file that for some
crazy reason includes:

img {
margin-top: 20px;
}

I tried pasting:
.img {
margin-top: 20px;
}

into my css file, but it still does not fix the problem.  Does anyone
know how I can get ComboBox displayed properly?

Thanks,
Mark

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to