• 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

Dropdown misaligned in IE 8

 
Greenhorn
Posts: 1
Hibernate MS IE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a dropdown menu which is always misaligned in IE8, while the menu works file with Chrome and Firefox.
The dropdown list opens at the wrong place, i have tried to fix its location, use z index but nothing seem to work.

I am using coolmenu4.js to create a dynamic drop down.

Has anyone faced a similar issue for IE?
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch

IE in general tends to have it layout behave differently from FF or Chrome. One way is to add compatibility for IE. The "edge" means the user's version. If they use IE8 render as IE8, IE9 then IE9 etc.



Adding this may not solve your problem.
 
reply
    Bookmark Topic Watch Topic
  • New Topic