rohanrehman
08-07-2005, 06:53 AM
I have a .htc behavior file.
and when try to acces it like this
img {
behavior: url("http://www.site.com/behavior.htc");
}
it dosent work.
see I must access it externaly because the html file using the behavior is emailed so its not sitting on the server.
img {
behavior: url("behavior.htc");
}
relative path won't work because the html file again is not being viewed on the server.
this method is fine if the html file is on the server.
and when try to acces it like this
img {
behavior: url("http://www.site.com/behavior.htc");
}
it dosent work.
see I must access it externaly because the html file using the behavior is emailed so its not sitting on the server.
img {
behavior: url("behavior.htc");
}
relative path won't work because the html file again is not being viewed on the server.
this method is fine if the html file is on the server.