Viewing 4 replies - 1 through 4 (of 4 total)
  • That is a known problem. If there is an IE bug workaround expert that knows a solution i will integrate it.
    Either drop IE6 support or disable filmstrip.

    Thread Starter Dying2Live

    (@dying2live)

    Actually I got it to work by wrapping the short code with a div.
    Crude…but it worked.

    <div style="width:600px; overflow:hidden; margin-left:30px;">
    %%wppa%%
    </div>

    Thank you!

    Your workaround put me on the right track to fix it (WOW less than 4 hours spent on an IE bug!). As soon as version 2.4.2 is released, you can remove the wrapper. This must be done because the wrapper may damage pop-up displays of thumbnails by clipping the overflowing edges.
    The essence of the bug is that overflow hidden only works when (in this case) width is set explicitly. So that is now calculated and applied.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp-photo-album-plus problems in ie6’ is closed to new replies.