czesc
chce zrobić menu poziome z obrazków ale mnie się przestawiają co tu dorobic?
http://vpx.pl/i/2014/03/11/333.jpg
<html>
<head>
<title>strona</title>
</head>
<body>
<div>
<div id="box1">
<div id=""><img src="logo.png" width="1000" height="100" border="0"/></div>
</div>
<div id="box2">
<div id=""><img src="tresc.png" width="1000" height="800" border="0"/></div>
</div>
</div>
<div id="box3">
<a href='adres'><img src="111.png" width="100" height="35" border="0"/></a>
<a href='adres'><img src="222.png" width="100" height="35" border="0"/></a>
<a href='adres'><img src="333.png" width="100" height="35" border="0"/></a>
<a href='adres'><img src="444.png" width="100" height="35" border="0"/></a>
<a href='adres'><img src="555.png" width="100" height="35" border="0"/></a>
</div>
</div>
</div>
</body>
<style>
#box1
{ position: absolute;
z-index: 100;
height: 800px;
width: 1000px;left:5px;
}
#box2
{ top: 310px;
left:5px;
position: absolute;
z-index: 101;
height: 600px;
width: 250px;}
#box3
{ top: 190px;
left:5px;
position: absolute;
z-index: 101;
height: 600px;
width: 250px;}
</style>
</html>












