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:

any other tips?

cheers!


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -