Hallo
Is es möglich im top navi nen punkt XXX zu erstellen und beim drüberfahren der maus klapt dieses nach unten auf wo dan die sub katoigrien zu finden sind?
betroffene Homepage: externer Link
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="de"> <head> <style type="text/css"> * { margin: 0; padding: 0; } /*-- Menüleiste --*/ #menu { width: 100%; padding: 0 20px; background: #333333; font-family: Verdana; font-size: 12px; line-height: 25px; float: left; } #menu ul { float: left; width: 150px; list-style-type: none; } /*-- Hauptmenüpunkt --*/ #menu h3 { font-size: 12px; text-align: center; color: #ffffff; border: 1px solid #000000; background: #333333; cursor:pointer;cursor:hand; } /*-- Unterpunkte --*/ #menu a { text-decoration: none; display: block; border: 1px solid #0000000; text-align: left; background: #333333; color: #ffffff; } /*-- Unterpunkte hover --*/ #menu a:hover { color: #000000; background: #999999; } #menu li {position: relative;} #menu ul ul {position: absolute;z-index: 2;display: none;} #menu ul li:hover ul {display: block;} * html #menu ul li {float: left;width: 100%;} * + html #menu ul li {float: left;width: 100%;} * html body {behavior: url(csshover3-source.htc);font-size: 100%;} * html #menu ul li a {height: 1%;} </style> </head> <body> <div id="menu">{_list_menunr1@<ul><li><h3>%1</h3><ul><li>%2</li></ul></li></ul>} </div> </body> </html> <!-- horizontaler menupunkt --> {_list_hmenupoint@<li><a target="%1" href="%2"> › %3</a></li>}
Geschlossen | ||
Zurück zu Module und Modifikationen |