png fix

This is a discussion on "png fix" within the Web Page Design section. This forum, and the thread "png fix are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 28th, 2007, 10:00
Junior Member
Join Date: Oct 2007
Location: england
Age: 22
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
png fix

Has any one got a ping fix for IE 5 and 6
Reply With Quote

  #2 (permalink)  
Old Nov 28th, 2007, 10:19
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: ping fix

http://www.twinhelix.com/css/iepngfix/

You can't do anything about versions of IE below 5.5.
Reply With Quote
  #3 (permalink)  
Old Nov 28th, 2007, 10:21
Junior Member
Join Date: Oct 2007
Location: england
Age: 22
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Re: ping fix

i need it for 6 any ideas?
Reply With Quote
  #4 (permalink)  
Old Nov 28th, 2007, 10:35
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: ping fix

Quote:
Originally Posted by lostyboy View Post
i need it for 6 any ideas?
Did you actually look at the link I posted?
Reply With Quote
  #5 (permalink)  
Old Nov 28th, 2007, 13:48
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: png fix

I changed the title 'cause that "ping fix" confused the heck outta me!

The link MikeH provided is a really good png fix for IE6 ...
Reply With Quote
  #6 (permalink)  
Old Nov 28th, 2007, 17:44
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: png fix

I tried it a while ago and it didn't work for me.
Now I just don't use transparency when possible!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #7 (permalink)  
Old Nov 28th, 2007, 18:41
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: png fix

Tried these?

How to deal with PNG transparency in IE6
Reply With Quote
  #8 (permalink)  
Old Nov 30th, 2007, 11:43
Junior Member
Join Date: Oct 2007
Location: england
Age: 22
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Re: png fix

thanks for the response guys ive tried all your solutions with little success. Heres my website does any one have any more ideas on how to fix the pngs in the site.
Reply With Quote
  #9 (permalink)  
Old Nov 30th, 2007, 14:28
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
Re: png fix

microsoft seems to have posted a solution for IE 6 png files.

I however, believe it to be some sort of MS in house joke.
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Reply With Quote
  #10 (permalink)  
Old Nov 30th, 2007, 14:41
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: png fix

Quote:
Originally Posted by welshstew View Post
microsoft seems to have posted a solution for IE 6 png files.

I however, believe it to be some sort of MS in house joke.
Not at all.

All PNG fixes use that method, although they differ in their details.
Reply With Quote
  #11 (permalink)  
Old Nov 30th, 2007, 15:12
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
Re: png fix

so
Code: Select all
position:absolute; left:140px; height:400; width:400;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='image.png', sizingMethod='scale');
would pass validation??

Not trying to be rude, generally interested.

I've tried to run it through the validator with no success.
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Reply With Quote
  #12 (permalink)  
Old Nov 30th, 2007, 16:29
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: png fix

Obviously it won't pass validation. It's a pile of Microsoft crud. But that's completely irrelevant.

When you need to hack for IE, validation should be the last thing on your mind. Be as dirty as you like, as long as you don't let other browsers see your invalid code.

Ask yourself this: why do you make valid code in the first place?

Last edited by MikeHopley; Nov 30th, 2007 at 16:31.
Reply With Quote
  #13 (permalink)  
Old Dec 3rd, 2007, 09:11
Junior Member
Join Date: Oct 2007
Location: england
Age: 22
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Re: png fix

I have tried every png fix in the book sum one please help is it because my imgaes are set to background in my css.
Reply With Quote
  #14 (permalink)  
Old Dec 3rd, 2007, 09:56
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: png fix

Quote:
Originally Posted by lostyboy View Post
I have tried every png fix in the book sum one please help is it because my imgaes are set to background in my css.
Use the link I gave you. It works; but put some effort into it yourself. You need to read the information given with the fix, not just download it and expect everything to work automatically.
Reply With Quote
  #15 (permalink)  
Old Dec 3rd, 2007, 14:11
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: png fix

As I posted in another thread this morning, 24ways started up again and there's a an article on Transparent PNGs in Internet Explorer 6
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 03:30.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43