1
Changes made to incorporate The Ugly Fix are in bold
body {
margin: 20px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: verdana, arial, helvetica, sans-serif;
color: #ccc;
background-color: #333;
}
p {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
margin-top: 0px;
margin-bottom: 30px;
}
#left {
position: absolute;
top: 20px;
left: 0px;
margin: 0px 20px 20px 20px;
padding: 30px 10px 10px 10px;
border: 5px solid #ccc;
background: #666;
width: 150px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 120px;
}
html>body #left {
width: 120px; /* ie5win fudge ends */
}
#middle {
margin: 0px 190px 20px 190px;
padding: 30px 10px 10px 10px;
border: 5px solid #ccc;
background: #666;
}
#right {
position: absolute;
top: 20px;
right: 0px;
/* Opera5.02 will show a space at
right when there is no scroll bar */
margin: 0px 20px 20px 20px;
padding: 30px 10px 10px 10px;
border: 5px solid #ccc;
background: #666;
width: 150px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 120px;
}
html>body #right {
width: 120px; /* ie5win fudge ends */
}
pre {
font-size: 12px;
line-height: 22px;
margin-top: 0px;
margin-bottom: 30px;
}
1