html - create one submenu larger than the others to include form -


i have verticle nav spry menu, , im trying have last option login, larger (wider , taller) section pop out rather smaller ones other menu anchors. im not quite sure how create css class , give bit of menu class? im pretty new css , stuff sorry if easy. im trying plug in pure css form login info pop out when hover. here css im trying no luck

#login {     width: 20em;     height: 30em;     background: #666;     position: absolute;     right: -20em;     top: 0px;     display: none; } 

but here jsfiddle of site: http://jsfiddle.net/5tfph/

thanks in advance helping newbie!

i have added css style resolved bug

please check link

jsfiddle.net/5tfph/5/


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -