I am trying to get my rollover links to stay the same in Dreamweaver 8 even if they have been visted, but I am unable.
I am using white as the menu button color and blue when a visitor rolls their mouse over it. This works. However, when returning "HOME" or another link, the last visited stays white and no longer turns blue on the roll over.
Here is the code:
<table width="768" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td height="15"><table width="678" border="0" align="center" bordercolor="#CCCCCC">
<tr>
<td width="72" bgcolor="#889055" class="style6"><div align="center" class="style2"><a href=" <td width="255" nowrap bgcolor="#889055" class="menubuttons style2"><div align="center" class="style2"><a href="Transcription Services.html"><span class="style6" onMouseOver="a:hover">Transcription Services</span></a></div></td>
<td width="115" bgcolor="#889055" class="menubuttons style2"><div align="center"><a href="Technology.html" class="style6">Technology</a></div></td>
<td width="112" bgcolor="#889055" class="menubuttons style2"><div align="center" class="style2"><a href="ContactUs.html"><span class="style6">Contact us</span></a></div></td>
<td width="13">
<td width="85" bgcolor="#889055" class="menubuttons style2"><div align="center"><a href="AboutUs.html" class="style6">About us </a></div></td>
</tr>
Could anyone offer any tips?
Thank you
I am using white as the menu button color and blue when a visitor rolls their mouse over it. This works. However, when returning "HOME" or another link, the last visited stays white and no longer turns blue on the roll over.
Here is the code:
<table width="768" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td height="15"><table width="678" border="0" align="center" bordercolor="#CCCCCC">
<tr>
<td width="72" bgcolor="#889055" class="style6"><div align="center" class="style2"><a href=" <td width="255" nowrap bgcolor="#889055" class="menubuttons style2"><div align="center" class="style2"><a href="Transcription Services.html"><span class="style6" onMouseOver="a:hover">Transcription Services</span></a></div></td>
<td width="115" bgcolor="#889055" class="menubuttons style2"><div align="center"><a href="Technology.html" class="style6">Technology</a></div></td>
<td width="112" bgcolor="#889055" class="menubuttons style2"><div align="center" class="style2"><a href="ContactUs.html"><span class="style6">Contact us</span></a></div></td>
<td width="13">
<td width="85" bgcolor="#889055" class="menubuttons style2"><div align="center"><a href="AboutUs.html" class="style6">About us </a></div></td>
</tr>
Could anyone offer any tips?
Thank you