Forum Moderators: not2easy
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;
}