HI guys,
for some reason, our paging looks different in IE7 vs. Firefox. the active page, does NOT get a border and background color in ie7 but it works just fine in firefox.
here is the css we use.
--------------------------
----------
----------
----------
----------
------
/* CSS Document */
.pagination a {
padding: 4px;
border: 1px solid #999999;
text-decoration: none;
color: #333;
background-color: #ffffff;
}
.pagination a:visited {
padding: 4px;
border: 1px solid #999999;
text-decoration: none;
color: #333;
background-color: #ffffff;
}
.pagination activelink {
padding: 4px;
border: 1px solid #666;
font-size: 18px;
text-decoration: none;
color: #fff;
background-color: #0099ff;
}
.pagination a:hover {
padding: 4px;
border: 1px solid #666;
color: #fff;
background-color: #0099ff;
}
--------------------------
----------
----------
----------
----------
--
and here is a live example
http://74.53.18.200/archive/please help
Start Free Trial