[TYPO3-german] Fhler im Fly MENÜ ??

Jochen Graf graf at uni-landau.de
Mon Jul 2 11:57:22 CEST 2007


Hallo Liste,

ich habe ein Merkwürdiges Problem mit einem FLY MNEÜ

http://www.upgrade.uni-landau.de/technik/fehler.gif

wenn ich eine Seite anlege mit Unterseiten, dann erscheint auf der 
Linken Seite ein schwarzer Kasten?

Hier mal meine Codes



temp.css_menu = HMENU
temp.css_menu {
  
  special = directory
  special.value = 1
 
    wrap = <div class="menu"> | </div>
    wrap.2 = |
   # Hauptmenue
  1 = TMENU
  1 {
    wrap = <ul>| </ul>
   
    expAll = 1
    
    NO.ATagTitle.field = subtitle//title
    NO.wrapItemAndSub = <li>  | </li>
    IFSUB = 1
    IFSUB {
      wrapItemAndSub = <li> | </li>
      allWrap = | <!--<![endif]-->
      linkWrap = |<!--[if IE 7]><!-->
      ATagBeforeWrap = 1
    }
  }
  
  2 = TMENU
  2 {
    wrap = <table><tr><td><ul> | </ul></td></tr></table><!--[if lte IE 
6]></a><![endif]-->
    expAll = 1
    
    NO.ATagTitle.field = subtitle//title
    NO.wrapItemAndSub = <li>| </li>
    
    IFSUB = 1
    IFSUB {
      wrapItemAndSub = <li> | </li>
      allWrap = | <!--<![endif]-->
      linkWrap = |<!--[if IE 7]><!-->
      ATagBeforeWrap = 1
      ATagParams = class="drop"
    }
    
  }
  
  3 < .2
  4 < .2
}
page.10.subparts.MENU < temp.css_menu


/*   ######## MENU  START ######   */


.menu {
z-index:1000;
font-size:1.0em;
font-weight: bold;
margin:135px 0 50px 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list 
styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:203px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#fff;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; 
z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;

height:25px;
line-height:25px;
width:201px;
color:#003399;
text-indent:39px;

border-top:1px solid #FFCC99;
border-rigth:0 solid #FFCC99;
border-bottom:1px solid #FFCC99;
border-left:1px solid #FFCC99;


/*border:1px solid #FFCC99;*/
/*border-width:0 1px 1px 0;*/
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:white; width:203px; 
w\idth:203px;}
/* style the link hover */
* html .menu a:hover {color:#003399; background:#949e7c;}

.menu :hover > a {
color:#003399;
background:#949e7c;
}

/* hide the sub levels and give them a positon absolute so that they 
take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:204px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR 
link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR 
link */
.menu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR 
link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible;
}


/*   ######## MENU  END ######   */


Hat jemand einen Tipp was das sein kann? Ich übernehme die Seiten von 
Typo3 Version 4.02 auif 4..1.1??




-- 
Mit freundlichen Grüssen

Jochen Graf

Universität Koblenz-Landau / Campus Landau
Arbeitstelle Multimedia/Technik-Administration
Thomas-Nast-Str. 44
76829 Landau
mail: graf at uni-landau.de
fon: 06341-990-224



More information about the TYPO3-german mailing list