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

[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