Forum Moderators: not2easy
without seeing exactly the order/layout of your code, this simple test case seems to work OK... (in IE)
CSS:
#ewrap {position: relative;}
#ewrap embed {background: #0f0; width: 90px; height: 90px;}
#ewrap span {width: 80px; height: 80px; position: absolute; left: 5px; top: 5px; background: #ffc;}HTML:
<div id="ewrap">
<embed src="my.embed">
<span>image</span>
</div>
Suzy
So although my pseudo code works it seems it matters what's in the object/embed.
have you more details?
anyone know if this can be done?
Suzy