View Single Post
03-03-2008, 02:51 PM
#5
Szandor is offline Szandor
Status: Junior Member
Join date: Jan 2008
Location: Växjö, Sweden
Expertise:
Software:
 
Posts: 45
iTrader: 0 / 0%
 

Szandor is on a distinguished road

  Old

I take it you use <div> blocks for the menu and the content and that these have the "float" property in your CSS? If so, just add "clear: both;" to your footer block and it should make sure there is no content on its sides. This should work if you use "position: absolute;" too.