Re: [css-d] IE7 Float Jump Bug

2008-06-26 Thread Paul Burney
>> Here's the problem: Occasionally, in IE 7, the floated column jumps >> from the place it's supposed to be to overlap the main column: > Philippe said: > Instead of giving it (#sidebar) 'position:relative', have you tried to give > #page-content-with-sidebar (position:relative; zoom:1;} ? >Bill

Re: [css-d] IE7 Float Jump Bug

2008-06-26 Thread Philippe Wittenbergh
On Jun 26, 2008, at 10:26 PM, Paul Burney wrote: > http://capa.concord.org/ > > It's a pretty simple layout, with one main column and a sidebar > floated to its left. The main column has a left margin that's a bit > bigger than the floated sidebar. > > Here's the problem: Occasionally, in IE 7,

Re: [css-d] IE7 Float Jump Bug

2008-06-26 Thread Bill Brown
Paul Burney wrote: > Someone recently informed me about a very odd float jumping bug in one > of my sites while using IE 7 (Win XP). > The problem occurs on the main page of this site: > http://capa.concord.org/ > It's a pretty simple layout, with one main column and a sidebar > floated to its left

[css-d] IE7 Float Jump Bug

2008-06-26 Thread Paul Burney
Hi Everyone, Someone recently informed me about a very odd float jumping bug in one of my sites while using IE 7 (Win XP). The problem occurs on the main page of this site: http://capa.concord.org/ It's a pretty simple layout, with one main column and a sidebar floated to its left. The main co