Results 1 to 3 of 3

Thread: css for category & results per page drop down list

  1. #1
    Join Date
    Jul 2006
    Posts
    10

    Default css for category & results per page drop down list

    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?

  2. #2
    Join Date
    Dec 2004
    Location
    Sydney, Australia
    Posts
    3,572

    Default

    You can style the dropdowns in the search form with something like:

    Code:
    .zoom_options option { background-color: #00FF00; }
    This would set the background colour of the dropdown boxes for both "results per page" and "categories" to be green.

    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
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

  3. #3
    Join Date
    Jul 2006
    Posts
    10

    Default

    Great! It works! I changed the font size
    .zoom_options select { font-size: 7pt; }

Similar Threads

  1. Wish List for Category Search in ver 5.0
    By kurian in forum Zoom Search Engine V4 (Old Version)
    Replies: 5
    Last Post: 07-04-2006, 11:50 AM
  2. Results sorted by score, within category?
    By quintic in forum Zoom Search Engine V4 (Old Version)
    Replies: 2
    Last Post: 06-15-2006, 02:50 AM
  3. Blocked - Page Skip List
    By TDM in forum Zoom Search Engine V4 (Old Version)
    Replies: 2
    Last Post: 09-13-2005, 12:20 PM
  4. Wish List - Automatic page boosting by filename
    By Daniel Yee in forum Zoom Search Engine V4 (Old Version)
    Replies: 8
    Last Post: 03-30-2005, 08:01 PM
  5. Scanning pages linked trough drop down box
    By doug59 in forum Zoom Search Engine V4 (Old Version)
    Replies: 2
    Last Post: 02-21-2005, 02:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •