Quote Originally Posted by mex View Post
Hi,

combo boxes are option boxes and are drop down boxes where you click on them and other option values drop down appear in . eg in default install graphic cards the prod items have these at bottom of the page . They are defined in option name and values in admin.
On the page view source i get the id of them so i take it i can change them from
stylesheet.css

I need javascript for a drop down menu (suckerfish type).


So all i need is the id from the page source, goto stylesheet.css to edit css from anywhere.
I don't know if using the id='attrib-4' will style anything for you... I would style dropdown menus with the 'select' tag, and style radio boxes with the 'radio' tag. Could I see a link with more specific details as to what you'd like the drop down menus to do differently?