Is there a way to make the background of a sized select menu transparent? As in, if I have <select size=8><option>blah<option>blahblah</select> is there a way I can make its background transparent as you can with buttons with background:none ??? It doesn't seem to work, there has to be a way to do this. Also, how do you get rid of the border for the menu?
Thanks in advance
-QB NutAFAIK neither of those is possible. The best you can do is color the background of individual option elements and change various font properties -- most of this (if not all) won't work in IE either.
Thanks in advance
-QB NutAFAIK neither of those is possible. The best you can do is color the background of individual option elements and change various font properties -- most of this (if not all) won't work in IE either.