August 21, 200818 yr here is the url i'm dealing with coastersforless.com index.php does not scroll and all pages do not show the footer any help is greatly appreciated thanks
August 21, 200818 yr Welcome to WDF Had a quick look in IE6 and the footer is there but slightly out of alignment. The width of the #footer-content (including padding) is 10px wider than #footer. Reduce the right or left padding by 10px and have another look. You also have quite a few validation errors (most of them caused by your javascripts I think) but sorting them out might help with the problem too.
August 22, 200818 yr I had a problem with the footer on my site. It turned out to be a typo, one of the divs further up wasn't closed properly <div class="one"> /div> It was something like that (I can't entirely remember) So I would have a look through your code for any typos - It is amazing how such a small thing can be a big pain in the neck! Hope that helps!
August 22, 200818 yr Author Thanks for the feedback. It's always good to hear from multiple sources. It turns out 'positiion:relative' was in the reset portion and was causing all the stink. The alignment issue was due to large image up to that was pushing the wrapper out 5px. Again. Many thanks Ben Welcome to WDF Had a quick look in IE6 and the footer is there but slightly out of alignment. The width of the #footer-content (including padding) is 10px wider than #footer. Reduce the right or left padding by 10px and have another look. You also have quite a few validation errors (most of them caused by your javascripts I think) but sorting them out might help with the problem too.
Create an account or sign in to comment