ChrisPlantijn
09-28-2011, 07:36 AM
Hi, nothing to serious, but definitely annoying. Every time i load my page, it loads to the halfway Y position down the page. I want to page to always load top every time it is refreshed or referenced to. You can see the problem here. Try and go to www.simeoncreative.com and click on any of the menu nav links. the page will load, but just halfway down the page. I tried both the
$(document).load().scrollTop(0);
and
$(document).ready(function(){
$(this).scrollTop(0);
});
JS codes in the linked .js file. How can I fix this? Thanks in advance for any help.
$(document).load().scrollTop(0);
and
$(document).ready(function(){
$(this).scrollTop(0);
});
JS codes in the linked .js file. How can I fix this? Thanks in advance for any help.