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

Dinah
  • 52,922
  • 30
  • 133
  • 149

1 Answers1

1

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

George Stocker
  • 57,289
  • 29
  • 176
  • 237
  • 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 Feb 19 '09 at 17:52
  • 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 Feb 19 '09 at 18:05