Active
Project:
Austin Zen Sub Theme
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Aug 2010 at 17:03 UTC
Updated:
11 Nov 2010 at 12:31 UTC
hi
you somebody please change this link.
if you put this theme in the sites/all folder, it doesnt work:
iepngfix.htc
// This must be a path to a blank image. That's all the configuration you need. Path is relative to drupal-collections server.
if (typeof blankImg == 'undefined') var blankImg = '/sites/all/themes/austin/images/blank.gif';
thanks
Comments
Comment #1
caroltron commentedJohn, is this one something that you could assist me with? Maybe I can use a different approach to transparent images, and stop using this ie png hack. Maybe make a alpha transparent image?
Comment #2
danchadwick commentedThere is also the CSS reference to iepngfix.htc in ie.css, line 63:
Could this also be in inside iepngfix.htc, line 15:
Comment #3
danchadwick commentedChecking into this further, the behavior url is apparently relative to the html file, so I don't see a way to use relative urls here. iepngfix page Oddly, the relative path worked on my MS-based development server (but not when I deployed to production).
I'm not sure how to make this flexible enough for the theme to be deployed in other folders and/or multisite.