divinesword
10-13-2005, 04:32 AM
I don't know what's the problem. The first Iframe (under z-index 2) is placed fine but the one under z-index 3 just won't work out. Help would be appreciated! The code is here:
<HTML><HEAD>
<body background="vignette_bg.gif">
</head>
<BODY>
<div style="position:absolute;top:0;left:0;z-index:1;"><img src="vignette.jpg"></div>
<div style="position:absolute;top:147;left:105;z-index:2;">
<IFRAME NAME="frame" SRC="schu_vignette.html" frameborder="0" width="224" height="227" allowtransparency="true" background-color="transparent" style="FILTER: chroma(color=violet)" allowTransparency>
</div>
<div style="position:absolute;top:158;left:800;z-index:3;">
<IFRAME NAME="frame" SRC="schu_vignette.html" frameborder="0" width="218" height="221" allowtransparency="true" background-color="transparent" style="FILTER: chroma(color=violet)" allowTransparency>
</div>
</body></head></html>
Thanks!
<HTML><HEAD>
<body background="vignette_bg.gif">
</head>
<BODY>
<div style="position:absolute;top:0;left:0;z-index:1;"><img src="vignette.jpg"></div>
<div style="position:absolute;top:147;left:105;z-index:2;">
<IFRAME NAME="frame" SRC="schu_vignette.html" frameborder="0" width="224" height="227" allowtransparency="true" background-color="transparent" style="FILTER: chroma(color=violet)" allowTransparency>
</div>
<div style="position:absolute;top:158;left:800;z-index:3;">
<IFRAME NAME="frame" SRC="schu_vignette.html" frameborder="0" width="218" height="221" allowtransparency="true" background-color="transparent" style="FILTER: chroma(color=violet)" allowTransparency>
</div>
</body></head></html>
Thanks!