Co nalezy zrobić aby stopka była statyczna (unieruchomiona). Chodzi o to, żeby nie wchodziła na pozostałą treść strony przy zmianie rozmiaru okna.
Oto styl stopki :
Kod: Zaznacz cały
<style type="text/css">
#tekst {
position: absolute;
width: 215px;
height: 100px;
right:10;
top:14;
}
* html #tekst {
position: absolute;
}
</style>
Kod: Zaznacz cały
<div id="tekst" class="ramka text_news"><span onclick="document.getElementById('tekst').style.display='none'" style="cursor: pointer">close</span><br>
<iframe src="news.php" width="215" height="100" frameborder="0" scrolling="yes" style="overflow: hidden; overflow-x: hidden; overflow-y: hidden">
Sorry. Go there : <a href="http://www.page.prv.pl">www.page.prv.pl</a>
</iframe>
</div>
Pozdrawiam