How can i make effect when i mouseover on hyperlink it underline?
Thx![]()
How can i make effect when i mouseover on hyperlink it underline?
Thx![]()
Using css:
Hope this helps.Code:<style type="text/css"> a:link,a:visited { color: #000; text-decoration: none; }a:hover { color: #0000FF; text-decoration: underline; }</style>
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
VelvetMorning (04-08-2008)
It work
Thanks![]()
Bookmarks