Witam...
Potrzebuje pomocy z napisaniem kodu pod stronę efekt jaki chciałabym uzyskać
strona
I nie potrafię tego ugryź...
Pomoże ktoś?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2"> </head> <body> <div id = "kontener"> <div id = "logo"> </div> <div id = "menu"> </div> <div id = "zawartosc"> </div> <div id = "stopka"> </div> </div> </body> </html>
html,body { margin: 0; padding: 0; text-align: center; background: #000000; font-family: Tahoma; font-size:12px; } div#kontener { background-image: url(tlo.jpg); margin:0 auto; padding : 0px; width:610px; } div#logo { background-image: url(logo.jpg); margin:0 auto; padding : 0px; width:610px; height:247px; } div#menu { margin:0 auto; padding : 0px; } div#zawartosc { background-image : url(zaw.jpg); background-repeat : no-repeat; width : 610px; height:191px; margin : 0 auto; padding : 20px 35px; } div#stopka { background-image:url(stopka.jpg); background-repeat: no-repeat; width:610px; height:130px; margin:0 auto; padding : 0px; }