3

I'm working on a Joomla 1.7 site and I'm having a strange problem in IE8. When trying to select an option from a select box, the options appear for a second and then when you try to select one they disappear. It only happens on a specific page - I've disabled every other module on the page to count out any conflicts (thought for sure it was a conflict with the slideshow, but no luck). If anybody can shed some light on this I'd really appreciate it! Below are some examples - click on the 'Quicksearch' select dropdowns.

This page works fine: //link removed - solution below

This page doesn't: //link removed - solution below

Thanks!

Solution -- Thank you both for your input. I figured it out after pulling my hair out for a couple hours! The template was calling IE specific css behavior 'behavior: url(/css/PIE.htc);' for the module wrapper divs. I just forced the select box styles in the template html IE8 specific css and it works now. Nothing like a waste of time with IE! Thanks again.

user1188195
  • 51
  • 1
  • 3

2 Answers2

0

Try adding

position:relative;
z-index: 0;
alfonsomartinde
  • 317
  • 1
  • 10
0

Seems like some outer div has a MouseOut event. Please Check this out and maybe you will find your answer.

Community
  • 1
  • 1
Hanlet Escaño
  • 17,114
  • 8
  • 52
  • 75