PoMpElSiEn
Legacy Member
dit is mijn cssfile
mijn htmlfile
dit is wat er gebeurt
wtf doe ik verkeerd, als ik de images gewoon naas de div tags zet werk het perfect
maar zoals ik het nu doe niet
je ziet het wel niet goed, zien 3topimages van de topborder
en euh ja, don't blame me is eerste site met css
PHP:
body {
background:url(../_gfx/bg.jpg);
margin:50px 0px; padding:0px;
text-align:center;
}
#main {
position:relative;
left:0px;
top:0px;
width:800px;
height:600px;
margin: 0 auto;
}
#corner_top_L {
position:absolute;
left:16px;
top:16px;
width:3px;
height:3px;
background: url(../_gfx/corner_top_L.jpg) no-repeat;
}
#corner_top_bar {
position:absolute;
left:19px;
top:16px;
width:130px;
height:3px;
background: url(../_gfx/border_left-right.jpg) no-repeat;
}
#corner_top_R {
position:absolute;
left:149px;
top:16px;
width:3px;
height:3px;
background: url(../_gfx/corner_top_R.jpg) no-repeat;
}
mijn htmlfile
PHP:
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="_css/wl.css" />
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="main">
<div id="corner_top_L" />
<div id="corner_top_bar" />
<div id="corner_top_R" />
</div>
</body>
</html>
dit is wat er gebeurt
wtf doe ik verkeerd, als ik de images gewoon naas de div tags zet werk het perfect
maar zoals ik het nu doe niet

je ziet het wel niet goed, zien 3topimages van de topborder
en euh ja, don't blame me is eerste site met css




