I am using jquery validation framework to validate my form but when the validation is getting displayed its getting hidden behind my other div and is not getting displayed properly and this is happening only in IE 6 and 7 but in IE 8 it works and in other browsers it works fine.
I have tried setting z-index but it doesnt work.
I have attached the screen shots please have a look at them.
Plese any help is appriciated.
echarish Kumar
Ranch Hand
Joined: Feb 02, 2010
Posts: 42
posted
0
I am able to solve this issue, what i had to do was to set the z-index of the parent element of jquery validation message, as IE 6 and 7 requires the z-index to be set for both parent and child element.
Are your IE6 numbers that high that you still have to support it? MS does not even support it and they stopped support for IE7 and forcing upgrades to 8/9/10.
Are your IE6 numbers that high that you still have to support it? MS does not even support it and they stopped support for IE7 and forcing upgrades to 8/9/10.
Eric
Yes we have to .... i dont want to but customer wants that and for bussiness customer is King
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
Hope your company charges extra. A lot extra. Lol
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Div hidding behind another Div in IE6 and IE7