
Originally Posted by
manfer72
Hi,
I've a little problem with css flyout menu.. see:
www.crazyanimals.it
When i pass through my menu with IE sometimes i loose the focus closing the menu..
Sometimes choose a second level category it's very difficult..
Someone can help me ??
Thanks !!
Best Regards
Ferruccio
I had similar problem, works fine as long as I’m at http://crazyanimals.it but not at http:// www.crazyanimals.it I had to add the following lines for each of my domains in the .htaccess file.
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.crazyanimals.it$ [NC]
RewriteRule ^(.*)$ http://crazyanimals.it/$1 [L,R=301]
Bookmarks