Re: [css-d] Float problem in Firefox

2009-03-29 Thread Gunlaug Sørtun
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

Re: [css-d] Float problem in Firefox

2009-03-29 Thread designer
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 Sharm

[css-d] Float problem in Firefox

2009-03-29 Thread David Laakso
Gaurav Sharma wrote: > Hi, > > I have a small problem with float in Mozilla. > > http://gauravsharma.uuuq.com > > I > need two lists side-by-side. Please help. > > Thanks and regards, > Gaurav Sharma. > Nothing wrong with Firefox. There is a lot wrong with all versions of IE, particularly IE/

Re: [css-d] Float problem in Firefox

2009-03-28 Thread Bobby Jack
--- 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

[css-d] Float problem in Firefox

2009-03-28 Thread Gaurav Sharma
Hi, I have a small problem with float in Mozilla. http://gauravsharma.uuuq.com The site above is a totally stripped down version with only the problem code displayed. The class box is assigned a float: left property. It works fine in IE 6, but in firefox 3, the background image does not render r

Re: [css-d] float problem in FireFox

2005-06-18 Thread Alisha
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

Re: [css-d] float problem in FireFox

2005-06-17 Thread Philippe Wittenbergh
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

RE: [css-d] float problem in FireFox

2005-06-17 Thread Bruno Fassino
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

[css-d] float problem in FireFox

2005-06-17 Thread Alisha
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 sound so "newbie" :) *Alish