k0r54
08-07-2005, 01:43 PM
Hi,
For some reaosn IE adds about 10px of space on a image spacer, firefox is how i want it to look but ie just messes it up any ideas y?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
.imagecontents {
position:relative;
border-top:1px solid #6B622E;
border-bottom:1px solid #6B622E;
border-right:1px solid #6B622E;
background-image:url(../images/infoback.gif);
text-align:center;
width:125px;
}
.titles {
height:20px;
padding:0 0 0 2px;
border-bottom:1px solid #6B622E;
background-image:url(../images/subtitlesbg.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:12px;
font-weight:bold;
}
.productimages {
margin:10px;
}
</style>
</head>
<body>
<div class="imagecontents">
<div class="titles">
<p>Screensavers</p>
</div>
<img src="http://www.customvmail.com/animations/10011.gif" width="101" height="80" border="1" class="productimages">
<img src="http://www.test.apc-compunet.co.uk/hr.gif" width="115" height="2">
<img src="http://www.customvmail.com/animations/10010.gif" width="101" height="80" border="1" class="productimages">
<img src="http://www.test.apc-compunet.co.uk/hr.gif" width="115" height="2">
<img src="http://www.customvmail.com/animations/10023.gif" width="101" height="80" border="1" class="productimages">
<img src="http://test.apc-compunet.co.uk/hr.gif" width="115" height="2">
<img src="http://www.customvmail.com/animations/10026.gif" width="101" height="80" border="1" class="productimages">
<img src="http://www.test.apc-compunet.co.uk/hr.gif" width="115" height="2">
<img src="http://www.customvmail.com/animations/71424.gif" width="101" height="80" border="1" class="productimages">
</div>
</body>
</html>
p.s. no offence meant by images
Thanks
Adam
For some reaosn IE adds about 10px of space on a image spacer, firefox is how i want it to look but ie just messes it up any ideas y?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
.imagecontents {
position:relative;
border-top:1px solid #6B622E;
border-bottom:1px solid #6B622E;
border-right:1px solid #6B622E;
background-image:url(../images/infoback.gif);
text-align:center;
width:125px;
}
.titles {
height:20px;
padding:0 0 0 2px;
border-bottom:1px solid #6B622E;
background-image:url(../images/subtitlesbg.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:12px;
font-weight:bold;
}
.productimages {
margin:10px;
}
</style>
</head>
<body>
<div class="imagecontents">
<div class="titles">
<p>Screensavers</p>
</div>
<img src="http://www.customvmail.com/animations/10011.gif" width="101" height="80" border="1" class="productimages">
<img src="http://www.test.apc-compunet.co.uk/hr.gif" width="115" height="2">
<img src="http://www.customvmail.com/animations/10010.gif" width="101" height="80" border="1" class="productimages">
<img src="http://www.test.apc-compunet.co.uk/hr.gif" width="115" height="2">
<img src="http://www.customvmail.com/animations/10023.gif" width="101" height="80" border="1" class="productimages">
<img src="http://test.apc-compunet.co.uk/hr.gif" width="115" height="2">
<img src="http://www.customvmail.com/animations/10026.gif" width="101" height="80" border="1" class="productimages">
<img src="http://www.test.apc-compunet.co.uk/hr.gif" width="115" height="2">
<img src="http://www.customvmail.com/animations/71424.gif" width="101" height="80" border="1" class="productimages">
</div>
</body>
</html>
p.s. no offence meant by images
Thanks
Adam