Web Design and Development Forums

white background still there?

This is a discussion on "white background still there?" within the Graphics Forum section. This forum, and the thread "white background still there? are both part of the Design Your Website category.


Go Back   Webforumz.com > Design Your Website > Graphics Forum

Welcome to Webforumz.com.
Register Now Register now!

Reply
 
LinkBack Thread Tools Rate Thread
Old Apr 14th, 2008, 05:41   #1 (permalink)
Junior Member
 
Join Date: Mar 2008
Location: seattle.wa
Posts: 15
white background still there?

I use photoshop to make images for my site, I want to know something here: okay, I make an image that is a circle with a transparent background, I just want the circle and nothing else, I save the image for web, now when I link the image on my site, behind my circle there is a white background that forms a square. Is there a way to get rid of this?
lcsaeteurn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 14th, 2008, 08:52   #2 (permalink)
Moderator
 
Join Date: Feb 2007
Location: UK
Posts: 151
Re: white background still there?

What type of image is it? transparency and web design have never been great friends
dangergeek is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 14th, 2008, 12:41   #3 (permalink)
Up'n'Coming Member
 
Join Date: Jan 2007
Location: England
Posts: 57
Re: white background still there?

Quote:
Originally Posted by lcsaeteurn View Post
I just want the circle and nothing else
do you mean you dont need an edge thickness to the circle, you just want the circle itself, to then be 'transparent' on a webpage?


Quote:
Originally Posted by lcsaeteurn View Post
I save the image for web
What as (jpg, gif?)


Quote:
Originally Posted by lcsaeteurn View Post
now when I link the image on my site, behind my circle there is a white background that forms a square.
What is it you are trying to achieve, and have you tried other ways?

It is possible that because you save for web, PS has 'flattened' it and hence takes with it the 'square' of the image as a whole. Have you tried transparent gif files? Have you tried not using the 'save for web' option?
Try those if you havent already and come back to us let us know how you got on.
Cheers.
__________________
here's to illustration and web design...
Gerry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 15th, 2008, 04:38   #4 (permalink)
Junior Member
 
Join Date: Mar 2008
Location: seattle.wa
Posts: 15
Re: white background still there?

thanks for all your help guys, all I had to do was save it as gif or png, in regular or for web. it was so easy, but yet so elusive.
lcsaeteurn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 15th, 2008, 15:20   #5 (permalink)
Reputable Member
 
Join Date: Sep 2007
Location: UK
Age: 41
Posts: 129
Re: white background still there?

Remember to use a .png fix if you use them
jtyoungs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 15th, 2008, 21:13   #6 (permalink)
Junior Member
 
Join Date: Mar 2008
Location: seattle.wa
Posts: 15
Re: white background still there?

what is a png fix? one more question, when saving for the web, what is the best setting for both gif and png(128, 64, 32, dithered, not?). using photoshop cs 03.
lcsaeteurn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 17th, 2008, 12:13   #7 (permalink)
Junior Member
 
Join Date: Nov 2007
Location: sweden
Posts: 30
Send a message via MSN to web20 Send a message via Yahoo to web20 Send a message via Skype™ to web20
Re: white background still there?

Quote:
Originally Posted by lcsaeteurn View Post
what is a png fix?
put this code before the </head> tag
PHP: Select all

<!--[if lt IE 7.]>
<
script defer type="text/javascript" src="js/pngfix.js"></script>
<![endif]--> 
then place the file in attachment on the js folder or anywhere you want just modify the path to itl.
Attached Files
File Type: zip pngfix.zip (881 Bytes, 3 views)
web20 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 17th, 2008, 12:40   #8 (permalink)
Reputable Member
 
Join Date: Sep 2007
Location: UK
Age: 41
Posts: 129
Re: white background still there?

Is that fix for <img src> and css background images?

And save PNG 24 other settings just change file size and quality.
jtyoungs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 17th, 2008, 15:48   #9 (permalink)
Junior Member
 
Join Date: Nov 2007
Location: sweden
Posts: 30
Send a message via MSN to web20 Send a message via Yahoo to web20 Send a message via Skype™ to web20
Re: white background still there?

it's the fix for the transparent png problem in IE
web20 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 17th, 2008, 16:26   #10 (permalink)
Reputable Member
 
Join Date: Sep 2007
Location: UK
Age: 41
Posts: 129
Re: white background still there?

Yea but usually there are two types of fixes. Or does this solve both?
jtyoungs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 17th, 2008, 16:38   #11 (permalink)
Junior Member
 
Join Date: Nov 2007
Location: sweden
Posts: 30
Send a message via MSN to web20 Send a message via Yahoo to web20 Send a message via Skype™ to web20
Re: white background still there?

Quote:
Originally Posted by jtyoungs View Post
Yea but usually there are two types of fixes. Or does this solve both?
i would suggest to test it and see if it works for you. it's just a line to add
web20 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 26th, 2008, 11:50   #12 (permalink)
New Member
 
Join Date: Apr 2008
Location: Romania
Age: 23
Posts: 4
Re: white background still there?

hmm...when you are changing or creating the image try for the background image and change the format, add it white..see if something changes.
Talks44 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Big white space mikemay123 CSS Forum 5 Nov 6th, 2007 00:30
big white gap in form monkeymafia CSS Forum 3 Nov 4th, 2007 20:19
White List JacobHaug Webforumz Cafe 15 Jul 18th, 2007 07:24
Black on white or white on black? joshcxa Webforumz Cafe 14 May 11th, 2007 14:31
fade to white christopher Graphics Forum 2 Jun 1st, 2006 12:02



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 20:58.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59