[Plugin: Page-list] pagelist_ext ? Internet Explorer 8: No thumbnails
-
On my page I use the following code:
[pagelist_ext child_of="30" image_width="96" image_height="96" limit_content="100"]
In Firefox and Opera + Internet Explorer 9 I am able to see the thumbnails. In Internet Explorer 8 (and older) I am unable to see the thumbnails.
I fixed this by changing file page-list.css. I added the width and height of the thumbnails:
.page-list-ext .page-list-ext-image { height:96px; width: 96px; float: left; display: inline; margin: 5px 10px 10px 0; border: solid 2px #cccccc; }
This works for me but I think there should be a better way.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Page-list] pagelist_ext ? Internet Explorer 8: No thumbnails’ is closed to new replies.