PDA

View Full Version : Weird Black Bar on page




geekindisguise
Jan 2, 2009, 04:07 PM
There is a weird black bar on this page: http://jakes.is-a-geek.com/design.html
and I don't know how to remove it. The bar does not appear in Internet Explorer 7 though....

Does anybody know how I could remove it?

THANKS



angelwatt
Jan 2, 2009, 04:33 PM
Set your "middle" div to float left. Then set clear:both on the MainContent.

geekindisguise
Jan 2, 2009, 04:36 PM
Set your "middle" div to float left. Then set clear:both on the MainContent.

That fixed it!
But there is still one on the bottom... :(

THANKS!

angelwatt
Jan 2, 2009, 04:45 PM
On the last ul on the page, if you apply margin:0 it gets ride of that gap. I'll let you decide on how to implement it. It's really only the bottom margin that's contributing to the gap.

geekindisguise
Jan 2, 2009, 04:50 PM
THANKS! It all works now.