Quote:
Originally Posted by TNCclubman
will this work on a regular html page? If so, where does each of the 2 parts go in the html?
|
Put this before </head>
Code:
<style type="text/css">
#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:pointer;cursor:hand;}
.bar_float2 a:hover{padding:2px;font-size:10px;color:#000;text-decoration:none;}
.bar_contents {padding-top:6px;text-align:center;}
</style>
The other code goes right after the <body> tag.
Quote:
Originally Posted by TNCclubman
how can you widen the bar and not make it so high? (ie thinner and longer)
|
Change
to whatever you like, the images included are tall though, so you can't get much shorter without making new ones.
See how I did it if you like:
http://www.wvmotorsports.com