Needs work
Project:
Amity Island
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2012 at 07:14 UTC
Updated:
1 Aug 2012 at 07:18 UTC
I can not figure out what I'm doing wrong here. I have messed with this for way too long already, and I just keep running in circles. I think I have it fixed, but I don't. Apparently, I just don't know what I'm doing.
What I'm trying to do is set the active primary link tab to be the same as it is with a hover. I can get the right side fine, but the left side image is eluding me. Anyone know what I need to do?
For the right, I can just do this:
#primary-links li:hover a, #primary-links a.active {
color: #303a49;
background: url(images/primary-hover-r.png) right top no-repeat;
}But that leaves the left side image the same is it is without the hover. What needs to happen for the left? I assume it needs to be here:
#primary-links li:hover {
background: url(images/primary-hover-l.png) left top no-repeat;
}But WHAT needs to be there?
Comments
Comment #1
BorisTheSpider commented