xsx43
07-08-2007, 02:21 AM
Hi,
In my navigation on a website I am working on, I have a rollover navigation.
This was a pre-made script. In the actual link, this is the code:
<a href="javascript:;" class="navText">forums</a>
How would I like that? I had that it would be like the following, but that is how it is in CSS.
<a href="javascript:url('www.google.com';" class="navText">forums</a>
Am I on the right track here?
Thank you,
xsx
Edit-
http://exiledknights.net/
If I add that, it creates unwanted space. I tested it on the first button. I also tried simply putting the link. I'm not exactly sure what to do from here.
In my navigation on a website I am working on, I have a rollover navigation.
This was a pre-made script. In the actual link, this is the code:
<a href="javascript:;" class="navText">forums</a>
How would I like that? I had that it would be like the following, but that is how it is in CSS.
<a href="javascript:url('www.google.com';" class="navText">forums</a>
Am I on the right track here?
Thank you,
xsx
Edit-
http://exiledknights.net/
If I add that, it creates unwanted space. I tested it on the first button. I also tried simply putting the link. I'm not exactly sure what to do from here.