views:

128

answers:

1

I have created a modified version of the suckerfish navigation for a personal project. It looks and performs exactly as I want it to. However, it completely degrades in IE. I spent all day yesterday trying to find a solution with no luck. So I thought I would ask some sharper minds than my own. I am open to just about anything right now. As it stands the page is valid HTML and CSS.

Thanks in advance.

The Navigation can be found here:
http://rachalconsulting.com/assets/samples/

The style sheet is here:
http://rachalconsulting.com/assets/samples/style.css

+1  A: 

I had this very same problem, and the solution turned out to be to use the csshover.htc file.

George Stocker
Thanks. I've actually been trying to use the whatever:hover method, but it doesn't seem to work for me. I added the script file and then the assigned the behavior to the body tag, and nothing.
Victor Duwon
Did you add the csshover.htc file to the head element? I did something similar here: http://www.stannscatholicschool.com. Take a lok, let me know if that helps.
George Stocker