Hover-Menü bei Links

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Hover-Menü bei Links

    Hallo,
    Ich hab mithilfe eines Tutorials ein menü nachgebaut dass beim drüberfahren (hover) aufklappt...
    funktionier auch wunder bar...
    ist es nun noch möglich beim hover die links farblich zu hinterlegen ?
    ein einfaches background-color:#000000; hats leider nicht gebracht...

    PHP-Code:
    <style type="text/css">
        
    ul {
        
    margin0;
        
    padding0;
        list-
    stylenone;
        
    width150px;
        }
        
    ul li {
        
    positionrelative;
        }
        
    li ul {
        
    positionabsolute;
        
    left150px;
        
    top: -1;
        
    displaynone;
        }
        
    ul li a {
        
    displayblock;
        
    text-decorationnone;
        
    color#777;
        
    background#5f1578;
        
    padding2px;


        }
    /* Fix IE. Hide from IE Mac \*/
    html ul li floatleft; }
    html ul li a height1%; }
    /* End */
        
        
    ul {
        
    margin0;
        
    padding0;
        list-
    stylenone;
        
    width150px;
        
    border-bottom0px solid #000000;
        
    }
        
    li:hover ul displayblock;  }
        
    li:hover ulli.over ul 
        
    displayblock; }
    </
    style>

    <
    img src="inc/polai.gif" width="150"  style="border-bottom-style:solid; border-color:#000000; border-width:1px;">

    <
    ul id="nav">
        <
    li style="border-bottom: 1px solid #000000; "><a href="index.php?site=news">.:: News</a></li
        
        <
    li style="border-bottom: 1px solid #000000; "><a href="#"> .:: UTSK Tirol</a
          <
    ul
            <
    li style="border-right: 1px solid #000000; border-left: 1px solid #000000; border-top: 1px solid #000000;"><a href="index.php?site=verein">.:: Der Verein</a></li
            <
    li style="border-right: 1px solid #000000; border-left: 1px solid #000000; border-top: 1px solid #000000;"><a href="index.php?site=tanzsport">.:: Tanzsport</a></li>
            <
    li style="border-right: 1px solid #000000; border-left: 1px solid #000000; border-top: 1px solid #000000;"><a href="index.php?site=paare">.:: Tanzpaare</a></li
            <
    li style="border-right: 1px solid #000000; border-left: 1px solid #000000; border-top: 1px solid #000000;"><a href="http://www.polai.at">.:: Tanzschule Polai</a></li
            <
    li style="border: 1px solid #000000;"><a href="index.php?site=veranstaltungen">.:: Veranstaltungen</a></li
          </
    ul
        </
    li>
        
        <
    li style="border-bottom: 1px solid #000000; "><a href="index.php?site=gb">.:: Gästebuch</a></li
        
        <
    li style="border-bottom: 1px solid #000000; "><a href="index.php?site=intern">.:: Intern    </a></li

    </
    ul

  • #2
    Re: Hover-Menü bei Links

    Code umbrechen.
    I don't believe in rebirth. Actually, I never did in my whole lives.

    Kommentar


    • #3
      irgendein guter moderator hat mir leider EDIT rechte genommen... somit is es unmöglich für mich den umzubrechen !!
      und jedes mal auf Vorschau klicken .... naja ist auch nicht das wahre..

      habs mittlerweile selber geschafft..

      durch hinzufügen einer eigenen class:

      PHP-Code:
      a.li:hover {background-color:#8f61a2; color:#000000} 

      Kommentar

      Lädt...
      X