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?

Thanx in advance.
-- 
View this message in context: 
http://www.nabble.com/How-to-include-*.htc-files-in-css-files--tf3238484.html#a9001326
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to