• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Div hidding behind another Div in IE6 and IE7

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

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.
IE.GIF
[Thumbnail for IE.GIF]
In IE
FireFox.GIF
[Thumbnail for FireFox.GIF]
In FF
 
echarish Kumar
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Still supporting MSIE 6? http://www.ie6countdown.com/

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


 
echarish Kumar
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Eric Pascarello wrote:Still supporting MSIE 6? http://www.ie6countdown.com/

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
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hope your company charges extra. A lot extra. Lol
reply
    Bookmark Topic Watch Topic
  • New Topic