PDA

View Full Version : little help?



Shinwa
May 31st, 2004, 06:24 PM
ok i have a site i'm making and everytime i try to put in my logo, it has it in a white box. the logo backround is transparent in photo shop but not with internet explorer...

the css file is

body {
filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#99ffff', startColorstr='#99ccFF', gradientType='0');
}

thanks for your help!

DDD
May 31st, 2004, 06:58 PM
it will be difficult being that you are using a filter gradient. But you could make the section of the gradient that matches, the back ground for the image. Save it as a jpg and you should be good to go. You can try a transparent gif, but the quality may suffer and you may have to play with the matte color

Shinwa
May 31st, 2004, 07:48 PM
yeah ok sounds good.. i did the gif thing.. but it looks bad.. so i'll try the other one... thx man!

REEFˇ
May 31st, 2004, 07:51 PM
I have no idea...but when I use HTML and theres a white border I usually do border="0".

Shinwa
May 31st, 2004, 08:12 PM
k thx man

vladdrac
May 31st, 2004, 08:13 PM
does the picture itself have a white border? or is the logo a link? If it is a link then Sharif nailed it. but I have never seen a white link, of course that may be what you have specified in CSS.

If it is not a link, have you tried to export it as a .PNG file?

REEFˇ
May 31st, 2004, 08:16 PM
Shinwa, tell me if it works or not :).

Shinwa
May 31st, 2004, 08:17 PM
naw i think i fixed it guys... thx for all your help

REEFˇ
May 31st, 2004, 08:17 PM
:sure:

DDD
May 31st, 2004, 08:47 PM
png wont work on the internet....and the white I think he was seeing was the matte color. I would like to know or see how you fixed it. Not totally sure what the problem was.

vladdrac
May 31st, 2004, 09:27 PM
png won't work on the internet? I don't understand

DDD
May 31st, 2004, 10:00 PM
discoloration and transparency will be screwed. Not a web standard yet. But real good when used in flash. You may have to look it up for a better understanding. Or search the forum I did a real big spill on .png's and the web

vladdrac
May 31st, 2004, 10:04 PM
hmm, I didn't know that. Thanks for the info