Display problems with ie -hover on menu bar and link text jumping around

Hi everybody,

I have a couple of issues with the way my website displays on ie. (apparently no problems with firefox and chrome)

http://www.cursos-chino.es/cursos-de-chino-KCS-informacion-curso.html

First: my 2 level menu bar does not display properly and the extended menu will not stay visible when hovering on it.

Second: on the page indicated above, some of the text next to the images will jump when hovering on it.

The funny thing is that I get the same jumping in firefox and chrome wit the language selection flags, but I don’t get it on ie. Go figure!!??

and BTW any help will be greatly appreciated.
Thx for everybody that has given me a hand with my site.

Seems to be a problem with ie9 only. not on other ie versions.

Thx all.

Hi,

Haven’t got ie9 on this machine but the menu in IE7 is broken and IE8 flicks on and off.

You need these changes.


[B]#header{position:relative;z-index:99}[/B]
#navmenucontainer {
    position: absolute;
    top: 90px;
    width: 960px;
    height: 45px;
    z-index: 100;
   [B] left: 0;/* needed for IE7*/[/B]
}
#navmenu ul ul {
    width: 260px;
    margin: 0;
    margin-left: -999em;
    position: absolute;
   [B] top: 1em;/* needed for IE8*/
  [/B]left: 0;
    background-color: #f8f8f6;
}


You don’t seem to be supporting IE6 as I could find no jS helper for it.

Thx for the advice and the fixes.