Forums

Transparent PNG + UnitPNGFix, where do I put the files? (2 posts)

  1. atracksler
    Member
    Posted 3 years ago #

    Where do I put the images/clear.gif and the unitpngfix in relation to my template?
    here is the call in my header.php file:

    <!--[if lt IE 7]>
    <script type="text/javascript" src="unitpngfix.js"></script>
    <![endif]-->

    Thank in advance

  2. stvwlf
    Member
    Posted 3 years ago #

    The code in header.php needs to be the absolute path to the file, starting at site root. If the js is in your theme folder you can use this
    src="<?php bloginfo('template_directory'); ?>/unitpngfix.js"

    you have to set the location for the GIF within the JS script, if I recall

Topic Closed

This topic has been closed to new replies.

About this Topic