just wanna ask, is there any special attribute in HTML that allow us to set our background image into transparent.....without any scripts to handle it? <body background="image.gif"? > coz i just start to learn HTML....
thanks
BlobFisk
10:31 am on Oct 25, 2004 (gmt 0)
If I understand you correctly then the answer is that there is no HTML tag to do this. You can create a transpatent gif and use that as your background image. However, if your background image is transparent, then what colour is your background?
CSS is also the best way to go fr background images and colours. Take a look at the CSS Forum [webmasterworld.com] for a wealth of information on this.