rforaker
06-10-2005, 07:01 AM
If i'm using this code
<tr onmouseover="this.className='alt1'" onmouseout="this.className='alt2'"><td><img src="$stylevar[imgdir_misc]/navbits_dash.gif" alt=""/> <a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]"><strong>Forums</strong></a></td></tr>
How do I add a check to see if there are new posts and if so to use a .gif to show there are in a nav menu?
Hope I made sense, thanks gang.
<tr onmouseover="this.className='alt1'" onmouseout="this.className='alt2'"><td><img src="$stylevar[imgdir_misc]/navbits_dash.gif" alt=""/> <a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]"><strong>Forums</strong></a></td></tr>
How do I add a check to see if there are new posts and if so to use a .gif to show there are in a nav menu?
Hope I made sense, thanks gang.