X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   drop down menu css problem (https://forum.x-cart.com/showthread.php?t=4475)

wild boar 09-25-2003 02:45 AM

Code:

<select name=namehere>
          <option>Find by Varietal / Type</option>
          <option>------------------------------</option>
          </select>



Code:

select {
        COLOR: #006AB4; TEXT-DECORATION: none; FONT-SIZE: 9px; FONT-FAMILY: Arial;
}



doesn't work..

wild boar 09-25-2003 02:47 AM

i even used this

select {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
background-color: 006AB4;
}

wild boar 09-25-2003 03:10 AM

after 3 hours, I found a solution

<select style="font-size:10px;color:#006699;font-family:verdana;background-color:#ffffff;" name="menu">
<option value="url">stupid title</option>
</select>


All times are GMT -8. The time now is 05:58 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.