mam problem z szablonem strony. Usunęłam pasek przewijania ale sposób w jaki to zrobiłam ma pewne wady i chciałbym go zmienić, ale nie wiem jak. Szczególnie chciałabym się pozbyć tych overflow i pozycjonowania relacyjnego - bo przez nie znikneło mi tło body pod explorerem 7. Bardzo proszę o pomoc. O to mój kod css:
* { margin: 0px; padding: 0px; border: 0px; } html { overflow: auto; margin: 0px; padding: 0px; text-align: center; background-color: white; background-image: url('tloszare.png'); background-position: top center; background-repeat: repeat; } body { overflow: hidden; position: relative; width: 1000px; float: none; clear: both; margin: 0px auto 0px auto; padding: 0px 10px 0px 10px; text-align: left; font-size: 11px; font-weight: normal; font-family: verdana, sans-serif; font-style: normal; background-color: black; color: white; background-image: url('krawedzie.png'); background-position: center center; background-repeat: repeat-y; } div#top { width: 1000px; height: 220px; float: none; clear: both; background-image: url('tloszare2.png'); background-position: top center; background-repeat: repeat; }
pozdrawiam Jola
Zapomniałam napisać części kodu html: