Log in

View Full Version : CSS Left and Top Frames Layout



peter09
12-19-2009, 05:41 PM
Hi everyone!

1) Script Title: CSS Left and Top Frames Layout

2) Script URL (on DD): http://www.dynamicdrive.com/style/layouts/item/css-left-and-top-frames-layout/

3) Describe problem: My question is: Is it possible that the top "frame" overlaps the left "frame"? If i change the code it works in Firefox and Opera but the Internet Explorer has a space on the right side which is exactly as wide as the left "frame". If I delete this part of the code:

* html body{ /*IE6 hack*/
padding: 10% 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}
then the top "frame" is correct but then the main content is at the very top of the page. How do I have to chang the code? Can anybody help me with this problem?

Greetings,
Peter