Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of sandosh  >  iH2H Menu  >  style.css  >  Download  
File: style.css
Role: Configuration script
Content type: text/plain
Description: Style
Class: iH2H Menu
Generate dynamic DHTML 2 level pull down menus
Author: By
Last change: Fixed a bug in IE.
Date: 2004-10-13 06:19
Size: 1,390 bytes
 

Contents

Class file image Download
html,body {
    margin: 0;
    padding: 0;
}
body {
    padding-top: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

#links {
    margin: 0 auto;
    font-size: 12px;
    line-height:30px;
    height:30px;
    
}

.links2 {
    margin: 0;
    font-size: 12px;
    line-height:30px;
    height:30px;
    float: left;
    background-color:#D9E3EB;
}
.links2 a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    float:left;
    padding:0 15px 0 15px;
    display:block;
    color:#000000;
    font-weight:bold;
    
}
.links2 a:hover {
/*main bar hover*/
 }
.linkDIV {
    position:absolute; 
    left:0px; top:0px; 
    z-index:1;  
    visibility: hidden;
    line-height:25px; 
    border-bottom: solid 1px #A2B9CE; 
    border-left: solid 1px #A2B9CE; 
    border-right: solid 1px #A2B9CE;
}


.linkDIV ul {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;        
}
    
.linkDIV li {
        display: inline;
}

.linkDIV ul a {
    margin: 0;
    padding: 0 15px 0 15px;
    display: block;
    text-decoration: none;
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #CFCFD0;
    font-weight: bold;
    color: #000000;
    font-family:Arial, Helvetica, sans-serif;
    background-color:#D9E3EB;
    width: 130px;
    font-size: 12px;
}
.linkDIV ul a:hover{
    color:#CC0000;
}