xdous
01-07-2008, 07:07 PM
Hi all.
I was wondering if anyone can help me out with some image css links i have been working on.
The buttons seem to work fine in FF but they dont load correctly in IE 7.
Please visit my site by clicking here (http://ginterface.com/avanti/) to see what i mean.
The problem is with the buttons on the right.
I would suggest you view the site in FF first so you can see how it is supposed to work.
The css code for the hover image links is as follows:
.rolloveravanti a {
display:block;
width: 230px;
height:51px;
background: url("img/banner_navigation_07.jpg") 0 0 no-repeat;
}
.rolloveravanti a:hover {
background-position: 0 -35px;
background: url("img/images_07.jpg") 0 0 no-repeat;
color: #049;
}
.rolloveravanti a:active {
background-position: 0 -70px;
color:#fff;
}
If anyone can shed some light on this matter I would be very greatful as it has been causing me major trouble!
Cheers :D
I was wondering if anyone can help me out with some image css links i have been working on.
The buttons seem to work fine in FF but they dont load correctly in IE 7.
Please visit my site by clicking here (http://ginterface.com/avanti/) to see what i mean.
The problem is with the buttons on the right.
I would suggest you view the site in FF first so you can see how it is supposed to work.
The css code for the hover image links is as follows:
.rolloveravanti a {
display:block;
width: 230px;
height:51px;
background: url("img/banner_navigation_07.jpg") 0 0 no-repeat;
}
.rolloveravanti a:hover {
background-position: 0 -35px;
background: url("img/images_07.jpg") 0 0 no-repeat;
color: #049;
}
.rolloveravanti a:active {
background-position: 0 -70px;
color:#fff;
}
If anyone can shed some light on this matter I would be very greatful as it has been causing me major trouble!
Cheers :D