Im trying to get rid of the inset border on a form select drop box.
Anyone have any ideas for getting rid of the border on the drop down menu?
Im trying to get rid of the inset border on a form select drop box.
Anyone have any ideas for getting rid of the border on the drop down menu?
It’s not possible, at least not cross-browser. See Roger Johansson’s Styling form controls for details.
Firefox 2 and Opera 9 allow you to remove the borders (with border:none
), but IE and Safari do not.
We ended up getting it working perfect with: http://www.brainfault.com/2007/12/12/selectbox-replacement-version-04-released/
Seems to work on everything weve tested with so far including safari, i.e., opera and firefox.