A
adjusted
hi everyone!
I'm in a need of a little help-out here...
I don't have page on the web with this flyout yet for showing an example but
if needed i'll bring it up.
Problem: it's showing allright in Opera and Firefox, but in IE6 it's not
showing as it should so. ??? can't find the real problem...although there is
some property which has an influence on it...
here is the code:
..meni {
Z-index: 1000;
font-size: 15px;
margin:10px 0 5px -3px;
}
..meni ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
position: relative;
border:1px solid #fff;
}
..meni li {
background:#F0F8FF;
height:25px;
}
/* style the links */
..meni a, .meni a:visited {
font-family:verdana, arial, sans-serif;
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:150px;
text-indent:5px;
border-bottom:1px solid #fff;
background: #F0F8FF;
}
/* style the link hover */
* html .meni a:hover {
color:#fff;
background:#F0F0F0 ;
}
..meni a:hover {
color:#fff;
background:#F0F0F0;
}
/* hide the sub levels and give them a positon absolute so that they take up
no room */
..meni ul ul {
visibility: hidden;
position: absolute;
top: 55px;
font-size: 90%;
left:150px;
}
/* make the second level visible when hover on first level list OR link */
..meni ul li:hover ul,
..meni ul a:hover ul {
visibility: visible;
height: 235px;
}
<tr>
<td style="border: none;">
<div class="meni">
<ul style="margin-top: 50px;">
<li style="margin-top: 5px; font-weight: 600;"><a
href="mapa_cetvrti.html">Zagrebaèki kvartovi</a></li>
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2 </a></li>
<li><a href="#">Item 3 » </a>
<ul>
<li><a href="#">Item 3a</a></li>
<li><a href="#">Item 3b </a></li>
</ul>
</li>
</div>
</td>
<td class="prazni"></td>
</tr>
I'm in a need of a little help-out here...
I don't have page on the web with this flyout yet for showing an example but
if needed i'll bring it up.
Problem: it's showing allright in Opera and Firefox, but in IE6 it's not
showing as it should so. ??? can't find the real problem...although there is
some property which has an influence on it...
here is the code:
..meni {
Z-index: 1000;
font-size: 15px;
margin:10px 0 5px -3px;
}
..meni ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
position: relative;
border:1px solid #fff;
}
..meni li {
background:#F0F8FF;
height:25px;
}
/* style the links */
..meni a, .meni a:visited {
font-family:verdana, arial, sans-serif;
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:150px;
text-indent:5px;
border-bottom:1px solid #fff;
background: #F0F8FF;
}
/* style the link hover */
* html .meni a:hover {
color:#fff;
background:#F0F0F0 ;
}
..meni a:hover {
color:#fff;
background:#F0F0F0;
}
/* hide the sub levels and give them a positon absolute so that they take up
no room */
..meni ul ul {
visibility: hidden;
position: absolute;
top: 55px;
font-size: 90%;
left:150px;
}
/* make the second level visible when hover on first level list OR link */
..meni ul li:hover ul,
..meni ul a:hover ul {
visibility: visible;
height: 235px;
}
<tr>
<td style="border: none;">
<div class="meni">
<ul style="margin-top: 50px;">
<li style="margin-top: 5px; font-weight: 600;"><a
href="mapa_cetvrti.html">Zagrebaèki kvartovi</a></li>
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2 </a></li>
<li><a href="#">Item 3 » </a>
<ul>
<li><a href="#">Item 3a</a></li>
<li><a href="#">Item 3b </a></li>
</ul>
</li>
</div>
</td>
<td class="prazni"></td>
</tr>