I'm making a website for my school's radio station.
I have 7 DIV layers, in the following order:
Container 1 (contains ALL of the DIVs)
Header
Navigation
Container 2 (contains the body and side DIVs)
Body
Side
Footer
The second container div has a repeating background, which unfortunately covers my footer div.
Right now I'm using
CODE
z-index:-1
to show the footer over the second container - but that's not in the right spot.Can someone please help me fix this?
http://brando.jejune.nu/
I also don't have a doctype (every time I add one, it royally screws up my coding and it changes the entire look of the website. It's just a school website, so it doesn't matter to me TOO much that it's not perfectly coded. But if you have any help with that, please let me know?)
