Witam robie styl dla kolegi i mam problem:
XXX
chodzi o szukajke chce ją wsadzić w to niebieskie tlo i wsadzilem ale nie do końca :/
kodu nie podaje bo możecie sobie w żródło chyba zobaczyć ?
a link do stylu XXX
co robie źle ?
<head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <link rel="Stylesheet" type="text/css" href="stylenew.css" /> <meta name="Author" content="DK1342" /> <style> html, body { background-color: #ffffff; color: #000000; margin-left: auto; margin-right: auto; text-align: center; width: 900px; } #top { width: 900px; } #MENU { text-align: left; text-decoration: none; height: 25px; font-weight: bold; font-family: Verdana; font-size: 10px; color: #ffffff; width: 898px; margin-top: 0xp; background-color: #297dd0; border-right-color: #878787; border-right-width: thin; border-right-style: solid; border-left-color: #878787; border-left-width: thin; border-left-style: solid; border-top-color: #878787; border-top-width: thin; border-top-style: solid; } #MENU2 { float:left; } #szukajka { float: right; text-align: right; } #MENU a { text-decoration: none; font-weight: bold; font-family: Verdana; font-size: 10px; color: #ffffff; } #TRESC { border-right-color: #878787; border-right-width: thin; border-right-style: solid; border-left-color: #878787; border-left-width: thin; border-left-style: solid; border-bottom-color: #878787; border-bottom-width: thin; border-bottom-style: solid; border-top-color: #878787; border-top-width: thin; border-top-style: solid; clear:both; width: 898px; background-color: #ffffff; overflow: hidden; font-family: "Verdana"; font-size: 10px; font-weight: bold; } #stopka { border-top-color: #878787; border-top-width: thin; border-top-style: solid; width: 898px; background-color: #ffffff; overflow: hidden; font-family: "Verdana"; font-size: 10px; font-weight: bold; } </style> </head> <body> <div id="top"> <div id="MENU"> </div> <div id="szukajka"> <form action="plik.php?funkcja=szukaj" method="post"> <input type="text" name="szukaj" style="width: 150px;" /> <input type="submit" name="search" value="Szukaj" /> </form> </div> </div> <div id="TRESC"> Upload Plików i Obrazków<br /> <br /> <!-- <form enctype="multipart/form-data" action="upload.php" method="POST"> <input name="plik" type="file" /> <input name="submit" onclick="document.getElementById('ladowanie').style.display='block'" type="submit" value="Upload" /> </form> <div id="ladowanie" style="display:none;"> Proszę czekać! Trwa wgrywanie pliku !<br /><br /> <img src="http://www.uploaduj.eu/images/czekaj.gif"> </div> --> <br /> <div id="stopka"> Copyright 2009 by DK1342 </div> </div> </div> </body> </html>