Pocetnik sam u ovome pa bih molio pomoć ako netko znan kako ovo napraviti, kod ovog menija ja cjenik dobijem ispod ponude što ne želim želim da bi budu u istom redu i ponuda i cjenik containera.
<html>
<head>
<style>
#header
{
width: 100%;
height: 100;
background-image:url("PZI/logo.png");
}
#menu
{
width: 100%;
height: 45;
margin-top: 10px;
background-image:url("PZI/menu1.png");
background-repeat: x;
}
#ponuda
{
width: 150;
height: 45;
margin-left: 20px;
}
#cjenik
{
width: 150;
height: 45;
margin-left: 20px;
}
</style>
</head>
<body>
<div id="header"> </div>
<div id="menu">
<div id="ponuda">
<a href="index.html">
<img src="PZI/ponuda.png" width="150" height="45" border="0">
</a>
</div>
<div id="cjenik">
<a href="cjenik.html">
<img src="PZI/cjenik.png" width="150" height="45" border="0">
</a>
</div>
</div>
</body>
</html>