webwml/css/ie8-and-down.css

13 lines
320 B
CSS

@charset "UTF-8";
/* IE8 and down */
#calltoaction ul li:first-child a:link,
#calltoaction ul li:first-child a:visited {
background: url(../images/cta-buttons.jpg) top center no-repeat;
}
#calltoaction ul li:hover:first-child a {
background: url(../images/cta-buttons.jpg) bottom center no-repeat #ff9800;
}