Quote:
I'd love to use this effect but it's a nightmare in Firefox. Not only does in not scroll to the bottom of the page (as mentioned many times already) but it also flickers the bottom scroll bar as well which gets annoying fast to my members.
Can someone please, please, please provide a concrete solution that actually works in Firefox?
Many thanks.
|
Works fine with firefox for me. Try checking your FF JS settings....
Quote:
well, im officially stumped...tried all that, ensured my code was placed correctly...shows everywhere but on the CMPS homepage. Shows on forums home page, arcade...everywhere else
|
Sounds to me that you need to provide a full URL to the JS file mate. In other words, for the code provided in each header template, change:
Code:
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
To this:
Code:
<script type="text/javascript" src="http://www.myforums.com/season/$vboptions[guidesvbs_type].js"></script>
To recap, change all the instances of the above code to a full SRC. Check in your FTP browser to see where exactly the "season" folder is located. Then link to it as demonstrated above. Good Luck!