Posted by ja1977 on 05/26/06 11:40
i have these two div:
<div id="Picture" style="position:relative; visibility:visible;
display:block">
<p><img src="../fotos/IMG_0592.JPG" name="mainimage"
align="middle" ></p>
</div>
<div id="Flash" style="position:relative;
visibility:hidden; display:none">
<p>
<object border="0"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="400" height="212">
<param name="movie" value="../Flash/360.swf">
<param name="quality" value="high"><param
name="SCALE" value="noborder">
<embed src="../Flash/360.swf" width="400"
height="212" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" scale="noborder"></embed>
</object>
</div>
And the idea is that either the one div ore the other div is visible
according to a link pressed at the page.
The visibility change works great butr when the flash object is hidden the
border of the flash object is being high lightet every time the mouse runs
past the hidden object. Does anyone know how to remove this border like
thing??
I have tryed to remove the border with both display and visibility
propertyis...
Thanks!
Navigation:
[Reply to this message]
|