force div footer to bottom
force div footer to bottom
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- AMFA0
position:absolute;
bottom:15px;will get you 15 pixels off the bottom...
position:absolute;
bottom:15px;
will get you 15 pixels off the bottom...