Damicovu
21-07-2009, 10:54 AM
The pages on my site render OK in all browsers—except IE6. On most of my pages, it adds extra padding on the right, pushing content left and putting text and images out of line. The attached GIFs show the difference between IE6 and IE7.
I know that IE6 has many issues and fixes for them (http://www.positioniseverything.net/explorer.html), but I'm not clear what's wrong here or how I can fix it. Any suggestions?
A link to the site is: http://www.damianvuleta.com.au/bio.html. Here's the CSS:
body {
font-size: 100%;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
background-color: #903;
text-align: center;
margin: 0;
padding: 0;
}
#mainwrapper {
font-size: 1em;
background-image: url(../Graphics/StripeBkgrndFlat.jpg);
background-repeat: repeat;
text-align: left;
width: 650px;
height: 1%;
margin-right: auto;
margin-bottom: 12px;
margin-left: auto;
padding-top: 10px;
padding-right: 35px;
padding-left: 35px;
}
#CopyrightBox {
color: white;
font-size: 0.81em;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: bold;
background-color: #903;
text-align: center;
vertical-align: middle;
width: 720px;
height: 45px;
clear: both;
margin-top: 3px;
margin-right: auto;
margin-left: auto;
}
.Covertext {
font-size: 1.5em;
font-weight: bold;
text-align: left;
}
#CopyrightBox a {
color: #fff;
text-decoration: none;
}
#CopyrightBox a:hover {
color: #ff0;
}
p { }
td {
font-size: 0.81em;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align: left;
height: auto;
margin-bottom: 10px;
padding-top: 0.3em;
}
.categories {
padding-top: 8px;
}
.close {
color: #903;
font-size: 0.8em;
text-decoration: none;
}
.close a {
color: #903;
text-decoration: none;
}
.Italics {
font-style: italic;
}
.Smalls {
font-size: 0.85em;
}
a:link { }
a:visited { }
a:hover { }
a:active { }
#upperline {
vertical-align: top;
top: 0;
width: auto;
height: 20px;
margin-bottom: 3px;
}
.topnavs {
vertical-align: top;
float: right;
clear: none;
display: block;
}
.sidelink {
font-size: 0.8em;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align: right;
width: 250px;
float: right;
clear: none;
margin-top: 15px;
display: block;
}
.sidelink a {
color: #903;
font-weight: bold;
text-decoration: none;
}
.sidelink a:hover {
color: #ff3500;
}
#LeftPicBox {
font-size: 2em;
float: left;
margin-top: 15px;
margin-right: 25px;
}
.HSthumb {
text-align: center;
width: 182px;
height: 215px;
float: left;
margin-right: 18px;
margin-bottom: 20px;
padding-left: 11px;
display: inline;
}
.Prodthumb {
width: 100px;
height: 100px;
float: left;
margin-right: 26px;
margin-bottom: 20px;
padding-left: 30px;
display: inline;
}
.ContactBox {
text-align: left;
width: 173px;
height: 113px;
float: left;
margin-left: 11px;
}
.bodytext {
font-size: 0.9em;
line-height: 1.3em;
}
I know that IE6 has many issues and fixes for them (http://www.positioniseverything.net/explorer.html), but I'm not clear what's wrong here or how I can fix it. Any suggestions?
A link to the site is: http://www.damianvuleta.com.au/bio.html. Here's the CSS:
body {
font-size: 100%;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
background-color: #903;
text-align: center;
margin: 0;
padding: 0;
}
#mainwrapper {
font-size: 1em;
background-image: url(../Graphics/StripeBkgrndFlat.jpg);
background-repeat: repeat;
text-align: left;
width: 650px;
height: 1%;
margin-right: auto;
margin-bottom: 12px;
margin-left: auto;
padding-top: 10px;
padding-right: 35px;
padding-left: 35px;
}
#CopyrightBox {
color: white;
font-size: 0.81em;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: bold;
background-color: #903;
text-align: center;
vertical-align: middle;
width: 720px;
height: 45px;
clear: both;
margin-top: 3px;
margin-right: auto;
margin-left: auto;
}
.Covertext {
font-size: 1.5em;
font-weight: bold;
text-align: left;
}
#CopyrightBox a {
color: #fff;
text-decoration: none;
}
#CopyrightBox a:hover {
color: #ff0;
}
p { }
td {
font-size: 0.81em;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align: left;
height: auto;
margin-bottom: 10px;
padding-top: 0.3em;
}
.categories {
padding-top: 8px;
}
.close {
color: #903;
font-size: 0.8em;
text-decoration: none;
}
.close a {
color: #903;
text-decoration: none;
}
.Italics {
font-style: italic;
}
.Smalls {
font-size: 0.85em;
}
a:link { }
a:visited { }
a:hover { }
a:active { }
#upperline {
vertical-align: top;
top: 0;
width: auto;
height: 20px;
margin-bottom: 3px;
}
.topnavs {
vertical-align: top;
float: right;
clear: none;
display: block;
}
.sidelink {
font-size: 0.8em;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-align: right;
width: 250px;
float: right;
clear: none;
margin-top: 15px;
display: block;
}
.sidelink a {
color: #903;
font-weight: bold;
text-decoration: none;
}
.sidelink a:hover {
color: #ff3500;
}
#LeftPicBox {
font-size: 2em;
float: left;
margin-top: 15px;
margin-right: 25px;
}
.HSthumb {
text-align: center;
width: 182px;
height: 215px;
float: left;
margin-right: 18px;
margin-bottom: 20px;
padding-left: 11px;
display: inline;
}
.Prodthumb {
width: 100px;
height: 100px;
float: left;
margin-right: 26px;
margin-bottom: 20px;
padding-left: 30px;
display: inline;
}
.ContactBox {
text-align: left;
width: 173px;
height: 113px;
float: left;
margin-left: 11px;
}
.bodytext {
font-size: 0.9em;
line-height: 1.3em;
}