Florian Stascheck: Listen horizontal IE6

Hallo,

Ich habe ein horizontales Menü als <ul> definiert. In FF, Opera, IE ab 7, ... klappt das, nicht aber in IE6:
eigentliche Navi
(eigentlich)
Im IE6
(im IE6)

Folgendes Style habe ich dazu verwendet (wichtigste Teile):

  
  
#navi > ul {  
 list-style-type: none;  
 margin: 0;  
 padding: 0;  
}  
#navi > ul > li {  
 float: left;  
 background-color: #cccccc;  
 background-image: url(off.png);  
 border-right: 1px solid gray;  
 height: 40px;  
 width: 120px;  
}  

~~~([vollständig](http://crossdev.kilu.de/templates/OpenSource/navi.css))  
  
Wie kann man das auch für den IE 6 machen?  
  
mfg, Flo

-- 
Developers are dying. Computers are getting trash. CEO's become forgetten. The only remaining things are ideas, lies and crises. So if you want to be immortal, first think, than stop it and go to microsoft and become later a manager at Lehman Brothers...  
sh:) fo:| ch:? rl:( br:^ n4:| ie:{ mo:| va:} de:> zu:} fl:{ ss:) ls:< js:|  
\*Zu dem de:> Ich benutze wegen IE im moment noch tabellen, weil dieser display:table noch nicht versteht. Ich werde aber, wenn IE 6 & IE 7 < 10% mein neues CSS-Layout einspielen...
  1. @@Florian Stascheck:

    Ich habe ein horizontales Menü als <ul> definiert. In FF, Opera, IE ab 7, ... klappt das, nicht aber in IE6:

    IE 6 versteht keinen Kindselektor.

    Wie kann man das auch für den IE 6 machen?

    Mit dem Nachfahrenselektor?

    Live long and prosper,
    Gunnar

    --
    Erwebsregel 208: Manchmal ist das einzige, was gefährlicher als eine Frage ist, eine Antwort.
    1. Hallo,

      Werd's mal versuchen!

      mfg, Flo

      --
      Developers are dying. Computers are getting trash. CEO's become forgetten. The only remaining things are ideas, lies and crises. So if you want to be immortal, first think, than stop it and go to microsoft and become later a manager at Lehman Brothers...
      sh:) fo:| ch:? rl:( br:^ n4:| ie:{ mo:| va:} de:> zu:} fl:{ ss:) ls:< js:|
      *Zu dem de:> Ich benutze wegen IE im moment noch tabellen, weil dieser display:table noch nicht versteht. Ich werde aber, wenn IE 6 & IE 7 < 10% mein neues CSS-Layout einspielen...
      1. Hallo,

        Kann es sein, dass IE 6 auch kein Hover kennt? Den Rest habe ich schon fast umgesetzt, aber das mit dem Hover wäre schon schön :)

        mfg, Flo

        --
        Developers are dying. Computers are getting trash. CEO's become forgetten. The only remaining things are ideas, lies and crises. So if you want to be immortal, first think, than stop it and go to microsoft and become later a manager at Lehman Brothers...
        sh:) fo:| ch:? rl:( br:^ n4:| ie:{ mo:| va:} de:> zu:} fl:{ ss:) ls:< js:|
        *Zu dem de:> Ich benutze wegen IE im moment noch tabellen, weil dieser display:table noch nicht versteht. Ich werde aber, wenn IE 6 & IE 7 < 10% mein neues CSS-Layout einspielen...
        1. Hi,

          Kann es sein, dass IE 6 auch kein Hover kennt?

          Nur fuer A-Elemente mit href-Attribut - das ist doch wohl altbekannt.

          MfG ChrisB

          --
          „This is the author's opinion, not necessarily that of Starbucks.“
          1. Hallo,

            das ist doch wohl altbekannt.

            Ich habe mich noch nicht so intensiv damit beschäftigt, weil ich den 7er installiert hab' und das mit dem 6er heute bei nem Freund das erste Mal gesehen haben :). Aber Danke!!

            mfg, Flo

            --
            Developers are dying. Computers are getting trash. CEO's become forgetten. The only remaining things are ideas, lies and crises. So if you want to be immortal, first think, than stop it and go to microsoft and become later a manager at Lehman Brothers...
            sh:) fo:| ch:? rl:( br:^ n4:| ie:{ mo:| va:} de:> zu:} fl:{ ss:) ls:< js:|
            *Zu dem de:> Ich benutze wegen IE im moment noch tabellen, weil dieser display:table noch nicht versteht. Ich werde aber, wenn IE 6 & IE 7 < 10% mein neues CSS-Layout einspielen...
            1. high,

              Ich habe mich noch nicht so intensiv damit beschäftigt, weil ich den 7er installiert hab'

              Na dann wird 's ja aller höchste Eisenbahn.

              kind regards