If my understanding is correct, csshover.htc and the additions to .htaccess is what makes it work with IE 6. Did you follow these parts of the instruction:I'm new to CSS Dropdown as well so it's a bit of the blind leading the blind. Hopefully someone else can help answer your problem.Code:4. The .htc file is required for IE browsers pre ver. 7. However, IE has 2 issues with the .htc file: 1. it must stay within the same domain it is called from - note* www.yourdomain.com and yourdomain.com are TWO different domains to IE 2. it must be served as mime type text/x-component from your server The included sample .htaccess file has code to: 1. 301 redirect all www.yourdomain.com to yourdomain.com (you can reverse it if you like just so only one of them is being used) 2. have the .htc file servered using the correct mime type (If your domain is not hosted on an apache server, you'll need to do the above differently)
Bookmarks