diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index 43901d0..cc6ba33 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -50,6 +50,7 @@ <%# FIXME %> <%= stylesheet_link_tag '/designs/icons/default/style.css' %> + <%= stylesheet_link_tag 'iepngfix/iepngfix.css' %> diff --git a/public/stylesheets/iepngfix/iepngfix.css b/public/stylesheets/iepngfix/iepngfix.css new file mode 100644 index 0000000..572b8a6 --- /dev/null +++ b/public/stylesheets/iepngfix/iepngfix.css @@ -0,0 +1 @@ +img { behavior: url(/stylesheets/iepngfix/iepngfix.htc) } diff --git a/public/stylesheets/iepngfix/iepngfix.htc b/public/stylesheets/iepngfix/iepngfix.htc index 54961f9..17cd3fb 100755 --- a/public/stylesheets/iepngfix/iepngfix.htc +++ b/public/stylesheets/iepngfix/iepngfix.htc @@ -12,7 +12,7 @@ // This must be a path to a blank image, relative to the HTML document(s). // In production use I suggest '/images/blank.gif' or similar. That's all! -if (typeof blankImg == 'undefined') var blankImg = 'blank.gif'; +if (typeof blankImg == 'undefined') var blankImg = '/stylesheets/iepngfix/blank.gif'; -- libgit2 0.21.2