Meine Subnavi wird im IE7 nicht angezeigt.
sieht vielleicht jemand, was der IE hier nicht mag?
Laut Quelltext ist im IE7 alles vorhanden - also das ganze menü!
Vielen Dank für einen Hinweis!!
Hier meine Seite:http://www.kunst-im-stockwerk.info/orgel/der-virtuose/
Hier ist das Stylesheet für die navigation:
- Code: Alles auswählen
#access {
display: block;
float: left;
margin: 110px auto 0px auto;
width: 940px;
}
/*#irmen{
background-color:#FF3399;
width:610px;
height:38px;
margin-left:120px;
}*/
#access .menu-header,
div.menu {
font-size: 13px;
margin-left: 120px;
width: 654px;
height:24px;
background-color:#dedede;
}
#access .menu-header ul,
div.menu ul {
list-style: none;
margin: 0 0 0 5px;
}
#access .menu-header li,
div.menu li {
float: left;
position: relative;
}
#access a {
background-color:#dedede;
color: #666;
font-weight:bold;
display: block;
line-height: 24px;
margin: 0 15px;
text-decoration: none;
}
#access ul ul {
/* box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);*/
display: none;
position: absolute;
background-color:#dedede;
padding-top:3px;
padding-bottom:3px;
padding-left:65px;
left: -350px;
float: left;
width: 589px;
z-index: 99999;
}
#access ul ul li {
min-width: 40px;
/*border-bottom: #dedede solid thin;*/
float:left;
}
#access ul ul ul {
left: 100%;
top: 0;
}
#access ul ul a {
background:#dedede;
line-height: 1em;
padding: 2px;
min-width: 40px;
height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
color: #b3b3b3;
}
#access ul li:hover > ul {
display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color:#f29533;
font-weight: bold;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color:#666;
}
#access ul li.current_page_item > ul,
#access ul li.current-menu-ancestor > ul,
#access ul li.current-menu-item > ul,
#access ul li.current-menu-parent > ul {
display: block;
}
vielen Dank Irmen
