Good day, after struggling with a problem at my previous post, i entered another problem caused by different heights in web crossing.
Example: http://www.sushitaksteeg.nl/secret/template.html
Download: http://www.sushitaksteeg.nl/secret/Port.rar
If you press on the scroll page button, the page scrolls perfectly in FF but not in Chrome and IE.
I did this by setting the next property in styles.css:
<– #footer{height:870px;} –>
Again i have searched google and stackoverflow, and tried CSS reset, but didn’t work..
Someone any ideas?
EDIT
Mike helped me out with parent.scroll(), it’s better now but still I can see a white line between the header and footer in FF and Chrome, IE is showing it good now.
Any more help is appreciated, thank you.
I see your JavaScript is using window.scrollBy(). In Chrome/IE, scrolling can be done with parent.scroll().