PDA

View Full Version : mousover combobox


newnomad
05-30-2003, 03:38 PM
I once saw a combo that was hidden untill you moused over a textlink, then it appeared above ...
any one knows how to do that? What I want is a picture or layer that covers the combo and dissapears when you move over it and the combo box opens.
putting a white frame around the combo (on a white background) to hide its edges and arrows doesnt seem the right way to me. Besides in OSX apple then you still see the striped os comboboxlook in the frame.

any help appreciated

g

chrismiceli
05-30-2003, 06:20 PM
you could change the stylesheets to mess with your combobox, like change its id to another id if you want it visible, and a useful style commands
visibility: hidden;
visibility: visible;