|
Posted by Beauregard T. Shagnasty on 01/10/06 16:34
johnsonholding@yahoo.com wrote:
> Changing the background would be ok too, but I don't know how to do
> that either! But I don't want a graphic at all, I just want the text
> and the background colour maybe to change.
Paste this CSS into your page in a <style> block. It's from a site of
mine. If you like it, play with the colors and change to what you like,
but consider that most visitors will be confused if links aren't in
their standard default colors. It's from http://fingerlakesbmw.org/
a {
background-color: transparent;
color: #0000cd; /* blue */
font-size: 100%;
}
a:link {
background-color: transparent;
color: #0000cd; /* blue */
}
a:visited {
background-color: transparent;
color: #800080; /* purple */
}
a.focus {
background-color: #ffffcc;
color: #3399cc;
}
a:hover {
background-color: #ffffcc;
color: #3399cc;
}
--
-bts
-Warning: I brake for lawn deer
Navigation:
[Reply to this message]
|