kann mal jemand nen Blick drauf werfen?
Es soll so aussehen wié im IE 6.
rechte seite- 2te Box
*KLICK*
Code: Alles auswählen
<div class="bookmark" title="Ein Klick auf die Icons fügt diese Seite bei einem Social Bookmarking Dienst Ihrer Wahl hinzu.">? Seite bookmarken ?<br>
<span class="book2">hier kommt dann der inhalt</span></div>
Code: Alles auswählen
.bookmark {
background-color: #990000;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
height:17px;
color: #FFFFFF;
}
.book2 {
background-color: #990000;
border: 2px solid #9E8265;
}