|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
css positioning help
I have a little problem.
I am designing my new site with everything positioned absolutely, i.e. .classname { position: absolute; margin-top: 50px; etc, etc... } The trouble is, I cannot position my footer properly because the size of the page will vary depending on how much content it contains. How can I do this? I've seen it done, but looking and the HTML and CSS code has not revealed to me how. |
|
#2
|
||||
|
||||
|
RE: css positioning help
Try using something like:
position: absolute; bottom: 0px; I've had some luck with this, but it seems like browsers handle it differently, so it can be problematic. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > css positioning help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|