| 1234567891011121314151617181920212223242526272829 |
- .menubutton {
- cursor: hand;
- height:25;
- background:green;
- }
- #menuTree{
- margin-top:2px;
- border-top:1px solid green;
- }
- #separateLine{
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- margin-top:25px;
- border-left: 0px solid green;
- }
-
- .bannerbutton{
- background:url(images/banner3.gif);
- }
- .leftHeader{background:url(images/header_green.png)}
- .rightHeader{background:url(images/banner2.gif) right 0;overflow:hidden}
- /*FRAME上的导航栏 background-color:#dcdfe5;*/
- .navigator{
- background:green;
- }
|