|
|
Welcome to our Graphic Design Forums! Your Design Forums has active graphic design forums where community members discuss graphic design related topics.
|
|
|
|
|||||||
![]() |
|
Thread Tools | Display Modes |
|
|
#11 |
|
Junior Designer
|
Exactly :P
|
|
|
|
|
|
#12 | |
|
Bill Bailey for President
Join Date: Jan 2008
Location: London
Posts: 279
|
Quote:
__________________
"When was the last time you did something for the first time?" |
|
|
|
|
|
|
#13 |
|
Junior Designer
|
Ah ha!
The truth has been revealed .png will work in EI6 and even as far back as IE4 , but as soon as you apply an alpha transparency to the binary image, the image will pick up any back ground colors that you are using in your site. So the first image is what the alpha transparency would look like in IE6 (notice you can still see the image) The second is what it looks like with the alpha transparency fix. |
|
|
|
|
|
#14 |
|
Football geek
|
It is also possible to add different images to IE6 if you are displaying your images as background-images. (They should do if they are design).
Example: Code:
#header {
lots of code: bla bla;
background: url('url_to_bg.png') no-repeat top left #ffffff !important;
background: url('url_to_ie6_bg.png') no-repeat top left #ffffff;
}
Note that you may also use the underscore hack. Code:
background: url('') ;
_background url('') ;
Good luck
__________________
http://juvenorge.com | Personal site (Comming soon) |
|
|
|
|
|
#15 | |
|
Bill Bailey for President
Join Date: Jan 2008
Location: London
Posts: 279
|
Quote:
Still for this layout why use hacks or alpha transparency etc. There's no transparency needed so why not just use gif/jpeg? The difference in image quality is probably there but it's very hard to see it. PNG 24: ![]() JPEG: ![]()
__________________
"When was the last time you did something for the first time?" Last edited by Aarlev : 02-11-2008 at 02:47 PM. |
|
|
|
|
|
|
#16 |
|
sans-serif
Join Date: Dec 2007
Location: Oslo, Norway
Posts: 390
|
but then again, you can't say "this is the quality of a jpeg-image", just as you can't say that with png or gif. It all depends on how much you compress it. jpg is still suitable for many uses and for larger images, but the alpha transparecy is invaluable for webdesign. And statistics don't tell the whole truth, because although 32% of humanity sits on ie6 it doesn't mean that 32% of all your visitors will use it. People who care about design will probably not sit on ie6 for example
|
|
|
|
|
|
#17 | |
|
Bill Bailey for President
Join Date: Jan 2008
Location: London
Posts: 279
|
Quote:
For a portfolio site, sure IE6 users will probably not be your main target audience but for a lot of other sites it will be. A lot of work places and older folks are still on IE6. The commercial sites I do are for the event industry and our main target audience are on IE6. I'd love to use PNG for shadows and stuff but our CMS doesn't support PNG yet and I couldn't be bothered with the fixes/hacks either. I just don't get why you'd use PNG when you don't need transparency? The JPEG is set to 100% quality but is still smaller in file size than the PNG and I can't see the difference. Plus it will work on Aunt Karens old piece of crap running Ie6 with no hacks needed ![]() Sorry for hijacking your thread Mitchbones The Poor guy just wanted to slice his graphics ![]()
__________________
"When was the last time you did something for the first time?" Last edited by Aarlev : 02-12-2008 at 05:12 AM. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|