weird problem with positioning image in netscape/mozilla

hi,I have a weird problem positioning 4 corner images on a square background ,check out the atached file..it looks ok as it should in IE,but in netscape and mozilla/firefox the right-top,left-bottom and right-bottom image is not in place like it should,is there a way to make it look like in IE? should I just make a big image an lose some loading speed instaid of the 4 little ones wich give me faster load,..

thanksGot any code we could look at?yea here,probebly wrong but still figuring stuff out when I have time :)


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>home</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<STYLE TYPE="text/css">

A:link { text-decoration: none }
A:active { text-decoration: none }
A:visited { text-decoration: none }

/***START HTML IMAGE DESIGN HERE **************************************************************************************************** ************************/

#header {
position: absolute;
left: 250px;
top: 20px;
margin: 0px;
padding: 0px;
background-color: #9AAAB2;
height: 82px;
width: 481px;
border: 1px solid #000000;
}

#menu-links {
position: absolute;
left: 44px;
top: 183px;
height: 179px;
width: 94px;
background-image: url(images/menu-links.gif);
}

#black_stripe_small_vertical {
background-image: url(images/black_stripe_small_vertical.gif);
background-repeat: repeat-y;
position: absolute;
left: 20px;
top: 20px;
height: 846px;
width: 4px;
background-position: center top;
}

#flag {
position: absolute;
left: 687px;
top: 55px;
margin: 0px;
padding: 0px;
height: 27px;
width: 30px;
background-image: url(images/belgium_fp_sm_clr.gif);
}

#corner-menu-lb {position: absolute;left: 44px;top: 183px;height: 6px;width: 6px;background-image: url(images/corner-lb.gif);background-repeat: no-repeat;
}
#corner-menu-rb {position: absolute;left: 132px;top: 183px;height: 6px;width: 6px;background-image: url(images/corner-rb.gif);background-repeat: no-repeat;
}
#corner-menu-lo {position: absolute;left: 44px;top: 356px;height: 6px;width: 6px;background-image: url(images/corner-lo.gif);background-repeat: no-repeat;
}
#corner-menu-ro {position: absolute;left: 132px;top: 356px;height: 6px;width: 6px;background-image: url(images/corner-ro.gif);background-repeat: no-repeat;
}
#corner-header-lb {position: absolute;left: 250px;top: 20px;height: 6px;width: 6px;background-image: url(images/corner-lb.gif);background-repeat: no-repeat;
}
#corner-header-rb {position: absolute;left: 725px;top: 20px;height: 6px;width: 6px;background-image: url(images/corner-rb.gif);background-repeat: no-repeat;
}
#corner-header-lo {position: absolute;left: 250px;top: 96px;height: 6px;width: 6px;background-image: url(images/corner-lo.gif);background-repeat: no-repeat;
}
#corner-header-ro {position: absolute;left: 725px;top: 96px;height: 6px;width: 6px;background-image: url(images/corner-ro.gif);background-repeat: no-repeat;
}

/***END HTML IMAGE DESIGN HERE **************************************************************************************************** ***************************/

</STYLE>
<link href=http://www.webdeveloper.com/forum/archive/index.php/"style_sheet/content.css" rel="stylesheet" type="text/css">

</head>

<body bgcolor="#519AAC">

<div id="header"></div>
<div id="menu-links"></div>
<div id="black_stripe_small_vertical"></div>
<div id="flag"></div>

<div id="corner-menu-lb"></div>
<div id="corner-menu-rb"></div>
<div id="corner-menu-lo"></div>
<div id="corner-menu-ro"></div>
<div id="corner-header-lb"></div>
<div id="corner-header-rb"></div>
<div id="corner-header-lo"></div>
<div id="corner-header-ro"></div>

</body>

</html>alright forget it ,its solved...what how?? you never know hahahahaha!!!:D
 
Back
Top