
June 14th, 2006, 08:11 AM
|
|
Contributing User
|
|
Join Date: May 2005
Location: Melbourne, Australia
Posts: 74
Time spent in forums: 14 h 11 m 7 sec
Reputation Power: 5
|
|
Quote: | Originally Posted by Rictor I'm trying to use a picture on my website that is fairly large, but I want to use a translucent background on the picture so you can see through the parts there isn't an image to my true background. My problem is/has been/hopefully won't always be that when you save a gif and try to display it like that, it has a "border" of white around the edges of the picture. Same thing if it's saved as a .png and you obviously can't save a translucent background on jpg.
I'm curious is there any workaround for this besides actually embedding the picture into the background itself and making it part of the background?
Dave |
If you are using dreamweaver (im guessing u r), just click on your picture and set its BORDER property to '0'.
Alternatively, you can use something like this for your code:
Code:
<IMAGE border="0" src="yourimage.png/gif"></IMAGE>
|