trunx: Anderer Hintergrund und Text bei hover

Beitrag lesen

Hallo,

z.B.

<html>  
<head>  
<style type="text/css">  
#bild1 {  
    position: absolute;  
    top: 42%;  
    left: 36%;  
    background: #DF0000 no-repeat;  
    width:28%;  
    height: 16%;  
    border:0px;  
    overflow: auto;  
    text-align:center;  
}  
#bild1:hover {  
    background: #DFDFDF no-repeat;  
}  
#bild1:hover .an {  
    display: none;  
}  
#bild1 .aus {  
    display: none;  
}  
#bild1:hover .aus {  
    display: block;  
}  
</style>  
</head>  
<body>  
    <a href="......" id="bild1">  
    <span class="an"> der eine Text <br> test</span>  
    <span class="aus"> der andere Text <br> test</span>  
    </a>  
</body>  
</html>

bye trunx

--
Die Standard-Antwort: "Bitte benutze die Forum-Suche!" macht die Forum-Suche kaputt, weil die Suche dann nämlich genau vor allem diese dämliche Standard-Antwort, also Müll liefert. Sinnvoller ist stattdessen folgende Standard-Antwort: "Dieses Thema wurde schon vielfach im Forum besprochen, siehe z.B. <a>hier</a> oder <a>hier</a> oder benutze die Forum-Suche z.B. mit den Stichworten 'Stichwort1 Stichwort2'." Danke.