Hello,
I was playing around with the iframe.
My html code looks like this:
<IFRAME SRC="javascript:false;" frameBorder="0" scrolling="no">
</IFRAME>
<div id="nav">
<ul class="level1" >
....
</ul>
</div>
The css looks like this:
div#nav {
z-index:3;
background-color: #003173;
position: relative;
width: 15%;
height: 700px;
text-align: left;
float:left;
}
iframe{
z-index:2;
display:no;
position:relative;
width: 15%;
height:700px;
text-align: left;
float:left;
visibility:hidden;
}
This does not work out well. The iframe is put left to the navigation bar
and not underneath despite specifiying the z-index.
What is wrong?
Cheers,
Pete
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/