PDA

View Full Version : IE placement issue


dcahrakos
07-05-2008, 06:46 AM
Hey, im having a little trouble with some css positioning, it works fine in Firefox, but the menu on the left side is down much too far in IE7

Here is the site: http://gamersig.net

and here is the css file http://gamersig.net/site.css

any help would be appreciated.

abduraooft
07-05-2008, 08:10 AM
I think your two columns should be siblings of a parent element, which is not at present. Put your side bar inside the content-wrap before main column. see http://bonrouge.com/2c-hf-fixed.php

dcahrakos
07-05-2008, 07:38 PM
Thanks, that worked perfectly.