I have this 'problem'. You say:
Quote:
3) Add To CSS;
Code:
#bar_bottom {
position: fixed;
bottom: 0px;
left: 80px;
right: 80px;
height: 30px;
background:#f3f3f3 url(../imgimg/bar_bottom_bg.png) 0 0 repeat-x;
border-left:1px solid #b5b5b5;
border-right:1px solid #b5b5b5;
}
.bar_float {float:left;padding:7px 5px 0 5px;border-right:1px solid #b5b5b5;}
.bar_float a{padding:2px;}
.bar_float a:hover{padding:2px;background-color:#fff;text-decoration:none;}
.bar_float1 {float:left;padding:7px 5px 0 5px;height:25px;}
.bar_float1 a{text-decoration:none;color:#749474;font-size:11px;}
.bar_float1 a:hover{font-size:11px;color:#000;text-decoration:none;}
.bar_float2 {float:right;padding:7px 5px 0 5px;border-left:1px solid #b5b5b5;height:25px;}
.bar_float2 a{padding:2px;color:#749474;font-size:10px;cursor ointer;cursor:hand;}
.bar_float2 a:hover{padding:2px;font-size:10px;color:#000;text-decoration:none;}
.bar_contents {padding-top:6px;text-align:center;}
|
But in my Main CSS I can't add any other code [Additional CSS Definitions] 'cause I have it with other codes.