In the past I’ve had trouble with Fixed Footers working in some browsers. Here is the site I’m currently working on, just wondering if someone could let me know how to achieve my footer as a fixed footer and also the packages div with the images at the bottom as well. Throughout the website once I start building it more there will only be one image at the bottom which is why I can’t have the images and navigation in the same div. Hope to hear back from someone, thanks for all the help guys. Appreciate it…
What I’d like is the footer to be fixed at the bottom so the navigation is always there so when you scroll its always appears at bottom of the browser. As wel I need the “image” div on the right to remain at the bottom of the page as well, but can not be included in the footer div, since through the site this image will change.
Can someone lend me a hand to help me acheive this.
It’s misplaced in IE7 (as usual) because without co-ordinates it doesn’t really know where absolute/fixed elements belong.
However you can’t use left or right co-ordinates as that would affect the centering so you need to first make sue the elements is in the correct position horizontally and then fix it.