Help on layout...

liunx

Guest
Hi, I'm designing a layout for a friend and I've encountered a little problem. My question is: Is there any way to make a table or a div-layer, stay on the bottom? If you do, please tell me. Thanks.<!--content-->the easiest way would be to have a table at 100% with what you want stuck to the bottom in the bottom row, vertically aligned to bottom<br />
<br />
<td style="vertical-align:bottom;"><br />
put all your css into an external stylesheet after<br />
<br />
<br />
you could try giving the div a top padding of 100%<br />
<br />
<div style="padding-top:100%;"><!--content-->Hmm ok, I'll try that. Thanks a lot for the help!<!--content-->
 
Back
Top