[css-d] Text Wrapping

2007-06-05 Thread trystano
Text wrapping around Have the following CSS and markup... span.label { margin: 0; padding: 0; width: 40%; border-top: solid 1px #DD; border-right: solid 1px #AA; text-align: right; } span.value { margin: 0; padding: 0; font-size: 80%; border: 1px solid #BB;}     label text here  

Re: [css-d] Text Wrapping

2007-06-05 Thread Jukka K. Korpela
On Tue, 5 Jun 2007, [EMAIL PROTECTED] wrote: > span.label { margin: 0; padding: 0; width: 40%; border-top: solid 1px > #DD; border-right: solid 1px #AA; text-align: right; } The width property does not apply to inline elements, and span elements are inline by default. Some browsers get

[css-d] text wrapping problem

2009-03-19 Thread Bilgehan Maraş
Hi, I have a problem with text wrapping in list elements. I uploaded a test page at http://www.film.com.tr/listtest.html . On firefox and safari everything is fine but as usual there is a problem with IE 6 and IE7. IE wraps the text strangely. A picture is thousand words, i put actual implementati

Re: [css-d] text wrapping problem

2009-03-19 Thread Gunlaug Sørtun
Bilgehan Maras, wrote: > http://www.film.com.tr/listtest.html > On firefox and safari everything is fine but as usual there is a > problem with IE 6 and IE7. IE wraps the text strangely. Try adding... li a {white-space : nowrap;} Of course: your example doesn't look anything like your screensh

Re: [css-d] text wrapping problem

2009-03-20 Thread Bilgehan Maraş
Hi again, I was able to test the page ( http://www.film.com.tr/listtest.html ) with latest beta of IE8 and it works fine ( like firefox and safari ). Bilgehan 2009/3/19 Bilgehan Maraş : > Hi, > > I have a problem with text wrapping in list elements. I uploaded a > test page at http://www.film.c