MyBB Community Forums

Full Version: Harry Potter Beyond
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Also you should return false.
<div class="menutitle"><a href="#" onclick="SwitchMenu('sub1'); return false;">Site</a></div>
So it doesn't jump up to the top when clicked.
Or alternatively:

<div class="menutitle"><a href="javascript: onclick="SwitchMenu('sub1');">Site</a></div>

which should work just as well Wink
Actually no.
That would be:
<div class="menutitle"><a href="javascript:SwitchMenu('sub1');">Site</a></div>
Smile
Although better to use onclick with return false.
HPB V6 has been released and the forums, as well as the main site, has been reskinned Big Grin i think it looks way better than before Wink
any suggestions/comments??
Wow! Pretty cool! I'm gonna register ASAP!

Keep it up, pritthish! Smile
Pages: 1 2