You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use this library to get text-shadows in IE in my Drupal Zen subtheme, but unfortunately that doesn't work. I can make it work for a standalone example (plain HTML file with CSS alongside), but not for my Drupal Zen subtheme. I tried to debug the script with my limited knowledge of JavaScript, and this is as far as I got:
I've pin-pointed as far as function getStyleSheet(node) in cssSandpaper.css. Somehow it doesn't find any styleSheets, decides there is nothing to transform, and nothing is replaced.
The text was updated successfully, but these errors were encountered:
I wanted to use this library to get text-shadows in IE in my Drupal Zen subtheme, but unfortunately that doesn't work. I can make it work for a standalone example (plain HTML file with CSS alongside), but not for my Drupal Zen subtheme. I tried to debug the script with my limited knowledge of JavaScript, and this is as far as I got:
I've pin-pointed as far as
function getStyleSheet(node)
incssSandpaper.css
. Somehow it doesn't find any styleSheets, decides there is nothing to transform, and nothing is replaced.The text was updated successfully, but these errors were encountered: