biomike
12-27-2009, 03:05 PM
I have used the following CSS code to change the font from white to orange when i hover over it. But when i add a hyperlink with the specialaffects style i loose the white font. Any suggestions please.
Thanks
Michael
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>header</title>
<style type="text/css">
td {
vertical-align: top;
}
</style>
<style type="text/css">
.midaline {
vertical-align: middle;
}
</style>
<style type="text/css">
<!-- a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #ff6600} -->
</style>
<style><!--
a {text-decoration: none; }
--></style>
<style>
a.specialeffects:hover {
color: orange ;
}
</style>
</head>
<body>
<table style="border: 1px solid #000000" width="966" bgcolor="#47637A" height="39">
<tr>
<td width="720" height="35" td class="midaline" style="color: #FFFFFF">
<p style="margin-top: 0; margin-bottom: 0"><font face="Arial"><b> <a href="index.htm" class="specialeffects"> <font size="2" color="#FFFFFF"> home</font></a><font size="2" color="#FFFFFF" face="Arial">
<a class="specialeffects">about us</a>
</font><a class="specialeffects"><font size="2">treatment</font></a></b></font></font><font face="Arial"><b><font size="2" color="#FFFFFF" face="Arial">
<a class="specialeffects"> training</a> <a class="specialeffects"> research</a>
<a class="specialeffects"> media room</a> <a class="specialeffects">case histories</a>
<a class="specialeffects"> contact</a> <a class="specialeffects"> faq</a> <a class="specialeffects">
...more</a> </font></b></font></font>
<td width="185" class="midaline" height="35"><!-- SiteSearch Google -->
<form method="GET" action="http://www.google.co.uk/search">
<font size="-1"><input type="hidden" name="sitesearch" value="http://www.bioenergyhealing.org.uk" checked></font><input type="hidden" name="ie" value="UTF-8"><input type="hidden" name="oe" value="UTF-8">
<div align="center">
<table bgcolor="#47637A">
<tr>
<td><font face="Arial" class="content"><input TYPE="text" name="q" size="18" maxlength="255" value="Search our website" style="font-size: 8pt; font-family: Arial">
<input type="submit" name="btnG" VALUE="Go" style="font-size: 8pt">
<font size="-1"><input type="hidden" name="domains" value="http://www.bioenergyhealing.org.uk"></font></font></td>
</tr>
</table>
Thanks
Michael
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>header</title>
<style type="text/css">
td {
vertical-align: top;
}
</style>
<style type="text/css">
.midaline {
vertical-align: middle;
}
</style>
<style type="text/css">
<!-- a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #ff6600} -->
</style>
<style><!--
a {text-decoration: none; }
--></style>
<style>
a.specialeffects:hover {
color: orange ;
}
</style>
</head>
<body>
<table style="border: 1px solid #000000" width="966" bgcolor="#47637A" height="39">
<tr>
<td width="720" height="35" td class="midaline" style="color: #FFFFFF">
<p style="margin-top: 0; margin-bottom: 0"><font face="Arial"><b> <a href="index.htm" class="specialeffects"> <font size="2" color="#FFFFFF"> home</font></a><font size="2" color="#FFFFFF" face="Arial">
<a class="specialeffects">about us</a>
</font><a class="specialeffects"><font size="2">treatment</font></a></b></font></font><font face="Arial"><b><font size="2" color="#FFFFFF" face="Arial">
<a class="specialeffects"> training</a> <a class="specialeffects"> research</a>
<a class="specialeffects"> media room</a> <a class="specialeffects">case histories</a>
<a class="specialeffects"> contact</a> <a class="specialeffects"> faq</a> <a class="specialeffects">
...more</a> </font></b></font></font>
<td width="185" class="midaline" height="35"><!-- SiteSearch Google -->
<form method="GET" action="http://www.google.co.uk/search">
<font size="-1"><input type="hidden" name="sitesearch" value="http://www.bioenergyhealing.org.uk" checked></font><input type="hidden" name="ie" value="UTF-8"><input type="hidden" name="oe" value="UTF-8">
<div align="center">
<table bgcolor="#47637A">
<tr>
<td><font face="Arial" class="content"><input TYPE="text" name="q" size="18" maxlength="255" value="Search our website" style="font-size: 8pt; font-family: Arial">
<input type="submit" name="btnG" VALUE="Go" style="font-size: 8pt">
<font size="-1"><input type="hidden" name="domains" value="http://www.bioenergyhealing.org.uk"></font></font></td>
</tr>
</table>