Re: [css-d] IE issue with positioning

2009-01-19 Thread David Laakso
Jeff Chastain wrote: I am having some issues with IE getting a layout design to work and I would like to see if anybody can offer any pointers before this drives me nuts. The issue I am running into is that I have a box which has a fluid width (90% of the page). Within that box, I am attempting

Re: [css-d] IE issue with positioning

2009-01-19 Thread Bill Brown
Jeff Chastain wrote: The issue I am running into is that I have a box which has a fluid width (90% of the page). Within that box, I am attempting to absolutely place another box at the very top, but with a 14px margin on both the left and right side. The following CSS rules work just fine in Fi

Re: [css-d] IE issue with positioning

2009-01-19 Thread Amedeo Mantica
try the following: #header { position: absolute; top: 0; margin-left: 14px; margin-right: 14px; } are sure that u need absolute positioning?? r

[css-d] IE issue with positioning

2009-01-19 Thread Jeff Chastain
I am having some issues with IE getting a layout design to work and I would like to see if anybody can offer any pointers before this drives me nuts. The issue I am running into is that I have a box which has a fluid width (90% of the page). Within that box, I am attempting to absolutely place ano