Johnson
Joined: 16 Nov 2006 Posts: 8
|
Posted: Wed Dec 06, 2006 10:19 pm Post subject: changing effects of links in our html page |
|
|
amongst other designing in css one can change effects in links in our html page.we can use following properties to give certain effects to our links
A
A:link
A:visited
A:active
A:hover
using these properties one can do different properties to our html links when our link tracked.
|
|