Sulaiti
25 Sep 2007, 18:57
Description: This script displays a floating bar that sits at the top of the window, gliding gently back into view when the page is scrolled. Regular HTML content can be shown inside of it. And to make the bar less intrusive, once it is closed (by clicking on the "x"), the bar can be set to dismiss for the entire duration of the browser session, by using cookies. Reloading the page won't bring it back. Sites like About.com use something similar to display important tidbits of information.
Step 1: Add the following code into the Template: headinclude :
below
<!-- / CSS Stylesheet -->
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Step 2: Insert the following code in the Template: navbar :
below
<!-- / PAGENAV POPUP -->
</if>
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Step 3: Finally, this script uses an image to close the bar:
Done!
Please make sure you click INSTALL if you like it.
Step 1: Add the following code into the Template: headinclude :
below
<!-- / CSS Stylesheet -->
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Step 2: Insert the following code in the Template: navbar :
below
<!-- / PAGENAV POPUP -->
</if>
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Step 3: Finally, this script uses an image to close the bar:
Done!
Please make sure you click INSTALL if you like it.