- Posts: 8
- Thank you received: 0
Images disappear on mouse over!
-
SusanP
Inactive member - Topic Author
- New Member
Less
More
13 years 11 months ago - 13 years 11 months ago #4546
by SusanP
Images disappear on mouse over! was created by SusanP
Hi,
I have successfully installed the Hot Effect Slider extension on my site today, but on mouse over, the images disappear! Please view the slide show on the front page of www.susan-proctor.com/
The links however work.
Could you advise me please?
Thanks.
I have successfully installed the Hot Effect Slider extension on my site today, but on mouse over, the images disappear! Please view the slide show on the front page of www.susan-proctor.com/
The links however work.
Could you advise me please?
Thanks.
Last edit: 13 years 11 months ago by SusanP.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4552
by ivan.milic
Replied by ivan.milic on topic Re: Images disappear on mouse over!
Hi,
In CSS file www.susan-proctor.com/joomlaworks/templa...e2/css/styleGrey.css .
You have this:
a:hover {
background: #D9D1C7;
color: #333;
}
You defined CSS rule for <a> tag on hover globally so that rule triggers when you are over HOT Slider because image is in <a> tag , and also NAV buttons are in <a> tag.
In CSS file www.susan-proctor.com/joomlaworks/templa...e2/css/styleGrey.css .
You have this:
a:hover {
background: #D9D1C7;
color: #333;
}
You defined CSS rule for <a> tag on hover globally so that rule triggers when you are over HOT Slider because image is in <a> tag , and also NAV buttons are in <a> tag.
The following user(s) said Thank You: SusanP
Please Log in to join the conversation.
-
SusanP
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 11 months ago #4558
by SusanP
Replied by SusanP on topic Re: Images disappear on mouse over!
Thank you very much for your reply. I commented out the following:
a:hover {
background: #D9D1C7;
color: #333;
}
in my template's css file and the problem got fixed.
a:hover {
background: #D9D1C7;
color: #333;
}
in my template's css file and the problem got fixed.
Please Log in to join the conversation.
Time to create page: 0.223 seconds