2009/5/29 Stevo Slavić <ssla...@gmail.com>:
> Is it possible to align one part of the select option text with left edge,
> and the other part with right edge?

No. You need elements to select, and options can contain only text.

> I've tried several things, segmenting option text with div's and span's, but
> it seems that anything put within option besides text is simply ignored by
> the browser.

See http://validator.w3.org/

You might consider using a radio group instead (possibly with some
JavaScript to hide all but the selected element until it is clicked).

-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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