A little bit of shameless self-promotion: If you have pngs as image
elements in your HTML, I wrote a pretty simply CSS snippet a while
ago, which in my eyes is way easier too use then any other solution
out there:

http://www.stilbuero.de/2006/03/15/png-alpha-transparency-fast-and-easy/


--Klaus


On Aug 25, 10:53 pm, "Adam Weis" <[EMAIL PROTECTED]> wrote:
> Arron,
>
> You'll need to do the initialization in the DOM ready block.  Take a look 
> athttp://docs.jquery.com/How_jQuery_Worksunder 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