I have the need to align one word left and another word right in a
select list. If had direct control over the HTML I could do this:

<div style="float: left">LEFT</div><div style="float: right">RIGHT</div>'

But the select list is being generated by something I have no control
over. My only way of styling this is by accessing the selector:

#query select[name=group]

Is there any way to do this? (And the client does not want a monospaced font.)

TIA!
-larry
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to