the roll over buttons -
psds for the buttons used for this area are in the psd dir ( we have some additional ones - ask if they are what you need and were not included in the 'misc' dir ) , you will need an on and an off button , uploaded into the misc dir .
if you have trouble making different ones , ask and will make them .
near the bottom of the header template -
the area for the roll-overs starts at :
Code:
<table class="nav-x" cellspacing="0" cellpadding="0" border="0">
the code for each button is :
Code:
<td><a href="$vboptions[forumhome].php$session[sessionurl_q]" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('forum','','$stylevar[imgdir_misc]/_nav-forum_on.gif',1)"><img name="forum" border="0" src="$stylevar[imgdir_misc]/_nav-forum.gif" alt="forum" /></a></td>
a drop menu is different - ask if you need it and cant' figer it out .
you will need to change the link (
underlined )
the image idenitifyer name -different for each image- 2 places (
red )
and the 2 image names (
italic )
Quote:
Originally Posted by Cees
hello, also off topic but i cant find in the other one were i n the upper right corner two buttons are located. Forum and homepage. Where can i put a third or fourth button in .... Many thanks
|