Hi leute wie kann man einen button
ähnlich dem anfrage button auf folgender seite
megacase.de/
erstellen?
mfg holz
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
| Geschlossen | ||


a.sidebutton{
position: fixed;
text-decoration: none;
top: 300px; left: 0;
font-size: 16px;
letter-spacing:-1px;
color:#fff;
padding: 20px 40px 20px 15px;
background:#333333;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}
a.sidebutton:hover{
position: fixed;
text-decoration: none;
top: 300px; left: 0;
font-size: 16px;
letter-spacing:-1px;
color:#fff;
padding: 20px 40px 20px 30px;
background:#222222;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}
<a class="sidebutton" href="http://mySEK.de">left</a>




| Geschlossen | ||
![]() |
Zurück zu HTML, PHP, SQL,... | |