i had a flash window created using b:flash .when i open any modal window above flash window one boarder appears on the modal window.it occurs only in IE6.0
<b:button>
Do not push this button!
<e:handler event="click" type="application/xml">
<e:call method="setAttribute" with="id('exampleModal')" name="'open'" value="'true'" />
</e:handler>
</b:button>
<a href="xyz.xyz">link
<b:flash width="100%" height="350px" src="examples/media/backbase.swf" /></a>
<b:modal label="Warning" id="exampleModal" padding="10px" dragConstraint="/*" icon="icon-bb-window" width="500px" height="500px">
You have pushed the button anyway. Luckily, nothing bad happened. </b:modal>
Do not push this button!
<e:handler event="click" type="application/xml">
<e:call method="setAttribute" with="id('exampleModal')" name="'open'" value="'true'" />
</e:handler>
</b:button>
<a href="xyz.xyz">link
<b:flash width="100%" height="350px" src="examples/media/backbase.swf" /></a>
<b:modal label="Warning" id="exampleModal" padding="10px" dragConstraint="/*" icon="icon-bb-window" width="500px" height="500px">
You have pushed the button anyway. Luckily, nothing bad happened. </b:modal>

modal window is overlapped with flash window
5 August, 2008 - 16:08 — yudiI tried to reproduce the test case code you have provided but I am unable to create the issue. I saw the modal window is not overlapped with flash window in IE 6.I wonder how does it look like . Could you perhaps post a screenshoot that shows the issue? thanks,Yudi