|
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/astrosfm/css/ |
Upload File : |
/* Begin CSS Drop Down Menu */
#menuh-container
{
position: absolute;
top: 140px;
left: 18%;
width:80%;
}
#menuh
{
font-size: 75%;
font-family: arial, helvetica, sans-serif;
width:100%;
float:left;
}
#menuh a
{
text-align: center;
display:block;
border: 1px solid #bbb;
/*white-space:nowrap;*/
margin:0;
padding: 0.3em 1em 0.3em 1em;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
}
#menuh a:link, #menuh a:visited, #menuh a:active /* menu at rest */
{
color: white;
background-color: #0b61aa;
background-color: rgba(11,97,170,0.8);
text-decoration:none;
}
#menuh a:hover /* menu on mouse-over */
{
color: #0b61aa;
background-color: #fff;
background-color: rgba(255,255,255,.85);
text-decoration:none;
text-shadow: none;
}
#menuh a.top_parent, #menuh a.top_parent:hover /* attaches down-arrow to all top-parents */
{
background-image: url(../pics/navdown_white.gif);
background-position: right center;
background-repeat: no-repeat;
}
#menuh a.parent, #menuh a.parent:hover /* attaches side-arrow to all parents */
{
background-image: url(../pics/nav_white.gif);
background-position: right center;
background-repeat: no-repeat;
}
#menuh ul
{
list-style:none;
margin:0;
padding:0;
float:left;
width:19.9%; /* width of all menu boxes */
/* NOTE: For adjustable menu boxes you can comment out the above width rule.
However, you will have to add padding in the "#menh a" rule so that the menu boxes
will have space on either side of the text -- try it */
-webkit-box-shadow: 6px 6px 6px rgba(50,0,0,0.35);
-moz-box-shadow: 6px 6px 6px rgba(50,0,0,0.35);
}
#menuh li
{
position:relative;
min-height: 1px; /* Sophie Dennis contribution for IE7 */
vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
margin: 0px;
padding: 0px;
}
#menuh ul ul
{
position:absolute;
z-index:500;
top:auto;
display:none;
padding: 1em;
padding: 0em;
margin:0em 0 0 0em;
width:100%;
}
#menuh ul ul ul
{
top:0;
left:100%;
}
div#menuh li:hover
{
cursor:pointer;
z-index:100;
}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}
div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
/* End CSS Drop Down Menu */