transparent backgrounds (webforumz logo)

This is a discussion on "transparent backgrounds (webforumz logo)" within the Graphics and 3D section. This forum, and the thread "transparent backgrounds (webforumz logo) are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Graphics and 3D

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 24th, 2007, 10:33
Reputable Member
Join Date: Oct 2007
Location: UK
Posts: 267
Thanks: 0
Thanked 0 Times in 0 Posts
transparent backgrounds (webforumz logo)

Hi all

Ive noticed on this website the logo (top left) has a transparent background, how is such a clean/crisp picture achieved because when i set background to transparent in photoshop and save it as a jpeg/gif, once i put it on the website its really pixelated.

Thanks
Reply With Quote

  #2 (permalink)  
Old Oct 24th, 2007, 10:36
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: transparent backgrounds (webforumz logo)

Thats because the Webforumz logo is a PNG that supports transparency and it isnt 256 limited to 256 colours like GIF. JPEG doesnt support transparency.
Reply With Quote
  #3 (permalink)  
Old Oct 24th, 2007, 10:41
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: transparent backgrounds (webforumz logo)

GIF is limited to single colour transparency: either a pixel is 100% transparent, or 100% opaque.

PNG allows alpha channel transparency: a pixel can be partially transparent. This allows for a smooth blend, without aliasing.

You can think of it as "anti-aliasing for transparencies", if you like.
Reply With Quote
  #4 (permalink)  
Old Oct 24th, 2007, 10:42
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: transparent backgrounds (webforumz logo)

Also for PNG's to work in IE 6 you need a hack...
Reply With Quote
  #5 (permalink)  
Old Oct 24th, 2007, 10:54
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: transparent backgrounds (webforumz logo)

Quote:
Originally Posted by Marc View Post
Also for PNG's to work in IE 6 you need a hack...
Not again! It's the second time today.

PNGs work fine in IE6. Really they do.*

* Okay, you need a hack for alpha-transparent PNGs. But if you're not using the transparency, you can use PNGs with no hacks whatsoever.

Even if you are using transparency, the PNG will still display in IE6 -- but with grey bits where there should be transparency.

Last edited by MikeHopley; Oct 24th, 2007 at 10:57.
Reply With Quote
  #6 (permalink)  
Old Oct 24th, 2007, 13:20
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: transparent backgrounds (webforumz logo)

Like Mike said, PNG work fine... it's the transparency that causes problems in IE6.

To get the transparent PNG to work on the forum I use the method from the first link in this thread

How to deal with PNG transparency in IE6
Reply With Quote
  #7 (permalink)  
Old Oct 24th, 2007, 13:50
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: transparent backgrounds (webforumz logo)

Quote:
Originally Posted by karinne View Post
To get the transparent PNG to work on the forum I use the method from the first link in this thread

How to deal with PNG transparency in IE6
That method is good, but it won't work on CSS background images.
Reply With Quote
  #8 (permalink)  
Old Oct 24th, 2007, 13:52
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: transparent backgrounds (webforumz logo)

How do you mean? The logo in this forum for instance is showing up through an <img> tag.
Reply With Quote
  #9 (permalink)  
Old Oct 24th, 2007, 13:54
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: transparent backgrounds (webforumz logo)

Lol.. Sorry, thats what i mean Mike.. I am in the habit of saying that PNG's dont work in IE 6!!
Reply With Quote
  #10 (permalink)  
Old Oct 24th, 2007, 14:11
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: transparent backgrounds (webforumz logo)

Quote:
Originally Posted by karinne View Post
How do you mean? The logo in this forum for instance is showing up through an <img> tag.
Yes. An <img> tag is not a CSS background image!

Let's say you want:
  • A CSS background image
  • With alpha transparency
  • Works in IE6
Your hack won't work. This hack will. It's my current favourite IE PNG fix. Maybe you could add it to your list?

Last edited by MikeHopley; Oct 24th, 2007 at 14:14.
Reply With Quote
  #11 (permalink)  
Old Oct 24th, 2007, 14:17
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: transparent backgrounds (webforumz logo)

I get it ... I was just pulling your leg

I have had problems with some PNG Transparency hacks in the past and that one was the only one I could ever get working. I haven't seen the one you linked tho and I will be trying it. Thanks.

I have added it to the list.
Reply With Quote
  #12 (permalink)  
Old Oct 24th, 2007, 14:21
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: transparent backgrounds (webforumz logo)

Quote:
Originally Posted by karinne View Post
I get it ... I was just pulling your leg
Evil, evil woman.

Quote:
I have had problems with some PNG Transparency hacks in the past and that one was the only one I could ever get working.
Yes, I've had the same problem. Many of them either don't work, or they do work but have some really annoying gotchas.

The only real limitation on this one is that you can't set the background to repeat (in IE6). Apparently this is a fundamental limitation of the IE filter. You can read all about it here.

Last edited by MikeHopley; Oct 24th, 2007 at 14:24.
Reply With Quote
  #13 (permalink)  
Old Dec 3rd, 2007, 11:40
Reputable Member
Join Date: Oct 2007
Location: UK
Posts: 267
Thanks: 0
Thanked 0 Times in 0 Posts
Re: transparent backgrounds (webforumz logo)

Does anyone have any good tutorials on creating transparent gifs without losing quality?
Reply With Quote
  #14 (permalink)  
Old Dec 3rd, 2007, 12:33
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: transparent backgrounds (webforumz logo)

What graphics program are you using?

.gif lose quality... png's are crisp and nice!
Reply With Quote
  #15 (permalink)  
Old Dec 3rd, 2007, 12:55
Reputable Member
Join Date: Oct 2007
Location: UK
Posts: 267
Thanks: 0
Thanked 0 Times in 0 Posts
Re: transparent backgrounds (webforumz logo)

well i use photoshop lchad, but what i want to do is make some nice curved boxes for my website without having to worry about what background its going on to (if you get me)
Reply With Quote
  #16 (permalink)  
Old Dec 3rd, 2007, 14:06
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: transparent backgrounds (webforumz logo)

24ways started up again and there's a an article on Transparent PNGs in Internet Explorer 6
Reply With Quote
  #17 (permalink)  
Old Dec 3rd, 2007, 15:30
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: transparent backgrounds (webforumz logo)

Use pngcrush to cut down the size of the PNGs also.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Webforumz Logo Competition JacobHaug Graphics and 3D 3 Jun 17th, 2007 04:17
Webforumz WOTM Logo JacobHaug Graphics and 3D 6 Dec 10th, 2006 03:34
Webforumz Christmas Logo benbacardi Graphics and 3D 26 Jan 5th, 2006 02:12


All times are GMT. The time now is 17:34.


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