Gee,this is a bit embarrassing...i know its kinda simple but i cant seem to figure out why...
Here's my pathetic CSS script:
<style>
a:link
{
text-decoration:none
}
a:visited
{
color: #000000;
}
a:hover
{
color: #FFFF00;text-decoration:underline
}
a:active
{
color: #006666;text-decoration:underline
}
</style>
My problem is everytime I click on a link on the page, the underline remains...i've tried dozens of combinations but everytime I click and even reload the page...the darn underline still remains...ugh...![]()
The other "issue" I have is how do you make the link "remain in an onclick" mode, (thus telling the visitor that it was the current link clicked)...however, as soon as another link is clicked...the last one clicked changes back to its original mode...ugh! I should get my _ss clicked!![]()
Thanks for any replies



Gee,this is a bit embarrassing...i know its kinda simple but i cant seem to figure out why...
Reply With Quote


Good question! Actually, I do use the Frontpage quite often (along with good ole Notepad..in that way i'd like to think pretend I'm "old school"

Bookmarks