
PIE.htc and wicket not loading
I am trying to use PIE.htc with my wicket application on a JBOSS server. I have modified the jbossweb.deployer web.xml to add the mime type.
The htc file is located at the root of my WebContent folder and thus should be found at behavior: url(/PIE.htc); I have also tried a full path
http://localhost:8080/ReleasePro/PIE.htc.
I have also add the position:relative with no luck of producing the examples of rounded corners, gradients or round tabbed pane in IE8.
I works in IE7. Why?
Any suggestions are welcome.