Hi guys, one more thing:
at the bottom of my page the 'copyright-div' ends, BUT there is still some background-image underneath ... so there is some space between that last div and the bottom of your browser.
How can I avoid this?
<!-- m --><a class="postlink" href="http://www.bobbysmiles.com/temp/test/test30.htm">http://www.bobbysmiles.com/temp/test/test30.htm</a><!-- m -->
Thx!without looking at your code, i would suggest aligning your last div with the bottom.
by
position: relative;
bottom: 0px;Hmm, this doesn't work try a negative margin then.
at the bottom of my page the 'copyright-div' ends, BUT there is still some background-image underneath ... so there is some space between that last div and the bottom of your browser.
How can I avoid this?
<!-- m --><a class="postlink" href="http://www.bobbysmiles.com/temp/test/test30.htm">http://www.bobbysmiles.com/temp/test/test30.htm</a><!-- m -->
Thx!without looking at your code, i would suggest aligning your last div with the bottom.
by
position: relative;
bottom: 0px;Hmm, this doesn't work try a negative margin then.