PDA

View Full Version : shifted footer


allisonwrote
06-19-2008, 03:16 AM
i'm trying to fix the arrangement of my website's frontpage so that it works in all browsers, and i've somehow managed to make it so the footer shifts a few pixels from the rest of the site.

it has something to do with the left content div, because when i remove that and just have the right content (red link, pictures), the footer is perfect.

how can i fix this?

website link here: http://www.allisonwrote.com/aussie/index2.html

rangana
06-19-2008, 05:16 AM
See if changing your container div's width to 810px helps:

#container {
width: 800px;
height: auto;
position: relative;
margin: 0 auto;
z-index: 1;
}