Quote Originally Posted by possum View Post
Hi (to everyone, but mainly jettrue)

I'm sorry to ask this question when you've only just recently covered this off with mauryg. I've double-checked everything that you've mentioned so far and I still can't get the menus to work on IE6.

This question is doubly cheeky because I'm actually using the horizontal version that was contributed by someone else. I'm posting this here because you seem to be using the same techniques and your responses are so helpful.

So far I have:
* Added the extra .htaccess code to the bottom of the root/includes/.htaccess file (I also added it to root/.htaccess because I wasn't sure where it was supposed to go)
* Made sure that the extra css file starts with
body {
behavior: url(includes/csshover.htc);
}
* Made sure that V2.02.060206 of csshover.htc is in the root/includes directory

Are there any other things that I need to do? Any help would be great because i was supposed to be launching the site tomorrow Here's the site www.possumbooks.com

Possum.

P.S. My template is built on Cherry Zen --- thanks for the HUGE headstart.
In the categories_menu.css, it starts like this:

*/body {
behavior: url(includes/csshover.htc);
/* WinIE behavior call */}

remove the */ right before body, see if that helps.

And the .htaccess changes only need to be in root/.htaccess

Cute site!