#example { height: 300px; } /* JQuery Slip Slap Menu Bar CSS */ #slipSlap { margin: 0px; padding: 0px; list-style-type: none; position:absolute; border-top:2px solid #dedede; } #slipSlap li:first-child { border-left-width: 1px; border-left-style: solid; border-left-color: #E4E0D3; } #slipSlap li { float: left; height: 50px; width: 136px; line-height: 48px; text-align: center; vertical-align: middle; border-right-width: 1px; border-right-style: solid; border-right-color: #E4E0D3; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E4E0D3; font-family: Tahoma, Geneva, sans-serif; font-size: 15px; color: #807e76; cursor: pointer; } #slipSlap li a { float: right; height: 48px; width: 136px; display:block; line-height: 48px; text-align: center; vertical-align: middle; font-family: Tahoma, Geneva, sans-serif; font-size: 15px; color: #856C5C; background-color: #FFF; text-decoration:none; text-shadow: 1px 1px 1px rgba(0,0,0,.35); background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: -moz-linear-gradient(top, #fff, #ededed); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); } #slipSlap li a:hover { border-left-width: 1px; border-left-style: solid; border-left-color: #EFEDE5; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #ffa311; color: #4B4A45; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea)); background: -moz-linear-gradient(top, #fff, #eaeaea); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea'); } .buttonUnderline { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #ffa311; } .buttonSelected { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #ffa311; }