Make object backgrounf transparent

Hi,

I have the following object tag, but it has a white background. Is it possible to give it a transparent background?


<object data="page.html" type="text/html"></object>

Thanks!

Add

<param name="wmode" value="transparent">

and add it to embed too:

<embed wmode=“transparent” YOUR ATTR HERE></embed>