Internet Explorer x CSS Error

Hi there,

Posted this here as the code has been lifted off the default theme. For some reason IE condenses the navigation links so that they are barely visible:

Screen print

Windows FF, Opera and Safari all render correctly as per the above example. Any ideas why?

CSS:
`

ul.pagelist {clear: both; padding: 25px 0 0 0; margin: 15px 0 0 10px; list-style-type: none;}

ul.pagelist li {display: inline;}

ul.pagelist li a, ul.pagelist span.disabledlink {padding: 4px;}

ul.pagelist li.current a {font-weight: bold; text-decoration: none; cursor: default; color: #5A5A4B;}

ul.pagelist li.prev {margin-right: 10px;}

ul.pagelist li.next {margin-left: 10px;}

.disabledlink {color: #ddd; cursor: default;}

.pagenav {clear: both;}

.pagelist {padding-bottom: 20px;}

`

I'm testing locally so can't provide a sample URL.
Sign In or Register to comment.