Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-17 Thread Peter Bradley
Ar 17/06/11 06:03, ysgrifennodd Alan Gresley: Yes, override them with specificity in style.css. div#site-title { float: none; width: auto; } div#branding { width: auto; } Ah yes. Sorry, I was being more than a little slow there. I guess you don't quite understand hasLayout.

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-17 Thread Alan Gresley
On 17/06/2011 8:40 PM, Peter Bradley wrote: Ar 17/06/11 06:03, ysgrifennodd Alan Gresley: Yes, override them with specificity in style.css. div#site-title { float: none; width: auto; } div#branding { width: auto; } Ah yes. Sorry, I was being more than a little slow there. I haven't check

[css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread Peter Bradley
Hi, I'm developing a WordPress site: http://www.stellawhitelaw.co.uk In every browser I tested except IE6 and 7, the image on the left floats left and is not cleared until the main navigation menu. In IE6/7, the div holding the site title clears the floated image. I'm not actually sure

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread David Hucklesby
On 6/16/11 7:39 AM, Peter Bradley wrote: Hi, I'm developing a WordPress site: http://www.stellawhitelaw.co.uk In every browser I tested except IE6 and 7, the image on the left floats left and is not cleared until the main navigation menu. In IE6/7, the div holding the site title clears the

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread Peter Bradley
Ar 16/06/11 17:35, ysgrifennodd David Hucklesby: In your style-sheets, you have these Layout triggers that affect #site-title - style.css line 12: * { zoom: 1.0; } style.css line 21: #site-title { width: 500px; } style-1.css line 341: #site-title { float: left; width: 700px; }

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread Alan Gresley
On 17/06/2011 3:50 AM, Peter Bradley wrote: Ar 16/06/11 17:35, ysgrifennodd David Hucklesby: In your style-sheets, you have these Layout triggers that affect #site-title - style.css line 12: * { zoom: 1.0; } style.css line 21: #site-title { width: 500px; } style-1.css line 341: #site-title {