OK, can't be simpler than this.
Your webhost should have a Control Panel with an icon for MIME types, just click on that and add .htc.
You can then google MIME types and .htc and read to your heart's content, but this simple fix should take care of it.
Check this out:
http://msdn.microsoft.com/en-us/libr...18(VS.85).aspx
Last edited by ckosloff; 17 Sep 2008 at 04:38 AM.
Me again.
It might also be that you need to add htc, without the dot, to your MIME types, check with your webhost.
Hi,
Is there someone that can help me with this problem http://englerogdemoner.no/index.php. part of the page is disappears when installing css flyout menu
Thanks :)
i appreciate your assistance. my server company states that the mime htc is there but my flyouts still do not work in i.e.. Any help would make me happy as i have spent countless hours fidgeting with this.
thanks
EDIT: i even copied cswoods css directly to my site and it still did not work![]()
Last edited by Rhitty; 19 Sep 2008 at 09:23 PM.
it does not work in i.e 6 or 7. below is where i am testing. you can see that i directly copied the css which does not flyout.
www.gameroomguys.com/shop
I AM GOING INSANE! :)
This website does work in IE7, however not in IE6, which confirms what I said before.
You need to set the path to htc exactly like so:
body {
behavior: url(includes/csshover.htc);
/* WinIE behavior call */}
and of course make sure that csshover.htc is in that folder.
You may also try the new version of csshover (I didn't test yet), which you can find here:
http://www.xs4all.nl/~peterned/htc/csshover2.htc
make sure you add a 2 to your path, if you use it.
As our friend above states who has already benefitted from my experience with this mod before,you need to change your behavior line.
At the moment it appears to be referring to a version on your testing own computer and not a file on your server.
This also applies to a background image too...
The correct MIME type of the .htc file is Text/x-component.
Read this:
http://support.microsoft.com/kb/306231