Re: [css-d] Aligning select option text segments

2009-06-01 Thread David Dorward
2009/5/29 Stevo Slavić : > 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

Re: [css-d] Aligning select option text segments

2009-05-31 Thread Stevo Slavić
Also, can anything else apart from text be placed within option tag? E.g. an image? All but text seems to be ignored by the browser. Regards, Stevo. On Fri, May 29, 2009 at 10:51 AM, Stevo Slavić wrote: > Hello CSS'ers, > > Is it possible to align one part of the select option text with left ed

[css-d] Aligning select option text segments

2009-05-29 Thread Stevo Slavić
Hello CSS'ers, Is it possible to align one part of the select option text with left edge, and the other part with right edge? 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. Regar