Created
April 25, 2013 06:41
-
-
Save rodrigo-x/5457945 to your computer and use it in GitHub Desktop.
helping the indian guy..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.dropdown { | |
color: #555; | |
margin: 3px -22px 0 0; | |
width: 143px; | |
position: relative; | |
height: 17px; | |
text-align: left; | |
} | |
.submenu { | |
background: #fff; | |
position: absolute; | |
top: -12px; | |
left: -20px; | |
z-index: 100; | |
width: 135px; | |
display: none; | |
margin-left: 10px; | |
padding: 40px 0 5px; | |
border-radius: 6px; | |
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45); | |
} | |
.dropdown li a { | |
color: #555555; | |
display: block; | |
font-family: arial; | |
font-weight: bold; | |
padding: 6px 15px; | |
cursor: pointer; | |
text-decoration: none; | |
} | |
.dropdown li a:hover { | |
background: #155FB0; | |
color: #FFFFFF; | |
text-decoration: none; | |
} | |
a.account { | |
font-size: 11px; | |
line-height: 16px; | |
color: #555; | |
position: absolute; | |
z-index: 110; | |
display: block; | |
padding: 11px 0 0 20px; | |
height: 28px; | |
width: 121px; | |
margin: -11px 0 0 -10px; | |
text-decoration: none; | |
background: url(http://demos.9lessons.info/DropMenu/icons/arrow.png) 116px 17px no-repeat; | |
cursor: pointer; | |
} | |
.root { | |
list-style: none; | |
margin: 0px; | |
padding: 0px; | |
font-size: 11px; | |
padding: 11px 0 0 0px; | |
border-top: 1px solid #dedede; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment