Text links Highlighted when on page
Look at the navigation bar at the top of dmxzone. See the text links, if you click one when it goes to that page it is highlighted. I have tried Css but no luck. I know this will work with images but don't know how for text links.
Thanks for help
Ben
Comments
anser to text links highlighted
just add this on the hyperlink text
<a href="blahblah.asp" onMouseOver="this.style.fontWeight='bold'" onMouseOut="this.style.fontWeight='normal'">Text Here</a>
i hope it works
You must me logged in to write a comment.