css mouse over on links - Post ID 84829

User 128428 Photo


Registered User
110 posts

I re-installed and erased that code and it is still doing it. The css mouse over on the text is on some links and not others.
User 282670 Photo


Registered User
3,940 posts

as above Eric, is it the same page link? i so the source code still shows it there. You should also upgrade to build 4 which was released a few days ago that will help.
http://kellyinfo.com/web/deletes.jpg




User 128428 Photo


Registered User
110 posts

Bruzer,

I tried doing the above but did not upload it to the web...I just previewed it on my computer and the links still where only showing mouseover on some links but not others.

Thanks for the help! but do you have any other suggestions...do I need to upload it?
User 282670 Photo


Registered User
3,940 posts

Eric,
seems your right I can't get it to work either, just installed VSD and no change, try a support ticket , and see if they can give you any better ideas. :|




User 463058 Photo


Ambassador
1,085 posts
Online Now

Can you upload your latest changes so we can see what you have? You can try the following styling which may work, but if it doesn't it may be because of changes to your code which we can't see.

<style type="text/css">
#container a:link {text-decoration: none;}
#container a:visited {text-decoration: none;}
/* Add Hover with color to links */
#container a:hover {text-decoration: none; color:#006600;}
</style>
User 128428 Photo


Registered User
110 posts

Cary I think that is going to work!!! It worked just now when i tried it. I be back later if I have any more issues....otherwise thank you!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.