html code for hyperlinks

C

Carmen

I have created a rollover navigation bar on my website with the following
codes:

1st Html Box:
<style type="text/css">a.button,
a:visited.button{width:129px;height:30.5px;background-color:transparent;background-image:url(C:\Documents
and Settings\Owner\My Documents\My Pictures\Picture2.gif);
text-decoration:none;}

a:hover.button
{width:129px;height:30.5px

background-color:transparent;background-image:url(C:\Documents and
Settings\Owner\My Documents\My Pictures\Home Tab 2.gif);
text-decoration: blink;}
</style>

2nd Html Box:
<a class="button" href="url"></a>


I now need to make this a hyperlink to another page within my website. What
would be the html code to do this? And will this affect the rollover effect?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top