On Sun, Jan 19, 2014 at 4:41 PM, MiB <[email protected]> wrote: > > jan 19 2014 21:38 Larry Martell <[email protected]>: > >> In my example, in the first option, I would need 12S left justified >> and by_target right justified. > > > You’re very likely to need a javascript solution, I think. There is one > discussion concerning this problem here: > http://stackoverflow.com/questions/4497688/select-first-word-of-every-line-css-js-whatever > > You’ll find others too if you search for them.
I found a way to return markup for the option values, but it was displayed literally, not rendered as HTML. Seems <option> elements only allow "text with eventually escaped characters (like é).", not general HTML - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option. Oh well, thanks to all who tried to help. ______________________________________________________________________ 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/
