Forums
This topic is locked
text hover mode
Posted 12 Apr 2007 11:42:34
1
has voted
12 Apr 2007 11:42:34 Patricia Lourenco posted:
Does anyone know how to perform the text hover mode?I've created the style sheet for it and am clueless as to where it needs to be placed in the coding page.
what I have:
tr
td width="128" height="84" align="center"
a href="gallery.html" class="gallery" a "gallery:link">Gallery</a>
/a
/td
Replies
Replied 12 Apr 2007 15:02:48
12 Apr 2007 15:02:48 Mike Haez replied:
Yep,
Put this in your style sheet file:
.navigation a {
color: #0000FF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
.navigation a:hover {
color: #FF0000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}
Then put this in your A HREF link code (or if all your links are in a table/layer, put this in your TD/DIV code):
class="navigation"
Put this in your style sheet file:
.navigation a {
color: #0000FF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
.navigation a:hover {
color: #FF0000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}
Then put this in your A HREF link code (or if all your links are in a table/layer, put this in your TD/DIV code):
class="navigation"
Replied 12 Apr 2007 19:10:50
12 Apr 2007 19:10:50 Patricia Lourenco replied:
Thanx for your help Mike. Much appreciated.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Yep,
Put this in your style sheet file:
.navigation a {
color: #0000FF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
.navigation a:hover {
color: #FF0000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}
Then put this in your A HREF link code (or if all your links are in a table/layer, put this in your TD/DIV code):
class="navigation"
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Yep,
Put this in your style sheet file:
.navigation a {
color: #0000FF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
.navigation a:hover {
color: #FF0000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}
Then put this in your A HREF link code (or if all your links are in a table/layer, put this in your TD/DIV code):
class="navigation"
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>