Not sure about this but could it be that the container does not serve these 
files by default?

 

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Elemer Zagoni
Sent: 16. februar 2007 10:51
To: wicket-user@lists.sourceforge.net
Subject: [Wicket-user] help How to include *.htc files in css files?

 

Hi,

 

I'm new to Wicket (using Wicket ver. 1.2.4).

 

I tried to include an htc file (Internet Explorer behavior file) in a css (to 
fix incorrect png handling in IE).

I did it like below:

 

 *img, div {behavior:url(../htc/iepngfix.htc)}

 

the browser cannot find the referenced htc file. The strange thing is that I 
refer to various images (in the same css) the same way, I mean: 
background-image:url(../img/background.png), and the images are found.

 

Could anyone tell me why the above technique did not work for *.htc files, and 
what's the way to do it for *.htc files?

 

Thanx in advance.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to