Welcome to TalkGraphics.com
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: transluscency?

  1. #11
    Join Date
    Aug 2004
    Location
    The Netherlands
    Posts
    724

    Default Re: transluscency?

    Ah, I hadn't noticed it was fixed in IE7. Thanks for pointing it out, maak

    Last I heard, png transparency still was not supported. But I guess that was probably the IE7 beta or something. Glad to see it working. Now to wait for the rest of the IE users to upgrade to IE7

  2. #12
    Join Date
    Sep 2006
    Location
    Miami, FL
    Posts
    1,091

    Default Re: transluscency?

    Quote Originally Posted by The Alien View Post
    Now to wait for the rest of the IE users to upgrade to IE7
    I've been spotting a little notice on a number of pages saying "This Site Best Viewed With Internet Explorer v. 7"

  3. #13
    Join Date
    Dec 2006
    Location
    Newton-le-Willows, Merseyside, UK
    Posts
    47

    Default Re: transluscency?

    Quote Originally Posted by The Alien View Post
    Export your image as a .png (true color + alpha) and it should be transparent.
    In IE, you need to additionally apply a style to the img tag:
    HTML Code:
    <img src="" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='whatever.png', enabled='true')" />
    Replace the whatever.png by your source
    If you do what The Alien says but use an in line style sheet and the use the <!--[if lt IE 7]><![endif]--> statements to enclose the filter style. I'll upload an example that sould be cross browser compatible if you like.
    Wizzard <|:-)
    "All things being equal, the simplest solution tends to be the best one."

  4. #14
    Join Date
    Dec 2006
    Location
    Newton-le-Willows, Merseyside, UK
    Posts
    47

    Default Re: transluscency?

    potion this is how to do translucent shadow in ie6 ie7 etc. I've just created a tiny web page to show Alien's idea in action.
    Attached Files Attached Files
    Wizzard <|:-)
    "All things being equal, the simplest solution tends to be the best one."

  5. #15
    Join Date
    Aug 2000
    Location
    Virginia
    Posts
    4,432

    Default Re: transluscency?

    Wizzard, I've looked at your webpage in both FireFox and Opera, and all I see is the background. The word "Test" does show up in IE6.

    Since the fix only works in IE, it seems like it's not really a "fix".

  6. #16
    Join Date
    Dec 2006
    Location
    Newton-le-Willows, Merseyside, UK
    Posts
    47

    Default Re: transluscency?

    Woops I'll try again bit of prat forgot to test it in firefox
    Wizzard <|:-)
    "All things being equal, the simplest solution tends to be the best one."

  7. #17
    Join Date
    Dec 2006
    Location
    Newton-le-Willows, Merseyside, UK
    Posts
    47

    Default Re: transluscency?

    Try that!

    I think it will need some king tutorial I you like which I have a go at over christmas if you like.
    Attached Files Attached Files
    Wizzard <|:-)
    "All things being equal, the simplest solution tends to be the best one."

  8. #18
    Join Date
    Aug 2000
    Location
    Virginia
    Posts
    4,432

    Default Re: transluscency?

    Much better.

  9. #19
    Join Date
    Aug 2004
    Location
    The Netherlands
    Posts
    724

    Default Re: transluscency?

    Quote Originally Posted by Wizzard View Post
    Try that!

    I think it will need some king tutorial I you like which I have a go at over christmas if you like.
    Hey Wizzard, I tried that and it works both in IE7 and FF. Thanks
    I've been meaning to ask: I'm very familiar with javascript, but I've never seen the sort of syntax you use with the comment tags combined with "[...]", like:
    <!--[if gte IE 5.5]>

    What kind of syntax is that? Any general/background info would be appreciated, so I can google for the details myself. I'm currently working on a webdesign project and want to explore the cross-browser usability of .png's
    (I'm currently using .gif's, which look very speckled after exporting them from Xara. If using .png's would really work for all browsers, I'm seriously gonna consider that!!)

  10. #20
    Join Date
    Dec 2006
    Location
    Newton-le-Willows, Merseyside, UK
    Posts
    47

    Default Re: transluscency?

    Quote Originally Posted by The Alien View Post
    <!--[if gte IE 5.5]>
    its a little documented IE thing specially to let us put fixes specificly for versions of IE and appears as comments in all other browsers.
    Wizzard <|:-)
    "All things being equal, the simplest solution tends to be the best one."

 

 

Bookmarks

Posting Permissions

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