|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/afglcweb/pages/menu/ |
Upload File : |
ul {
margin: 0;
padding: 0;
list-style: none;
width: 131px; /* Width of Menu Items */
border-bottom: 1px solid #D9AF05;
}
ul li {
position: relative;
}
li ul {
position: absolute;
left: 130px; /* Set 1px less than menu width */
top: 0;
display: none;
}
/* Styles for Menu Items */
ul li a {
display: block;
text-decoration: none;
color: #FFFFFF;
background: #17316A; /* IE6 Bug */
padding: 5px;
border: 1px solid #D9AF05;
border-bottom: 0;
border-left: 0;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul li a:hover { color: #FFFFFF; background: #9AACD4; } /* Hover Styles */
li ul li a { padding: 2px 5px;
border-left: 1px solid #D9AF05;
border-top: 1px solid #D9AF05;
} /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */