On 2/16/07, Zágoni Elemér <[EMAIL PROTECTED]> wrote:


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?


Are you sure .htc files are being copied/included in your build process?

-js
-------------------------------------------------------------------------
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