Gaurav Sharma wrote:
> http://gauravsharma.uuuq.com
First: your example keeps all IE/win versions in a rendering mode
equivalent to that of IE5.5 - Quirks Mode, and doesn't allow for any
improvements made in IE6, IE7 and IE8. Not very wise to block all
progress made to IE, so I hope you don't do
Try this:
http://www.alistapart.com/articles/multicolumnlists
Bob
- Original Message -
From: "David Laakso"
To: "Gaurav Sharma"
Cc: "css-d css-d"
Sent: Sunday, March 29, 2009 12:10 PM
Subject: [css-d] Float problem in Firefox
>
> Gaurav Sharma wrote:
>> Hi,
>>
>> I have a small p
--- On Sat, 3/28/09, Gaurav Sharma wrote:
> I have a small problem with float in Mozilla.
>
> http://gauravsharma.uuuq.com
>
> the background image does not render right.
Hi Gaurav,
With only a cursory glance, I have a feeling that the structure is slightly
more complicated than it need be
Philippe Wittenbergh wrote:
Given that there is no padding nor borders, one can also use
li {
width:100%;
}
I didn't know about this bug. Well gladly the width:100% solves it
perfectly. Thanks a lot.
Btw is there any documentation on the web about this bug? I'm quite
curious because I ne
On 18 Jun 2005, at 6:52 am, Bruno Fassino wrote:
The only workaround that I know is:
li {
-moz-float-edge: content-box;
}
Which *is* a good solution.
which makes the s to behave correctly in presence of floats.
That's a
Mozilla proprietary property so unfortunately it doesn't validate.
Y
Alisha wrote:
> first of all, here is the document where i experience the problem
> http://www.alisha.it/cv.htm
> and here is the css http://www.alisha.it/style.css
>
> the problem is that the text doesn't relly flow around the floated
> image. anyone has any suggestion about it?
> sorry if i soun