Results 1 to 2 of 2

Thread: CSS/Javascript PNG transparency

  1. #1
    Join Date
    Dec 2007
    Posts
    1

    CSS/Javascript PNG transparency

    Hello.

    I've to use an PNG transparent image inside a link with some text next to it. now i have tried a couple of things i have found on the net, they partially work but somehow i've still got some problems with it. THE PROBLEM IS IN IE6...

    1 solution the transparent image is ok in IE6. i had to use a SPAN inside the link. Although the PNG image is now viewable properly...the link doesn't work! !! Or actually it works but it doesn't show the arrow (as a normal link should) when you rollover on it...

    this is the link:
    http://www.subwayslims.co.uk/pngfix6.html

    2 solution This JavaScript works but somehow it increases the height of the image, have you got any idea why it does that?
    http://www.subwayslims.co.uk/pngfix3.html

    3 solution i used this cool css style/script:
    img { behavior: url(http://www.subwayslims.co.uk/live_me...w/iepngfix.htc); }

    this is the link to the page:
    http://www.subwayslims.co.uk/prova.html

    i passed it in my style sheet and it works BUT, it produces a border, which is not either the link border (and i add border=0 in .css)

  2. #2
    Hey,

    wish i could help more, but i really dont understand what your asking. Is the transparency not working in ie6 and link not working??

    try any of these transparency techniques, really its better to use all of them together becuase then if someones using different type/version of browser your more likely to have a successful transparency.

    opacity:.77;

    filter: alpha(opacity=77);

    -moz-opacity: 0.77

    leave simpler details of problem if this isnt it

    Regards
    Marcus

Similar Threads

  1. IE png fix doesn't work :(§
    By Miko in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 02 Nov 2007, 03:24 PM
  2. png transparency issue
    By mattmilam in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 20 Mar 2007, 03:12 AM
  3. Problem with javascript Slideshow and transparent PNG files
    By moez in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 20 Jan 2006, 02:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •