Hi there, We are having a problem with the VML script file ie-css3.htc. Basically, the file enables Internet Explorer to work with CSS3 and in our css file the usage is: behavior: url('ie-css3.htc'); The problem seems to be that IE does not treat this as a relative path to current location (/site_media/css/), but looks in the root folder. Would you have any suggestions as to where in our Django project we could put the file in order for IE to find it? Many thanks, Lloyd asked 08 Mar '11, 06:27 xcellent_dev |