Can someone help me?
Sorry, the host went down. The site is back up now.
But with my css.
http://trasion.com/website/stylesheet.css
How can I make it so the footer, header, content, and navigation, all have a 2px #373737 line on the right and left side? (but NOT on bottom or top)
Here is the stylesheet:
Code:
body
{
background: #1b1b1b;
color: #373737;
font: 12px Arial;
margin: 0px;
padding: 0px;
}
.header
{
display: block;
background: url('images/header.gif');
width: 786px;
height: 130px;
}
.content
{
margin: 0 auto;
padding: 0;
text-align: left;
width: 770px;
background-color: #e6e6e6;
color: #2f3b4b;
border: 0px;
}
.content_border
{
margin: 0 auto;
padding: 0;
text-align: left;
width: 786px;
background-color: #e4e4e4;
color: #2f3b4b;
border: 0px;
}
.footer
{
margin: 0 auto;
padding: 0;
width: 786px;
height: 20px;
background: url('images/nav_bottom_bg.gif');
color: #FFFFFF;
border: 0px;
text-decoration: none;
font: bold 10px Arial;
}
.footer_end
{
margin: 0 auto;
padding: 0;
width: 786px;
height: 2px;
background: #373737;
color: #FFFFFF;
border: 0px;
text-decoration: none;
font: bold 10px Arial;
}
/* ######### CSS for top level tabs ######### */
.tabsmenuclass ul{
overflow: hidden;
width: 786px;
margin: 0;
padding: 0;
list-style-type: none;
}
.tabsmenuclass li{
float: left;
}
.tabsmenuclass a{
display: block;
padding: 5px 7px;
background: url('images/nav_top_bg.gif');
color: white;
padding-right: 25px;
padding-left: 25px;
text-decoration: none;
font: bold 13px Arial;
}
.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: url('images/nav_top_hover.gif');
font: bold 13px Arial;
}
/* ######### CSS for sub menu container below ######### */
.tabsmenucontentclass{
clear: left;
background: url('images/nav_bottom_bg.gif');
color: white;
width: 766px;
height: 14px;
padding: 10px;
border: 0px;
text-decoration: none;
font: bold 10px Arial;
}
.tabsmenucontentclass a{
clear: left;
background: #154c89 url('images/nav_bottom_bg.gif');
color: white;
width: 766px;
height: 14px;
padding: 10px;
border: 0px;
text-decoration: none;
font: bold 10px Arial;
}
.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}