Click to See Complete Forum and Search --> : Bottomheader not pushing down..


Sux0rZh@jc0rz
11-27-2003, 12:56 PM
checkout http://xaxei.europe.webmatrixhosting.net/xaxeilayout.html

In this layout that I have just started, I have a TopHeader and a BottomHeader.. the top one works fine.. but the problem i have is that i have a "menu" on the right side with a "position:absolute" and a content area with no position defined. this makes it so i can keep adding more content menus... but i will only have one menu and it needs to reside to the right of the content. that is why it has absolute positioning. this makes it overlap the bottomhead and continue down the page instead of pushing the bottomheader down.. do you know anyway to fix this? any help would be appreciated.(I JUST started this layout.. it doesnt even have navigation yet.. :D ...so don't comment about it's lack of content please!)

thanks in advance,
cheers.

Paul Jr
11-27-2003, 01:12 PM
I just read your post, took a peek at the site; so this is off the top of my head, like... totally.

But maybe you could float the absolutely positioned menu to the right. That should keep it on the right side of the page, while pushing the footer down.

Like I said, just off the top o' me head...

Sux0rZh@jc0rz
11-27-2003, 02:17 PM
i'll try that...