align
align
- Started
- Last post
- 5 Responses
- nothingcrat
Sorry to post such a stupid question.. but for the life of me I can't find anything that tells me how to align a so that it justifies with the bottom of the browser, no matter what size the window.
Is this impossible?
- nothingcrat0
Well I'll be. PV-AN edited out my tag..
to clarify: I'm trying to align a "div" to the bottom of the page.
Thanks
- jox0
table height 100% and align the TD with "bottom"
- nothingcrat0
Is there any way to do it without using a table.
I'm attempting to do this via CSS.
- nothingcrat0
bump
- gabe0
you could put it in a table that is set to height="100%" and then set the cell's valign="bottom"
or you could just use css...
<div id="name" style="position:absolute; bottom:0px;"> stuff </div>