Ergebnis 1 bis 3 von 3

Thema: Link Hover..

  1. #1
    Lilli Lilli ist offline
    Avatar von Lilli

    Link Hover..

    HaLLo !! ich hab ein probLem
    aLso ich bin im moment meine Hp am aufbauen ..
    naja aufjedenfall möchte ich das ich bei meiner
    Navigation einen Hover mit einem Hintergrundbild
    habe & nicht nur eine einfache Farbe..

    <style type="text/css">


    #menu{l
    border: 1px solid black;
    width: 500px;
    background-color: #FFFFFF;
    }

    #menu a{
    font: normal 10px verdana;
    padding: 2px;
    padding-left: 4px;
    display: block;
    width: 100%;
    color: black;
    text-decoration: none;
    border-bottom: 2px solid #FF99FF;
    }

    html>body #menu a{
    width: auto;
    }

    #menu a:hover{
    background-color: black;
    color: white;
    }

    #tabledescription{
    width: 100%;
    height: 3em;
    padding: 2px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    }

    </style>

    <script type="text/javascript">

    var baseopacity=0

    function showtext(thetext){
    if (!document.getElementById)
    return
    textcontainerobj=document.getElementById("tabledescription")
    browserdetect=textcontainerobj.filters? "ie" : typeof textcontainerobj.style.MozOpacity=="string"? "mozilla" : ""
    instantset(baseopacity)
    document.getElementById("tabledescription").innerHTML=thetex t
    highlighting=setInterval("gradualfade(textcontainerobj)",50)
    }

    function hidetext(){
    cleartimer()
    instantset(baseopacity)
    }

    function instantset(degree){
    if (browserdetect=="mozilla")
    textcontainerobj.style.MozOpacity=degree/100
    else if (browserdetect=="ie")
    textcontainerobj.filters.alpha.opacity=degree
    else if (document.getElementById && baseopacity==0)
    document.getElementById("tabledescription").innerHTML=""
    }

    function cleartimer(){
    if (window.highlighting) clearInterval(highlighting)
    }

    function gradualfade(cur2){
    if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)
    cur2.style.MozOpacity=Math.min(parseFloat(cur2.style.MozOpac ity)+0.2, 0.99)
    else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)
    cur2.filters.alpha.opacity+=20
    else if (window.highlighting)
    clearInterval(highlighting)
    }

    </script>

    <div id="menu"><center>
    <a href="URL Page" onMouseover="showtext('')" onMouseout="hidetext()">NAME</a>

    <a href="URL Page" onMouseover="showtext('')" onMouseout="hidetext()">NAME</a>

    <a href="URL Page" onMouseover="showtext('')" onMouseout="hidetext()">NAME</a>

    <a href="URL Page" onMouseover="showtext('')" onMouseout="hidetext()">NAME</a>
    </center></div>


    kann mir vllt. jemand das css umsteLLen so das iich ein biLd einfügen kann?
    oder direkt das biLd schon einfügen kann?

    das hätte ich gern als Hover hintergrund..weiss nur ned ob das geht ^^''
    naja das soll dan später so aussehn

    & wenn man die verschiedenen feLder berührt soLL halt das ander biLd
    aLs Hover sein.. Hoffe jemand kennt sich damit aus & das is i.wie machbar ^^

    Dankeschön
    LG LiiL♥

  2. Anzeige

    Link Hover..

    Schau dir mal diesen Bereich an. Dort ist für jeden was dabei!
  3. #2
    Der_Mod Der_Mod ist offline
    Avatar von Der_Mod

    AW: Link Hover..


  4. #3
    Lilli Lilli ist offline
    Avatar von Lilli

    AW: Link Hover..

    Joah thx aba Jan hat mia schon gehoLfen

Ähnliche Themen


  1. Url Link: Also wenn ich die Url Kopiere ist diese ja ziemlich lang. Ich möchte aber das der Link in Forenbeiträgen z.B als Klickmich oder so dargestellt wird....

  2. Link gegen den jungen Link: Ich hab´da mal ´ne Frage: Wen findet ihr besser, den jungen oder den normalen Link? Hier habe ich ein paar Fakten zu den Beiden: Junger Link:...

  3. Link oder Toon Link?: huhu zusammen. Ich würde gerne wissen welchen Chara Ihr bevorzugt, den normalen Link oder Toon Link. Was mich auch noch interessieren würde ist,...

  4. Young Link vs. Toon Link: Wer ist besser Toon Link oder Young Link? Ich finde Toon Link ein bisschen besser.:D

  5. Hover Effekt Bei Buttons: Hallo, ich mache zurzeit eine Website für eine Freunden, Nun habe ich die Links z.b Startseite mit Buttons Grafisch dargestellt und würde gerne einen...