It goes without saying that IE sux, however, I wanted to report a minor display issue. When viewing the block, after the loading icon/text is replaced with the block content, there is a gap between the page title and the list generated. However this gap disappears once you start cycling through pages within the block.
Basically it looks like this:
PAGE TITLE
* item 1
* item 2
* item 3
1 of 100
But after hitting the 'next' link, it looks normal, like this:
PAGE TITLE
* item 1
* item 2
* item 3
2 of 100
I only see this in IE7, it displays normally in FF3.
Is this kind of thing fixable via CSS?
Comments
Comment #1
BradM commentedI should note that this gap does not disappear if using the .js file included with the module. But if you add a fade effect as outlined here (http://drupal.org/node/263220#comment-873871) then the gap goes away when you hit next.