View Single Post
10-12-2005, 11:03 PM
#8
WiCkEdStYlZ is offline WiCkEdStYlZ
Status: I'm new around here
Join date: Oct 2005
Location: Wales, UK
Expertise:
Software:
 
Posts: 18
iTrader: 0 / 0%
 

WiCkEdStYlZ is on a distinguished road

Send a message via AIM to WiCkEdStYlZ Send a message via MSN to WiCkEdStYlZ Send a message via Yahoo to WiCkEdStYlZ

  Old

Originally Posted by dereklapp
#website {
overflow: auto;
}
#footer {
#background: transparent url(your_image.img) repeat-x;
}

<div id="website">everything goes in here</div>
<div id="footer">omg i'll be under the scroolbar</div>
remember to remove the margine in body { in the css so it appears as though it is actually a normal page with borders above and below scrollbars... or there's gona b a 5 pixel margin on right hand side makin it look slightly dodgy...

HTML Code:
body {
margin: 0px 0px 0px 0px;
}
never thought of that though m8 :P