IE6 CSS Hover issues with menu

后端 未结 5 1476
长情又很酷
长情又很酷 2021-01-15 02:25

I have a CSS hover menu which works in all browsers except... surprise -- IE6!

#menu_right ul li:hover ul { visibility: visible; }

This

5条回答
  •  死守一世寂寞
    2021-01-15 02:41

    Take a look at whatever:hover http://www.xs4all.nl/~peterned/csshover.html. This baby solves all sorts of weird IE6 hover problems, might solve yours.

提交回复
热议问题