You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Overlay autohide feature keeps "Previous" navigation hidden at all times in IE8 Created Feb 5, 2010

This thread is solved

Views: 2902     Replies: 8     Last reply Dec 28, 2010  
You must login first before you can use this feature

Ticallian

Posts: 11

Registered:
Jul 10, 2009

Overlay autohide feature keeps "Previous" navigation hidden at all times in IE8

Posted: Feb 5, 2010

If you add 'autohide: false' to the gallery plugin located on the overlay gallery demo http://flowplayer.org/tools/demos/overlay/gallery.htm), the 'Previous' navigation link will remain hidden at all times when viewed in IE8.

This does not effect IE6, IE7, Chrome, Firefox, Safari or Opera.


$("#triggers a").overlay({
	target: '#gallery',
	expose: '#f1f1f1'
}).gallery({
	autohide: false,
	speed: 800
});

jworld51

Posts: 1

Registered:
Feb 27, 2010

» Overlay autohide feature keeps

Posted: Feb 27, 2010

Reply to: Overlay autohide feature keeps "Previous" navigation hidden at all times in IE8, from Ticallian
I'm unsure if this is the same problem, but the effects were definately as you described.

As weird as this sounds, removing the comments within the overlay container immediately solved my issue.


<!-- "previous image" action -->
<a class="prev">
      <img src="images/left.png" /></a>
<!-- "next image" action -->
<a class="next">
      <img src="images/right.png" /></a>

Changed the markup to:



<a class="prev">
      <img src="images/left.png" /></a>

<a class="next">
      <img src="images/right.png" /></a>

Not sure what the actual issue is and why it only affects IE8, but maybe this will help point someone in the right direction.

custa1200

Posts: 54

Registered:
Oct 31, 2009

» » Overlay autohide feature keeps

Posted: Mar 1, 2010

Reply to: » Overlay autohide feature keeps , from jworld51
I have added this to the issues register