Quote:
Can you please provide a complete example of how I would change ll
the text to say verdana? |
CSS allows you to change to italic, to bold, to underline, or with a
background shading color change.
The code below, with links or images, if mouse hovered, text color changes
to black, bold, underlined, and background pops in GOLD.
CSS Styling:
a:hover {
color: #000000;
font-weight: bold;
text-decoration: underline;
background-color: #FFCC33;
}
See this CSS in action, here.
http://wholives.com/
Here's a quick tutorial
http://wendypeck.com/css101.html
homer
See this CSS in action, here.
http://wholives.com/