Quote:
Originally Posted by RTMdotORG
when you're viewing a forum, can you still see the "spider" in the navbar? showing the forum your in and etc...
|
It's just for navigation, so basically your clicking an image that is a link, also in IE you can remove the blue border by adding this to the a href/img code:
style="border-style: none"
Example for reference:
<a href="http://www.yoursite.com/forums/forumdisplay.php?f=1">
<img src="images/demo1.png" style="border-style: none"/>
</a>
OR a better solution for local, internal links:
<a href="forumdisplay.php?f=1">
<img src="images/demo1.png" style="border-style: none"/>
</a>
So think of it as the tabs you've seen before except it's not as in-depth and refreshes each time, basically simple navigation menu w/ lots of ways to customize.
S-MAN
(Next time PM me man w/ ?'s if I don't reply asap!)