Line 189: | Line 189: | ||
nav ul ul{ | nav ul ul{ | ||
− | + | position: absolute; | |
top: 80%; | top: 80%; | ||
border-radius: 0px; | border-radius: 0px; | ||
Line 291: | Line 291: | ||
@media screen and (max-width:700px){ | @media screen and (max-width:700px){ | ||
nav ul li{display: block; float:none; border:1px solid grey;} | nav ul li{display: block; float:none; border:1px solid grey;} | ||
− | nav ul ul {width:100%; left: -20px;} | + | nav ul ul {width:100%; left: -20px;position:relative;} |
//nav ul ul li a:link{background: #FCDC3B; color: orange} | //nav ul ul li a:link{background: #FCDC3B; color: orange} | ||
//nav ul ul li a:visited{background: #FCDC3B; color: orange} | //nav ul ul li a:visited{background: #FCDC3B; color: orange} |
Revision as of 13:57, 13 September 2016