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/
>
> 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
>
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
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
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.
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