one uses a roll over :
Code:
<td><a href="arcade.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('arcade','','$stylevar[imgdir_misc]/_nav-arcade_on.gif',1)"><img name="arcade" border="0" src="$stylevar[imgdir_misc]/_nav-arcade.gif" alt="arcade" /></a></td>
the link is in DarkGreen ( the .php - as i am seeing them all red ?) , red is the name of the image .
can use this pattern and just make the 3 changes for each button you need . an on an off button is needed . if we have them and were not in the misc dir of the style ask and can quick make the right ones , supply the code .
the other is just a simple text link :
Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]">Forum</a> :
<a href="$vboptions[homeurl]">Home Page</a> :
just add to them .
both are located in the header template .
Quote:
Originally Posted by dirtycrow
going to install this now, i know this is totally off topic, but how did you get the links to work in the upper right hand corner of the page ( the links for "forum, Homepage, arcade, downloads etc" )
thanks so much!
|