GOAT2G
01-09-2008, 10:00 PM
I've just finished the main template for my little web project, all using CSS, but I have a few pixels of difference when I view it in IE. I'd say there was around 2 or 3 pixels of vertical space presented in FF that are not there in IE. Those few pixles make all the different unfortunately as I am trying to match up diagonal stripes!
I've uploaded my site to:
http://download.yousendit.com/22B37B1912846BDC
I have looked around the net for various solutions but none are really relevent to my situation. I have tried a few hacks but none of them have worked. Any suggestions would be welcome. I have to hand this in for an assignment on Friday! Very last minute of me, I know.
Here's my CSS:
@charset "utf-8";
.background {
background-image: url(Files/background_tile.gif);
background-position: center;
background-repeat: repeat-y;
background-color: #333333;
}
.logoposition {
margin-top: -300px;
margin-left: -149px;
position: absolute;
left: 50%;
top: 50%;
}
.redeembutpos {
margin-top: -115px;
margin-left: -180px;
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
border: 0;
}
.aboutusbutpos {
margin-top: -115px;
margin-left: -91px;
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
}
.helpbutpos {
margin-top: -115px;
margin-left: -2px;
position: absolute;
left: 50%;
top: 50%;
z-index: 3;
}
.logoutbutpos {
margin-top: -115px;
margin-left: 87px;
position: absolute;
left: 50%;
top: 50%;
z-index: 4;
}
.blackboxpos {
margin-top: -54px;
margin-left: -242px;
position: absolute;
left: 50%;
top: 50%;
}
.legalboxpos {
margin-top: 218px;
margin-left: -180px;
position: absolute;
left: 50%;
top: 50%;
}
.legaltextpos {
margin-top: 230px;
margin-left: -92px;
position: absolute;
left: 50%;
top: 50%;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: lowercase;
color: #FFFFFF;
}
I've uploaded my site to:
http://download.yousendit.com/22B37B1912846BDC
I have looked around the net for various solutions but none are really relevent to my situation. I have tried a few hacks but none of them have worked. Any suggestions would be welcome. I have to hand this in for an assignment on Friday! Very last minute of me, I know.
Here's my CSS:
@charset "utf-8";
.background {
background-image: url(Files/background_tile.gif);
background-position: center;
background-repeat: repeat-y;
background-color: #333333;
}
.logoposition {
margin-top: -300px;
margin-left: -149px;
position: absolute;
left: 50%;
top: 50%;
}
.redeembutpos {
margin-top: -115px;
margin-left: -180px;
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
border: 0;
}
.aboutusbutpos {
margin-top: -115px;
margin-left: -91px;
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
}
.helpbutpos {
margin-top: -115px;
margin-left: -2px;
position: absolute;
left: 50%;
top: 50%;
z-index: 3;
}
.logoutbutpos {
margin-top: -115px;
margin-left: 87px;
position: absolute;
left: 50%;
top: 50%;
z-index: 4;
}
.blackboxpos {
margin-top: -54px;
margin-left: -242px;
position: absolute;
left: 50%;
top: 50%;
}
.legalboxpos {
margin-top: 218px;
margin-left: -180px;
position: absolute;
left: 50%;
top: 50%;
}
.legaltextpos {
margin-top: 230px;
margin-left: -92px;
position: absolute;
left: 50%;
top: 50%;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: lowercase;
color: #FFFFFF;
}