sbeltyukov
Technical User
Hi,
I created a rollover effect for all of the links by going to Modify --> Page Properties --> Links --> Rollover links. I did this for all of my pages but only the main page seems to have the rollover effects. I have the following code in all of my pages:
Any ideas on what might be wrong?
Thanks!
I created a rollover effect for all of the links by going to Modify --> Page Properties --> Links --> Rollover links. I did this for all of my pages but only the main page seems to have the rollover effects. I have the following code in all of my pages:
Code:
a:hover {
text-decoration: none;
color: #FF9900;
}
Any ideas on what might be wrong?
Thanks!