Re: [css-d] IE Mac float problem

2006-02-17 Thread Julian Voelcker
Hi Ingo, > your code > #header { border: 0pt none ; position: relative; clear: both; } > #bodyblock { position: relative; clear: both; width: 760px; } > > clear is incorrectly inherited by the child elements, see > http://www.l-c-n.com/IE5tests/float2misc/#fm002 Thanks, I'll give it a try

Re: [css-d] IE Mac float problem

2006-02-17 Thread Ingo Chao
Julian Voelcker wrote: > In IE the main layers aren't floating properly, resulting in them > appearing staggered on the page. > http://asummerhouse.tvw.net your code #header { border: 0pt none ; position: relative; clear: both; } #bodyblock { position: relative; clear: both; width: 760px; } clea

Re: [css-d] IE Mac float problem

2006-02-17 Thread Julian Voelcker
Hi Roger, > In ie/mac floats without widths take up 100% of available width. Give a > width to #hdrleft and things will likely work better. Thanks, useful to know, but doesn't seem to have made any difference in this instance. Any more ideas? -- Cheers, Julian Voelcker Cirencester, United Ki

Re: [css-d] IE Mac float problem

2006-02-16 Thread Roger Roelofs
Julian, On Feb 16, 2006, at 8:54 PM, Julian Voelcker wrote: > In IE(mac) the main layers aren't floating properly, resulting in them > appearing staggered on the page. > > The site is at: > http://asummerhouse.tvw.net In ie/mac floats without widths take up 100% of available width. Give a width

[css-d] IE Mac float problem

2006-02-16 Thread Julian Voelcker
Hi, I'm battling with a design that seems to work OK in most browsers on PC and Mac, Except in IE. In IE the main layers aren't floating properly, resulting in them appearing staggered on the page. If you have a moment, any thoughts/ideas that might help resolve this would be appreciated. Th