[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/6. Make a

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 da...@chelseacreekstudio.com To: Gaurav Sharma sharmal...@gmail.com Cc: css-d css-d css-d@lists.css-discuss.org Sent: Sunday, March 29, 2009 12:10 PM Subject: [css-d] Float

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

[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

Re: [css-d] Float problem in Firefox

2009-03-28 Thread Bobby Jack
--- On Sat, 3/28/09, Gaurav Sharma sharmal...@gmail.com 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

[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 :)

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 lis to behave correctly in presence of floats. That's a Mozilla proprietary property so unfortunately it doesn't validate.