Arron,

You'll need to do the initialization in the DOM ready block.  Take a look at
http://docs.jquery.com/How_jQuery_Works under the section titled "Launching
Code on Document Ready".  In your case, you probably need something like
this -

 $(document).ready(function(){
     $('div#logo').cssPNGFix();
 });


Hope that helps.

-Adam

On Mon, Aug 25, 2008 at 4:37 PM, Aaron <[EMAIL PROTECTED]> wrote:

>
> what do you mean initialize the script???  I added it to the html file
> using the <script> tags I added the script and also the javascript
> library.
>
> On Aug 23, 3:24 am, "Rene Veerman" <[EMAIL PROTECTED]> wrote:
> > did you initialize the script after loading it?
> >
> > On Fri, Aug 22, 2008 at 8:06 PM, Aaron <[EMAIL PROTECTED]> wrote:
> >
> > > Hi I just tried getting the plugin for jquery  it's called cssPNGfix
> > > it's supposed to fix the problems with IE for tranparent png files.
> >
> > > any suggestions how to get this to work?? I included the jquery main
> > > file and also the fix javascript.
> >
> > > I don't understand if it needs/depends on any other scripts??
>

Reply via email to