I try to create a very simple menu with CSS in IE (and I always use
firefox) but I have to make the web application compatible with IE :(
...
I realize the :hover is not working on <ul> and <li> in IE, I have to
put a line in the body in css
body {behavior:url(csshover.htc);}
and I have not idea where should I put this file, (the file contains JS
that allow the :hover on any element in html... the file is form Eric
meyer.
does some one know where and how should I put the file???
Thanks you very much
Sayoyo
--
Posted via http://www.ruby-forum.com/.
I have already try to put it in the public/stylesheets/, but it doesn't
work...
any idea?
thanks you very much!!!!
by adding "/stylesheet/", now the css is able to find the .htc, Thanks
you very much!!!! and another thing I have changed is the .htc file
given by Eric Meyer, he used :media => 'screen', and I was using :media
=>'all', it has created a problem too, now I have changed my code, my
menu is shown correctly now,
Thanks you very much for your help!!!!!
In other news, you might like to know that you can do CSS menus with
*standard* JS fallbacks for IE. Suckerfish has been around for a good
few years or more. There are surely other alternatives.
I think I used an .htc file once like four years ago..
In other news, you might like to know that you can do CSS menus with
*standard* JS fallbacks for IE. Suckerfish has been around for a good
few years or more. There are surely other alternatives.