
Originally Posted by
misticloudz
Hi again...
so the redirect works now, but for some reason it's looking for the .csshover file on my local directory from when I tested the site on my offline server, on both sites (with or without the
www.) How would i go about changing this? I'm sure it's probably something easy, as always!
thanks again.
Tiff
It is doing that, because that is what you told it to do. 
In includes/templates/apple_zen/css/stylesheet_header_menu.css you have this:
Code:
body {
behavior: url(file:///C|/wamp/www/Copy%20of%20tiffstrinketsoffline/includes/templates/apple_zen/css/includes/csshover.htc);
}
change it to this:
Code:
body {
behavior: url(includes/csshover.htc);
}
And make sure you put csshover.htc Here:
/includes/csshover.htc
NOT here:
/includes/templates/apple_zen/css/includes/csshover.htc
Bookmarks