I have a directory that contains an include file called header.htmlf that contains our corporate website header. There are two links in this file that have onmouseover images and onmouseout images. When I view this file, all images and links are present and functioning.
I have another directory that contains a file called template.shtml that uses the include file via <!--#include virtual="/include/header.htmlf--> When I view this file, all the contents of the header.htmlf file get pulled in, EXCEPT for the onmouseover/out images. The links are still functioning (so I know the #include works).
When I put these two files in the exact same directory and use <!--#include file="header.htmlf-->, everything works beautifully. We have a large website with numerous directories, and this header.htmlf file will be included on EVERY page - I need to have SSI functioning using multiple directories. I have tried everything I can think of.
Any suggestions??? Thanks!
I have another directory that contains a file called template.shtml that uses the include file via <!--#include virtual="/include/header.htmlf--> When I view this file, all the contents of the header.htmlf file get pulled in, EXCEPT for the onmouseover/out images. The links are still functioning (so I know the #include works).
When I put these two files in the exact same directory and use <!--#include file="header.htmlf-->, everything works beautifully. We have a large website with numerous directories, and this header.htmlf file will be included on EVERY page - I need to have SSI functioning using multiple directories. I have tried everything I can think of.
Any suggestions??? Thanks!