Forum Moderators: not2easy

Message Too Old, No Replies

Layout is in IE not good, FireFox is ok

firefox, ie, layout, css, bad

         

jules

8:21 am on Jan 14, 2005 (gmt 0)

10+ Year Member



Hello,

I have this layout in CSS for my website www.websitemeester.nl , in Firefox it looks perfect, but IE *beep* the whole thing up. Who knows why that is? How can I make it a lil better for IE?

Thx,
Jules


#top {
margin: 0px 0px 0px 0px;
padding: 10px;
border-bottom: 0px solid black;
background: #efefef;
height: 100px;
voice-family: "\"}\"";
voice-family:inherit;
height: 40px;
}
html>body #top {
height: 40px;
}
#left {
position: absolute;
top: 60px;
left: 0px;
margin: 0px;
padding: 10px;
border-right: 0px dotted black;
border-bottom: 5px solid yellow;
background-color: orange;
width: 170px;
voice-family: "\"}\"";
voice-family:inherit;
width: 150px;
}
html>body #left {
width: 150px;
}
#middle {
padding: 10px;
border-top: 5px solid orange;
background: white;
margin: 0px 150px 0px 170px;
}
#right {
position: absolute;
top: 60px;
right: 0px;
margin: 0px;
padding: 10px;
border-left: 5px solid orange;
border-bottom: 15px solid orange;
background: #efefef;
width: 150px;
voice-family: "\"}\"";
voice-family:inherit;
width: 130px;
}
html>body #right {
width: 130px;
}

alias

10:17 am on Jan 14, 2005 (gmt 0)

10+ Year Member



Hi,
First thing, you shouldn't post direct links to your sites.
Second - it would be also good to see how you layout the divs.

For example:
<div id="header">header</div>
<div id="content">content</div>

It will be much easier to see where the problem is.