Hi there....I use the dreamweaver as an editor for my stylesheets.
I have already changed the appearance of the <a > tag using the following code:
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FF0000;
background-color: #CCCCCC;
}
How can I add the hover attribute.........
the visited?
any other options available?
I have already changed the appearance of the <a > tag using the following code:
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FF0000;
background-color: #CCCCCC;
}
How can I add the hover attribute.........
the visited?
any other options available?
Comment