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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -