[TYPO3-german] CSS-Problem im ul-Menü, erster Eintrag im IE6 falsch formatiert

Andreas Werner info at awit.biz
Fri Dec 7 17:23:52 CET 2007


Hallo allerseits,

kann sein ich bin gerade blind, habe folgendes Problem:

## Menü links ###############
LEFT = HMENU
LEFT {
wrap = <div class="leftmenu">|</div>
entryLevel = 1
1 = TMENU
1 = TMENU
1 {
NO.stdWrap.htmlSpecialChars = 1
NO.allWrap = <ul><li>|</li> |*| <li>|</li> |*| <li>|</li></ul>
ACT = 1
ACT.stdWrap.htmlSpecialChars = 1
ACT.allWrap = <ul><li>|</li> |*| <li>|</li> |*| <li>|</li></ul>
ACT.linkWrap = <span class="activeleft">|</div>
}
}

und CSS dazu:

#left ul {
	font-size: 1.2em;
	list-style-type: none; }
#left ul li {
	border-bottom: 1px dotted #48459a; }
#left ul li a {
	color: #eef4f9;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
	display: block; }
#left ul li a:hover {
	color: #48459a; }
#left .activeleft a {
	color: #48459a;
	font-weight: 700;
	background-image: url(bilder/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
	display: block; }
#left .activeleft a:hover {
	color: #7e8fb1; }

... funktioniert in allen Browsern wunderbar, nur der IE6 zeigt mir das
Hintergrundbild nicht, wenn der _erste_ Menüeintrag ACTiv ist. Bei allen
anderen klappt´s auch im IE6.

Hat jemand eine Idee?

Viele Grüße
Andy



More information about the TYPO3-german mailing list