Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Using transparent PNG's, is it good to?
Old 05-15-2009, 03:42 AM Using transparent PNG's, is it good to?
Junior Talker

Posts: 1
Trades: 0
Hello, I had taken a three year break from web design and I am coming back to it now.

Back in the days of '05 and '06 there was interest in transparent png's, but it was not used too well because of browser support. I have been searching on the forums here, but found no answer.

Have transparent PNG's become more main stream now? I just would like to use them on my website for certain design purposes. I know for a fact that the people that I am catering to are gamers, which makes me assume that they are up to date on browsers.

So in a nut shell, is it OK to use them these days now?
besimhu is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-15-2009, 09:18 AM Re: Using transparent PNG's, is it good to?
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
Absolutely. The only real catch is to make IE6 display them properly so you will need to add a conditional statement to target those users. Here is the one I use:
http://labs.unitinteractive.com/unitpngfix.php

here is how I call it:
<!--[if lt IE 7]>
<script type="text/javascript" src="js/unitpngfix.js"></script>
<![endif]-->

There are other methods out there too.
http://nettuts.com/videos/screencast...arency-issues/
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 05-15-2009, 02:43 PM Re: Using transparent PNG's, is it good to?
scott botkins's Avatar
Novice Talker

Posts: 10
Trades: 0
As the above poster mentioned IE6 is the only downfall but I love using png for my designs. I actually expect to see the use of png's climb in the next year or two now that users are using browsers that support them for transparency to make sharper looking designs.
__________________

Please login or register to view this content. Registration is FREE
- Very Affordable Professional Web Design Services
scott botkins is offline
Reply With Quote
View Public Profile
 
Old 05-15-2009, 03:12 PM Re: Using transparent PNG's, is it good to?
Banned

Posts: 421
Location: Boston, MA
Trades: 1
IE6 is gradually vanishing. Its better off gone out of use asap. Too much problem with it.

I personally try to avoid images with alpha transparency just because there are still significant number of people using IE6.
webcosmo is offline
Reply With Quote
View Public Profile Visit webcosmo's homepage!
 
Old 05-16-2009, 05:56 AM Re: Using transparent PNG's, is it good to?
ghiavolu's Avatar
Master of The World

Posts: 380
Location: Cluj-Napoca
Trades: 9
It`s ok to use transp png if you MUST, as long as you use a hack for ie6. You can also embed into flash with WMode transp. - if you use just a fews pngs, for logo or i dunno. If you use an image with % transparency, you can achieve that with css, from a normal image. Using png is a must when you use it as a background for text, and the image has shadow...or other effect. Anyways, each case is different, use whatever it suits you for your design to look good and load fast.
__________________

Please login or register to view this content. Registration is FREE
ghiavolu is offline
Reply With Quote
View Public Profile
 
Old 05-16-2009, 07:32 AM Re: Using transparent PNG's, is it good to?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
I will occasionally use them, since it is sometimes much easier to. The only browser that still has widespread usage that doesn't support it is IE6, as mentioned. The IE png hack mentioned above is useful, but it won't work on absolutely positioned items, or background images that repeat. There are workarounds for the absolute positioning, as it will accept children of absolutely positioned elements, but it is still a limitation. There are a couple other limitations that I forget. To be clear, this isn't an instant effect in IE6, as it takes some time for the JavaScript to process.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 05-16-2009, 12:23 PM Re: Using transparent PNG's, is it good to?
Giselle's Avatar
"Happy Trails"

Posts: 10,235
Name: Giselle
Location: Washington State
Trades: 0
Quote:
Originally Posted by scott botkins View Post
As the above poster mentioned IE6 is the only downfall but I love using png for my designs. I actually expect to see the use of png's climb in the next year or two now that users are using browsers that support them for transparency to make sharper looking designs.
I totally agree with Scott. I use pngs whenever I can, even over jpegs, Besimhu.
Giselle is online now
Reply With Quote
View Public Profile
 
Old 05-17-2009, 11:43 AM Re: Using transparent PNG's, is it good to?
Madman340's Avatar
Web Designer

Posts: 571
Name: Jared
Location: Florida
Trades: 1
What are transparent PNGs for? I've never used them, but I've heard of them a lot.
__________________

Please login or register to view this content. Registration is FREE
for cheap hosting solutions.
Use the coupon code "SINGLECENT" to pay just a single cent for the first month!
Madman340 is offline
Reply With Quote
View Public Profile
 
Old 05-17-2009, 01:45 PM Re: Using transparent PNG's, is it good to?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Quote:
Originally Posted by Madman340
What are transparent PNGs for? I've never used them, but I've heard of them a lot.
It depends on if you're talking about a 24 bit PNG or an 8 bit PNG. IE6 supports transparency on 8 bit PNGs only, which operate exactly like a GIF, in that only solid blocks may be made transparent. In a 24 bit PNG, areas may be either fully or partially transparent, allowing images to glow, have realistic shadows, mask colors with other colors, etc. Also, a 24 bit PNG has very realistic color transitions, that allows it to realistically handle photographs, just like a JPEG at full quality. The only downside to this is that PNGs have a larger file size than a JPEG when used for photos, and are also harder to optimize. I still use JPEGS for photos, because I can make the file size up to 1/4th of the size of a PNG, and still have it looking reasonably well.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 05-17-2009, 05:10 PM Re: Using transparent PNG's, is it good to?
Madman340's Avatar
Web Designer

Posts: 571
Name: Jared
Location: Florida
Trades: 1
I usually just design it, and then export as a JPG. Then just chop it up and put it together with HTML/CSS.
__________________

Please login or register to view this content. Registration is FREE
for cheap hosting solutions.
Use the coupon code "SINGLECENT" to pay just a single cent for the first month!
Madman340 is offline
Reply With Quote
View Public Profile
 
Old 05-18-2009, 07:10 PM Re: Using transparent PNG's, is it good to?
Novice Talker

Posts: 13
Trades: 0
According to this amazing post, transparent pngs will be one of the top trends of 2009:
http://www.smashingmagazine.com/2009...ends-for-2009/
__________________
My ITwiw profile:
Please login or register to view this content. Registration is FREE

You can use your
Please login or register to view this content. Registration is FREE
profile as a virtual name card anywhere on the web.
itwiw is offline
Reply With Quote
View Public Profile
 
Old 05-18-2009, 09:04 PM Re: Using transparent PNG's, is it good to?
Giselle's Avatar
"Happy Trails"

Posts: 10,235
Name: Giselle
Location: Washington State
Trades: 0
Thanks for sharing Itwiw, interesting read!
Giselle is online now
Reply With Quote
View Public Profile
 
Old 05-19-2009, 08:57 AM Re: Using transparent PNG's, is it good to?
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
It is important not to translate "transparent" as only meaning that the image is "see-through". ie, the background texture can be seen behind it. As mentioned above, that can be done with css too.

PNG's are great for odd shaped images that you want to "float" over the page. As you know, jpg creates a rectangular or square image. Therefore, if you want a round circle image as jpg to blend in with a background, you must fill the remaining area of the circle image with that background. Whereas with a png you can make the excess area of the circle be "transparent" leaving whatever is behind it show all around the circle.

Yes, you can do this with gif but the results vary on odd shapes. Usually you will end up with an ugly glow around the image.

Think of how important this is when you have several jpg images that include the background of the site in it and you want to then change the background image of the site, you'd have to change every one of those jpg's.

As Wayfarer mentioned, use png only as needed because they don't optimize as well as jpg.
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Reply     « Reply to Using transparent PNG's, is it good to?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.36937 seconds with 12 queries