• Resolved Ron Pemberton

    (@ronaldp423)


    I installed the plugin called Image headlines from http://www.coldforged.org and I’m using it to display my name over the homepage header in the style of font I wanted. It works great. But, it renders perfectly with Firefox and displays a black background in IE. Could someone look at my site and tell me how to fix this. I have heard of some sort of alpha filter thingy that can be written into CSS, but I haven’t a clue how to go about it.

    http://www.ronpemberton.com

    Any help would be much appreciated. Thanks!
    Ron

Viewing 3 replies - 16 through 18 (of 18 total)
  • I think it was more a case of some taking umbrage at a flat statement that’s patently untrue….

    Sorry the php solutions won’t work for you. Perhaps you might check out Chaitgear’s CGFlashy-Titles plugin: http://www.chait.net/index.php?p=310

    Thread Starter Ron Pemberton

    (@ronaldp423)

    Thank you for the lead.

    I am also using the image headlines plugin and I just went to the microsoft site, and saw that you can make them look transparent by adding this filter: filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='image.png', sizingMethod='scale');"

    would look like this
    <img src="blank.gif" style="width: 100px; height: 100px; filter:
    progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png', sizingMethod='scale')" />

    so could I just add this filter to the code where the image-headlines script defines the img tag?
    I mean somewhere here:
    <img src='$generated_url' alt='$text' width='".$box['width']."' height='".$box['height']."' />

    what line would I have to change?
    how do you incorporate such things in php???
    thanks in advance.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Problem rendering PNG with transparent background’ is closed to new replies.