Witam.
Mam problem z przyleganiem div'ow
Na IE (o dziwo) wszystko ok. Tym razem FF (tylko nie mowcie ze porawnym skrotem jest Fx (IMG:
http://forum.php.pl/style_emoticons/default/haha.gif) ) zawiodło.
Ie:
http://fotoo.pl/hosting-zdjec/links/tag9/FF:
http://fotoo.pl/hosting-zdjec/links/tag8/Oto html i css:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<link rel="Stylesheet" type="text/css" href="style.css" />
<div id="NAGLOWEK"><img src="grafika/top_.PNG" alt="twoj-slajd.pl" ></div>
<div id="TRESC">Treść strony
</div>
html, body {
background-color: #fff;
color: #000;
margin: 0;
}
#top {
width: 894px;
background-color: #fafafa;
margin: 0 auto 0 auto;
}
#NAGLOWEK {
width: 894px;
}
#border {
background-image: url(grafika/page_left.PNG) ;
background-repeat: no-repeat;
background-position: top left;
overflow: hidden;
}
#MENU {
background: url(grafika/menu.PNG) no-repeat;
margin-top:15px;
margin-left: 12px;
height: 581px;
width: 146px;
float: left;
overflow: hidden;
}
#TRESC {
background: url(grafika/page.PNG) no-repeat;
height: 581px;
width: 724px;
float: left;
overflow: hidden;
margin-left: 12px;
margin-top:15px;
}
div.button
{
margin-left: 4px;
background: url(grafika/button.png) no-repeat;
width: 137;
height: 35;
margin-top: 15px;
}