|
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/gwsolutions/css/ |
Upload File : |
/*
LEVEL ONE
*/
ul.dropdown { list-style: none; position: relative; }
ul.dropdown li { font-family: "Trebuchet MS"; color: #006FBA; font-size: 10pt; font-weight: bold; float: right; zoom: 1; background: #ffffff; width: 141px; }
ul.dropdown a:hover { color: #fff; text-decoration:none; }
ul.dropdown a:active { color: #fff; }
ul.dropdown li a { display: block; padding: 4px 8px; border-right: 0px solid #2A2A2A;
color: #006FBA; }
ul.dropdown li:last-child a { border-right: none; text-decoration:none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover { background: #A1A1A1; color: white; position: relative; text-decoration:none; }
ul.dropdown li.hover>a { color: white; text-decoration:none; }
/*
LEVEL TWO
*/
ul.dropdown ul { list-style: none; width: 140px; visibility: hidden; position: absolute; top: 100%; right: 0; margin-left:1px; border-left: 0px solid silver; border-right: 1px solid silver; border-bottom: 1px solid silver; }
ul.dropdown ul li { font-weight: normal; background: #f6f6f6; color: #000; width: 140px;
border-bottom: 0px solid #ccc; float: none; padding-left:1px; }
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { border-right: none; width: 120px; display: inline-block; }