![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| ||||||
| ||||||
hallo leute wieder mal seit ihr meine letzte hoffnung ich habe diesen code für mein hauptmenu Typoscript-Code:
und diesen für mein submenu Typoscript-Code:
nun will ich aber das dass submenu nur angezeigt wird, wenn es auch ein submenu hat... css für menu1 HTML-Code: ...#nav{
z-index:99;
position:absolute;
top:80px;
left:115px;
height:20px;
width:750px;
background-color:#666666;
font-weight:bold;
opacity: 0.65;
filter: alpha(opacity=75, finishopacity=75);
-moz-opacity: 0.65;
float:left;
padding:0;
margin:0;
}
ul#Navigation1 {
margin:0;
padding:0;
text-align:left;
}
ul#Navigation1 li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
line-height:20px;
}
ul#Navigation1 a, ul#Navigation1 span {
font-weight:bold;
padding:4px 20px 4px 20px;
text-decoration:none;
background-color:#FF0099;
}
* html ul#Navigation1 a, * html ul#Navigation1 span {
width: 1em;
w/idth: auto;
}
ul#Navigation1 a:hover, ul#Navigation1 span {
color: white; background-color: #82B6EF;
}.... css für menu2 HTML-Code: ...#subnav{
z-index:98;
position:absolute;
top:102px;
left:115px;
width:750px;
background-color:#666666;
font-weight:bold;
opacity: 0.65;
filter: alpha(opacity=75, finishopacity=75);
-moz-opacity: 0.65;
float:left;
padding:0;
margin:0;
}
ul#Navigation2 {
margin:0;
padding:0;
text-align:left;
}
ul#Navigation2 li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
ul#Navigation2 a, ul#Navigation2 span {
font-weight:normal;
padding:4px 20px 4px 20px;
text-decoration:none;
background-color:#FF0099;
}
* html ul#Navigation2 a, * html ul#Navigation2 span {
width: 1em;
w/idth: auto;
}
ul#Navigation2 a:hover, ul#Navigation2 span {
color: white; background-color: #82B6EF;
}
... merci isa |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [plzHelp]POST Variablen... Wenn Hide dann ok, wenn Unhide dann NICHTS | -|who.exe|- | TYPO3 4.x Fragen und Probleme | 3 | 04.06.08 10:22 |
| tt_news: Zeige KEINE Beiträge aus ausgewählten Kategorien | sventb | News (tt_news, mininews und Co) | 3 | 10.04.08 08:50 |
| NewLoginBox: Wenn nicht eingeloggt dann... | cyRus-tC | Alle anderen Extensions | 0 | 23.01.08 17:40 |
| Wenn Seite X dann Text Y | cyRus-tC | TYPO3 4.x Fragen und Probleme | 4 | 06.01.07 20:47 |
| Wenn Unterpunkte vorhanden, dann keine Verlinkung auf Hauptebene | sissi | GMENU, HMENU, TMENU und Co. | 1 | 16.06.05 12:02 |