I have a percentage set up in my body css (100.01%) and various
percentages of that size for other elements. I have a form within an
unorganized list where the font size of my option links are appearing
way to small in Gecko browsers so I need to know how I would set it in
CSS.

the code is something like this:

<ul>
<li>
<form action="" onSubmit="return jumpMenu(this.Forms)" >
                          
                <select name="Forms" title=">
                  <option class="selection">Community Education...</option>
                  <option value=""></option>
                    
                                </select>
</li>
</ul>

I thought it would be something like:

ul li form option {font-size:100%}
...but that doesn't work :-(

any suggestions?
-- 
::Bruce::
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to