CSS Float Layout Problem IN IE Reso 1024x768

liunx

Guest
The image and navigation drops below the bottomline of my left hand side menu in a low resloution of 1024x768 where in higher reso it does not. However in FF it is fine in all reso. Anybody got an idea how i could sort thid problem out. cheers

<!-- m --><a class="postlink" href="http://demo2.rocketss.com/index.php">http://demo2.rocketss.com/index.php</a><!-- m -->

<!-- m --><a class="postlink" href="http://demo2.rocketss.com/css/epc.cssseems">http://demo2.rocketss.com/css/epc.cssseems</a><!-- m --> to come up fine for me in both...i'm on 1280x1024try reducing the browser width the right content goes under the left menuPut this in the conditional comments:#maincontainer {
position:absolute;
top:130px;
left:270px;
margin: 0;
}
 
Back
Top