<html lang="pl"> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <style type="text/css"> body{ background-image: url("pies.png"),url("bg.jpg"); background-repeat:no-repeat, repeat; } ul, ul li { display: block; list-style: none; margin: 0; padding: 0; } ul { width: 850px; border-bottom: 0px solid #365; padding-left: 0px; } ul li { float: left; background: url("zakladka.png") no-repeat left top; margin-right: 5px; } ul a:link, ul a:visited { text-decoration: none; display: block; font-weight: bold; background: url("zakladka2.png") no-repeat right top; color: #000000; padding: 5px 15px 5px 5px; margin-left: 10px; } ul a:hover { color: #4aa6c0; } .spoiler .inner { border:1px solid #eee; padding:3px;margin:3px; } </style> <script type="text/javascript"> function showSpoiler(obj) { var inner = obj.parentNode.getElementsByTagName("div")[0]; if (inner.style.display == "none") inner.style.display = ""; else inner.style.display = "none"; } </script> </HEAD> <BODY> <center> <table width="900px" cellpadding="0" cellspacing="0"> </table> </center> </TABLE> </CENTER> </Body> </HTML>
I problem jest taki że na Mozilli tabela z treścią jest obok menu (Na Chrome i IE jest pod i jest ok)
Drugi problem to to że tym razem IE nie rozpoznaje
background-image: url("pies.png"),url("bg.jpg"); background-repeat:no-repeat, repeat;
I nie wyświetla dwóch obrazku tła na pozostałych (Mozilli , Chrome działa ok)