Very simple example:
http://jsbin.com/ohude
Click button1, the ‘hello2’ text p should change z-index to 89. Click button2, the z-index should change yet again. This is obvious in firebug. But it doesn’t do jack in IE8.
Can someone confirm?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t have IE8 and do not know jQuery code.
Were you trying to change the text viewed, or only the z-index? If the z-index AND the text viewed, it was a no-go in Safari.
For my test I altered your original jQuery-styled functions to:
At first, I change your css to css(‘zIndex’,’89’) to see if that altered the results.
Either way css(‘zIndex’…) or css(‘z-index’…), worked for me.
As I said, I don’t know jQuery. But after testing the following snippet in IE8, if it doesn’t work, try changing the css arg to ‘zIndex’, just for grins.
TEST:
Sorry to mess up your JQuery code. 😀