Bruce Gilbert wrote:


<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%}



I'm not going to argue a point for putting a form in a list item... I'd re-think your structural mark-up.

that said, you would want to give the ul an id:

<ul id="the_id_name">

and style it:

ul#the_id_name select { font-size: 100%; }

______________________________________________________________________
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