jak zrobić by div, który nie ma zawartości, posiada tylko background zdefiniowany w css był widoczny?
pzdr
<div id="header"> <div class="logo"></div><div class="head"></div> </div> #header{ width: 100%; height: 93px; margin: 0; background: #e7e7e7 url(../images/bg_header.gif) repeat-x; } #header .logo{ display: inline; clear: both; height: 91px; width: 182px; background: #e7e7e7 url(../images/logo.gif) no-repeat; } #header .head{ display: inline; height: 91px; width: 547px; background: #e7e7e7 url(../images/bg_head.gif) no-repeat; }