#header { width: 100%; height: 40px; background: #4c4c4c; /* Old browsers */ background: -moz-linear-gradient(top, #4c4c4c 0%, #181818 100%, #181818 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#181818), color-stop(100%,#181818)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #4c4c4c 0%,#181818 100%,#181818 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #4c4c4c 0%,#181818 100%,#181818 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #4c4c4c 0%,#181818 100%,#181818 100%); /* IE10+ */ background: linear-gradient(to bottom, #4c4c4c 0%,#181818 100%,#181818 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#181818',GradientType=0 ); /* IE6-9 */ border-radius: 10px 10px 0 0; } #header > #button { line-height: 40px; color: #e5e5e5; text-decoration: none; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s; } #header > #button:hover { background: rgba(255,255,255,0.2); }