Mam następujący problem.
Mam dwa pliki:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> <meta name="Description" content="Mateofi homepage " /> <meta name="Robots" content="all" /> <meta name="Pragma" content="no-cache" /> <meta name="author" content="Mateusz Fijałek" /> <meta name="keywords" content="xhtml, css, php, mateofi, homepage" /> <meta http-equiv="Content-Language" content="pl" /> <link rel="Stylesheet" href="styl/styl.css" type="text/css" /> </head> <body xml:lang="pl"> <div id="panel"> <ul class="menug"> </ul> </div> <div id="bok"> <div id="top"> </div> <div id="menu"> <ul class="menu1"> <li>Artykuły <ul class="menu2"> </ul> </li> </ul> </div> <div id="tresc"> dasd </div> </body> </html>
i css
html{ background:#F0F2F3 url(pasek_gora.gif) repeat-x; } body{ width:700px; margin:0 auto 0 auto; text-align:center; } #bok{ width:210px; float:left; } #top{ background: url(top.gif) no-repeat; width:100%; height:110px; margin:0; padding:0; } h1{ color:#FFFFFF; margin:0; padding-top:85px; text-align:center; font-size:10px; font-family:verdana; } #menu{ background: url(menu.gif) no-repeat; height:259px; width:100%; padding:20px; font-size:13px; font-family:Verdana; color:#FFFFFF; } *.menu1{ padding-left:20px; margin:0; text-align:left; } *.menu1 li{ list-style: url(menu1.gif); } *.menu2{ padding-left:30px; margin:0; text-align:left; } *.menu2 li{ list-style: url(menu2.gif); } #panel{ float:right; } *.menug{ font-size:11px; font-family:Verdana; color:#F0CB4A; text-decoration:bold; } *.menug li{ display:inline; } #tresc{ width:470px; background-color:red; }
Witam, i jak to zrobić, aby DIV treść znajdował się w tym: http://www.wadowice.ovh.org/hp2.gif miejscu, a nie na samym dole.
Kombinuje jak mogę a tu dalej nic
strona z tym DIVEM na dole jest tutaj:
http://www.mateofi.ovh.org/homepage/index.html
Pozdrowienia
mateofi