anchors break interior page

  • kjamson
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 6 months ago #19226 by kjamson
Hi Ivan,

The new script you provided doesn't solve the issue.

Here is the URL to the page: www.noblewellnesscentre.com/beta/index.php/faq#top

Thanks.

Please Log in to join the conversation.

More
12 years 6 months ago #19238 by ivan.milic
try this:


<script type="text/javascript">
jQuery(document).ready(function(){

setInterval(function(){
if(window.location.href.indexOf('#'))
jQuery('.interior_page').css('top','-30px');
},500);

});
</script>

Please Log in to join the conversation.

Time to create page: 0.088 seconds
Powered by Kunena Forum