View Single Post
Old 05-11-2004, 01:08 PM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,530
sde is on a distinguished road
if you have 2 definitions of the a tag, then your browser will most likely use the one that was declared last.

which one do you want to choose? whatever the answer to that is, then you probably have to include that script ( or style sheet ) last.

you may have to just open up mymenu.js in a text editor and find where they are using a normal a tag <a href=something.html>asf</a> , and add a new class in there <a class=nav href=someting.html>asf</a>

does that help?
__________________
Mike
sde is offline   Reply With Quote