| | | | |
| |||||||
| HTML, Usability und Barrierefreiheit Themen rund um Textauszeichnung, Formatierung, Barrierefreiheit und Usability. |
|
| | LinkBack | Themen-Optionen | Thema bewerten |
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
| | |
| Gast
Beiträge: n/a
| Code: <script type="text/javascript">
<!--
function montre(id) {
if (document.getElementById) {
document.getElementById(id).style.display="block";
} else if (document.all) {
document.all[id].style.display="block";
} else if (document.layers) {
document.layers[id].display="block";
} }
function cache(id) {
if (document.getElementById) {
document.getElementById(id).style.display="none";
} else if (document.all) {
document.all[id].style.display="none";
} else if (document.layers) {
document.layers[id].display="none";
} }
//-->
</script>
<style type="text/css">
<!--
body {margin: 10px; padding: 0; font: 14px Verdana, sans-serif;}
ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}
div.menu {
position: absolute;
width: 600px;
top: 10px;
z-index: 3;
}
div.menu li {
float: left;
width: 120px;
}
div.menu a {
margin: 0 2px;
height: 20px;
display: block;
text-align: center;
font-weight: bold;
border: 1px solid gray;
text-decoration: none;
color: #000;
background: #fff;
}
div.menu a:hover {
background: #ccc;
border: 1px solid gray;
}
#smenu1, #smenu2, #smenu3, #smenu4 {
display: none;
float: left;
width: 120px;
font-size: 12px;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a {
font-weight: normal;
border-top: 0 none;
}
.site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray;
}
.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
a {text-decoration: none;
color: #222;
}
-->
</style></head>
<body>
<div class="menu">
<ul>[*]Menu 1 <ul style="display: none;" id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
[*]Subkategorie 1.1
[*]Subkategorie 1.2
[*]Subkategorie 1.3
[/list] [*]Menu 2<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
[*]Subkategorie 2.1
[*]Subkategorie 2.2
[/list] [*]Menu 3<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
[*]Subkategorie 3.1
[*]Subkategorie 3.2
[*]Subkategorie 3.3
[*]Subkategorie 3.4
[*]Subkategorie 3.5
[/list] [*]Menu 4<ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">
[*]Subkategorie 4.1
[*]Subkategorie 4.2
[*]Subkategorie 4.3
[/list][/list]</div>
|
|
|
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Datenbanktabelle erstellen - brauche Hilfe | Raccoon | PHP Tipps 2008 | 1 | 14.06.2008 11:03 |
| [Erledigt] Hilfe: Projektabreit Informatik und Technik bitte helft uns. | Off-Topic Diskussionen | 31 | 05.04.2006 18:25 | |
| PHP <--> MySQL | Brauche Hilfe | ahnungsloser | Datenbanken | 18 | 16.02.2006 21:49 |
| [Erledigt] HILFE HILFE HILFE mysqladmin.exe fehlt | Datenbanken | 7 | 20.12.2005 14:00 | |
| HILFE ! Brauche ganz dringend hilfe! | PHP Tipps 2005-2 | 2 | 10.10.2005 23:08 | |
| Bitte um schnelle hilfe | TaStEn | PHP Tipps 2005-2 | 1 | 03.09.2005 20:46 |
| Script, welches PDF mit Hilfe von PDFlib generiert | Beitragsarchiv | 3 | 02.09.2005 15:49 | |
| Hilfe bei kleiner Funktion | PHP Tipps 2005-2 | 1 | 24.08.2005 09:35 | |
| [Erledigt] VARIABLEN WERDEN NICHT RICHTIG VERARBEITET!!!! HILFE | PHP Tipps 2005-2 | 6 | 02.07.2005 18:32 | |
| php Neuling braucht mal schnell hilfe !! | PHP Tipps 2005 | 5 | 05.03.2005 13:30 | |
| [Erledigt] Hilfe Beim Formular | PHP Tipps 2005 | 1 | 06.02.2005 16:43 | |
| [Erledigt] HILFE | PHP Tipps 2004-2 | 1 | 16.12.2004 20:49 | |
| Hilfe!!! PHP + EXE-Dateien und Interface | Beitragsarchiv | 4 | 16.12.2004 11:50 | |
| [Erledigt] Domainnamen in Apache bekanntgeben HILFE | Server, Hosting und Workstations | 3 | 12.08.2004 13:48 | |
| Brauche Hilfe - kenne mich nicht aus - zahlen auch dafür | Beitragsarchiv | 1 | 09.08.2004 16:10 | |
| Besucher kamen über folgende Suchanfragen bei Google auf diese Seite |
| sitemenue |

Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.