jquery - Fadeout not working in IE7/IE8 (have tried previously suggested fixes) -
after reading previous answers tried removing position:fixed
, setting opacity 100 before fadeout, , adding display: inline-block
nothing has worked far.
here site: http://www.theseamstressofbloomsbury.co.uk/lookbook/
the element faded out has following css:
#loading-wrapper { background: url(images/background.jpg) center top #eee9d1; height: 100%; width: 100%; position: fixed; z-index: 1000; text-align:center; color:#866a4b; }
and jquery:
$('#loading-wrapper').fadeout('slow');
related questions looked into:
- fadeout not working in ie7/ie8
- jquery ie fadein , fadeout opacity
- does jquery's fadein() , fadeout() not work ie 8?
any other tips?
cheers!
Comments
Post a Comment