Created attachment 20667 [details] cart1 It looks like in IE10, with compatibility mode off, the a cart image is superimposed behind the word cart. With the compatibility mode on, the image is gone, but the footer of the results page shows up half way up the results.
Created attachment 20668 [details] cart2
Created attachment 20669 [details] footer
It is very difficult to get it right for IE without breaking it in other browsers. The best workaround I found was by adding some CSS in OpacUserCSS (Tested with IE 11): ------------ /*IE-Hack*/ @media screen and (min-width:0\0) { #cartmenulink { width: 86px; text-align: center; padding-right: 0; } } #listsmenulink{ width: 40px; } ------------ For other languages the width values must be adabted, though.
Changing the version to 3.16 since prog isn't in master anymore. If it were up to me this would be marked "WONTFIX"
3.16.x is no longer maintained.