Hello, I have encountered a new issue after resolving a problem at my previous job, this time it's related to different heights on web pages.
Take a look at this example:
Download the file here:
When you try to scroll the page, it works perfectly in Firefox but not in Chrome and IE.
I tried adjusting the height property in styles.css like this:
<-- #footer{height:870px;} -->
Even after searching through Google and Stack Overflow, and attempting CSS reset, the issue persists.
If anyone has any ideas or suggestions, please let me know.
UPDATE
Thanks to Mike's advice on using parent.scroll(), the scrolling is improved. However, there is still a visible white line between the header and footer in Firefox and Chrome while IE displays correctly.
Any further assistance would be highly appreciated. Thank you.