Re: [css-d] IE Clearing Bug

2008-09-20 Thread Alan Gresley
James Alvies wrote: > Hi Folks, > > I've been working on an IE clearing bug for the past 3 days and have > exhausted all my patience and knowledge of CSS. I've tried the following > fixes along with my own experimentation: > http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ >

Re: [css-d] IE Clearing Bug

2008-09-19 Thread Thierry Koblentz
> discuss.org] On Behalf Of Gunlaug Sørtun > Sent: Friday, September 19, 2008 6:11 PM > To: Bill Brown > Cc: James Alvies; css-d@lists.css-discuss.org > Subject: Re: [css-d] IE Clearing Bug > > Bill Brown wrote: > > >> http://techsoup-global.org/node/1132 >

Re: [css-d] IE Clearing Bug

2008-09-19 Thread Gunlaug Sørtun
Bill Brown wrote: >> http://techsoup-global.org/node/1132 > You need a hasLayout fix on your #container element. #container > {zoom:1} should do the trick. > > You can test this by visiting your page and entering this into the > URL: > javascript:(document.getElementById('container').style.cs

Re: [css-d] IE Clearing Bug

2008-09-19 Thread Bill Brown
James Alvies wrote: > Is there any chance I could get some assistance with this bugger? > http://techsoup-global.org/node/1132 Hi James, You need a hasLayout fix on your #container element. #container {zoom:1} should do the trick. You can test this by visiting your page and entering this into th

Re: [css-d] IE Clearing Bug

2008-09-19 Thread Gunlaug Sørtun
James Alvies wrote: > http://techsoup-global.org/node/1132 Looks like a tough one, and a bit too much style to comb through. If nothing else works out, IE still has respect for the old clearing-method... HTML: CSS: br.clear {clear: both;} regards Georg -- http://www.gunlaug.

[css-d] IE Clearing Bug

2008-09-19 Thread James Alvies
Hi Folks, I've been working on an IE clearing bug for the past 3 days and have exhausted all my patience and knowledge of CSS. I've tried the following fixes along with my own experimentation: http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ http://www.positioniseverything.ne