background image on iframe

liunx

Guest
does anyone know how to put a background image on an iframe and make it transparent?<br />
thanks for any help<!--content-->You can have an image with areas transparent but not levels of transparency.<br />
<br />
GIF and JPEG files do not have levels of transparency. Gifs have a single color for which the browser can ignore hence giving it appearance of transparency.<br />
<br />
PNG is the only native format that gives levels of transparency.<br />
<br />
There are ways to achieve it however... these will involve some CSS or Scripting. These, however, will not work on all browsers so ends up being a pain to code.<!--content-->
 
Back
Top