If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
The dropdown menus for "Results per page" is a <select> tag within the "zoom_options" class. As such, you can change the colour (or font, etc.) with something like the following CSS:
The above example changes the "results per page" dropdown to have a background colour of black, and a foreground colour of green.
Note also, that you can define your own search form in HTML, and disable the one that is generated by the search script - should you need to make more radical changes not possible via CSS. For more information, see: http://www.wrensoft.com/zoom/support...tml#searchform
Comment