Forum Moderators: not2easy
This seems only to be an IE problem.
I've found workarounds if the object is a flash object, but mine is just an embeded web page; those workarounds don't seem to work.
My object tag looks like this:
<object type="text/html" data="http://www.site.com/" border="none"></object>
Any ideas?
An added side note is placing an object ontop another object seems to work, but one thing I'm trying to do is to place a black semi-transparent div over the whole screen. I don't think I would be able to get something semi-transparent if it was an object, would I?
I have previously managed to get a transparent box over the screen working in both IE and firefox.
Taken from one of my websites that this is done on:
<table cellpadding=12 background="img/black.jpg" style="opacity:0.3; filter: alpha (opacity=30); "><tr><td>
faded area...
</td></tr></table>