|
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/msintl/ |
Upload File : |
/* ######### Default class for drop down menus ######### */
.anylinkcss1{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid gray;
border-bottom-width: 0;
font-family:Verdana, sans-serif;
font-size:11px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #DCD7D7;
width: 300px; /* default width for menu */
}
.anylinkcss1 ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcss1 ul li a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid gray;
padding: 2px 0;
text-decoration: none;
color: #343434;
}
.anylinkcss1 a:hover{ /*hover background color*/
background: black;
color: white;
}
.anylinkcss2{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid gray;
border-bottom-width: 0;
font-family:Verdana, sans-serif;
font-size:11px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #DCD7D7;
width: 300px; /* default width for menu */
}
.anylinkcss2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcss2 ul li a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid gray;
padding: 2px 0;
text-decoration: none;
color: #343434;
}
.anylinkcss2 a:hover{ /*hover background color*/
background: black;
color: white;
}
/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid gray;
padding: 10px;
font: normal 11px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}
.anylinkcsscols .column{
width: 130px;
float: left;
}
.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcsscols li{
padding-bottom: 3px;
}
/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}