Eine Frage dann noch: was verstehst du unter "ganzem Block"?
//Edit:
Meinst du vielleicht das?
Streich das eine auch.. keine Ahnung wie mir das passieren konnte.
HTML:
CSS:
Code
#link {
width: 20%;
height: 150px;
margin-top: 5%;
line-height: 150px;
background:#000;
display: inline-block;
text-align: center;
overflow: hidden;
border: solid 1px #da7c0c;
background-color: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
opacity: 0.7;
/*-webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-ms-transition: 0.6s ease;
-o-transition: 0.6s ease;
transition: 0.6s ease;
*/
}
Alles anzeigen
Mit freundlichen Grüßen,
Scripter4.0