Click to See Complete Forum and Search --> : Floating Footer


AnacondaAndy
03-31-2004, 10:22 PM
Hi!

I am trying to add a footer to my website...but I don't know how to make it float below the main body of text.

The link is in my sig...

Sam
04-01-2004, 02:07 AM
how about slapping the footer's text into a div down there so we can do something for you...

AnacondaAndy
04-01-2004, 10:50 PM
Ok...I put it in...it is covering the menu...

hit reload several times please so it will reload the css..

ray326
04-01-2004, 11:27 PM
Start by taking out ALL your position:absolute; rules and put a clear:both; in your #separator and #footer rules.

AnacondaAndy
04-02-2004, 11:52 AM
Thanks! that did it...but now in IE the seporator is really big but in mozilla it is fine...any ideas why?

ray326
04-02-2004, 12:01 PM
Originally posted by AnacondaAndy
Thanks! that did it...but now in IE the seporator is really big but in mozilla it is fine...any ideas why?
Yea, but nothing useful. ;) Consider doing something with div margins to eliminat the separator altogether.

AnacondaAndy
04-02-2004, 12:20 PM
the separator has a border around it...that is why I want it... :)

ray326
04-02-2004, 12:46 PM
Sometimes IE confuses the use of text settings with other things so you might try applying a line height or a font size or something like that to that div. Also you might try putting a   into the div so it has something to chew on.

AnacondaAndy
04-03-2004, 02:25 PM
I'll give it a try...thanks!:cool: