![]() |
|
Internet Explorer x CSS Error - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Internet Explorer x CSS Error (/thread-1504.html) |
Internet Explorer x CSS Error - snkhan - 2007-06-25 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. |