Mam problem. Chce umiescic 2 divy obok siebie, robie tak:
[xml]<head>
<style>
body {margin: 0px; background-image: url("./images/bg.gif"); margin:0; padding:0; height:100%; text-align:center;}
img {border: 0px; margin: 0px; padding: 0px;}
#glowny {margin: 0 auto; width: 804px; text-align: justify;}
#text-bar {width: 100%; height: 18px; background-image: url("./images/top-text-bar.jpg"); font-size: 12px; text-align: left; vertical-align: center;}
#text-bar h1 {font-size: 12px; margin:0px 10px 0px 10px; font-weight: bold; font-family: Verdana;}
#logo{width: 100%; height: 150px; background-image: url("./images/logo.jpg"); font-size: 0px;}
#top-menu{width: 100%; height: 40px;}
#top-menu-items{width: 100%; height: 40px; padding: 0px; margin: 0px;}
#body {width: 804px; padding: 0px; margin: 0px; display: block;}
#menu-other {width: inherit; padding: 0px;}
#menu {display: inline; width: 162px; background-color: #FFFFFF;}
#other {display: inline; width: 642px; background-color: #FFFFFF;}
.header-bar{width: 100%; height:12px; background-image: url("./images/header-bar.jpg"); font-size: 0px;}
.bar {width: 100%; height:12px; background-image: url("./images/bar.jpg"); font-size: 0px;}
</style>
</head>
<body>
<div id="glowny">
<div id="header">
<div class="bar"></div>
<div id="text-bar"><h1>Metal Dream - portal o Metallice i Dream Theater</h1></div>
<div class="header-bar"></div>
<div id="logo"></div>
<div class="header-bar"></div>
</div>
<div id="top-menu">
<div id="top-menu-items"><a href=""><img src="./images/menu-item1.jpg"></a><a href=""><img src="./images/menu-item2.jpg"></a><a href=""><img src="./images/menu-item3.jpg"></a><a href=""><img src="./images/menu-item4.jpg"></a><a href=""><img src="./images/menu-item5.jpg"></a></div>
<div class="bar"></div>
</div>
<div id="body">
<div id="menu-other">
<div id="menu">cos 1</div>
<div id="other">cos 2</div>
</div>
</div>
<div id="footer"></div>
</div>
</body>[/xml]
Pod IE jest wszystko OK ale pod FF divy nie maja swojej szerorkosci a do tego włażą na diva "bar" (tego powyzej nich). Jak to poprawic ??