I am using the cgi version and I can't find a way to put a style on the category and results per page drop-downs. The 'advanced search' code that gets generated does not put any css on those elements. Has anyone done this?
Announcement
Collapse
No announcement yet.
css for category & results per page drop down list
Collapse
X
-
You can style the dropdowns in the search form with something like:
Code:.zoom_options option { background-color: #00FF00; }
Alternatively, you could define your own search form in HTML with the CSS classes that you require:
http://www.wrensoft.com/zoom/support...tml#searchform
Comment