Salar
Thanks for your reply.
I know the CSs file doesn't get processed, but I just tried "everything"...
My examples are not completely clear I think...
The file:
csshover.htc has to be loaded for Iexplorer 6 to support hover on non <a> tags
If I put the file in the DNN root, and use this:
BODY{behavior:url('csshover.htc')}, it's partly okay...
As long as I visit the site's homepage.
The URL in the browser shows:
http://mysite.com/ and the behavior works in IE.
If I use the menu, and the url get rewritten IE doesn't find the behavior anymore.
Which is kind of logical since it would try to find
http://mysite.com/testpage/tabid/45/csshover.htc I guess.
I think that's why setting the pathin my CSS file to:
http://mysite.com/csshover.htc does work
The same happens if I put the behavior file in a folder, the skin folder or in /Portals/0 and change the css path accordingly.
(Turning off the URL rewriter is not an option for me...)
Since I want to use this behavior for all my sites (for the
IE Hover bug) I'm looking for a "relative path" solution...
It doesn't have to be part of a skin, I would like to add it to all my dnn installations somehow...
So any solution is welcome.
Thanks a lot for you time.