Demo
This Modification shows a floating side menu in the left of your forum just like here on vBCoderz.
Instructions:
1. Upload ssmItems.js and ssm.js to your forum directory.
2. Open your header template, and at the top add:
This Modification shows a floating side menu in the left of your forum just like here on vBCoderz.
Instructions:
1. Upload ssmItems.js and ssm.js to your forum directory.
2. Open your header template, and at the top add:
Code:
<style type="text/css">
<!--
A.ssmItems:link {color:black;text-decoration:none;}
A.ssmItems:hover {color:black;text-decoration:none;}
A.ssmItems:active {color:black;text-decoration:none;}
A.ssmItems:visited {color:black;text-decoration:none;}
//-->
</style>
<SCRIPT SRC="ssm.js" language="JavaScript1.2">
</SCRIPT>
<SCRIPT SRC="ssmItems.js" language="JavaScript1.2"></SCRIPT>