Click to See Complete Forum and Search --> : CSS Drop Down Menu in both IE6 and IE7 problems


thanweb
03-05-2010, 09:11 AM
Hello,

I am building a site at present with drop down menus. To date have been testing in Firefox, IE7 and Chrome. They drop downs work fine in FF and Chrome but in IE7 there is a little bit of a border appearing and the link text doesn't load until you hover your mouse over them all??

Now near the end of the project I want to fix this issue as it has just beed pointed out to me that the links do not work at all in IE6! (Was hoping to just be a little bug i'd fix at the end, but after hours of Googling and testing - Nothing).

I am guessing that I need a .htc file but I know very little about them and how to work with them??

I have added one in my css folder on the server and also in the root and called it from my css body section like this:

behavior:- url(http://www.travel-demons.co.uk/css/csshover.htc);

I have also tried this:-

behavior: url(http://www.travel-demons.co.uk/csshover.htc);

(The second one was to try and point it to the root version)

The page: http://www.travel-demons.co.uk/


Am I looking at the wrong thing? Is it not this???

thanweb
03-05-2010, 09:26 AM
so here http://www.xs4all.nl/~peterned/csshover.html they say to add it to the css like this:-

behavior: url("csshover3.htc");

What I don't understand is why link to that address when the file it gives you to upload to the server is called csshover3-source.htc

Look here where the file download is you will see what I mean.... http://www.xs4all.nl/~peterned/csshover.html#changes

I have renamed it to csshover3.htc and uploaded both this one and csshover3-source.htc to the css folder on the server, added the behavior: url("csshover3.htc"); to my css and....nothing??

Any ideas anyone?