#nav { font-family: Georgia, cursive; text-transform: uppercase; width: 60px; height: 20px; background: #dda4c4; padding: 5px; text-align: center; margin: 10px; align: left; font-size: 20px; font-weight: none; margin-bottom: 3px; float: left; cursor: hand; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; border-radius: 3px; line-height: 20px; } #nav a{ color: #ffffff; } #ops { background: transparent; color: #ae539a; width: 80px; font-family: Georgia; font-size: 18px; text-align: center; margin-top: 10px; text-transform: none; opacity: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; } #nav:hover #ops { opacity: 1; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease; }