Help: CSS Two Back Ground?
-
I got this design I like, and am attempting to get it on wordpress. Well I attempted to learn CSS, but i’m still stumped. Basically i took the theme known as connections and tried to change it to look like how i want it (cause it seem the easiest to convert to my design out of the 200 i look at). I’m still trying to get the the design of the category of it to look right.
https://elitetrackstar.com/help.gif
The one i have right now is with border lines on the left and right side. As seen in the code in sidebar ul, the commented out part is what I want to be in the middle. (i erased my garbage code out)
/*---------------------------- SIDE -------------------------------*/
#sidebar h2 {
margin: 10px 0 0 0;
padding:0px;
font-size: 1em;
color: #FFFFFF;
text-align:center;
background:url('img/sidenav_top.gif') no-repeat center;
border:#ccc 0px solid;
height:31px;
font-weight:bold;
}#sidebar ul {
list-style-type: none;
padding: 20px;
margin: 0;
font-size: 0.9em;
padding-bottom:3em;
background:url('img/sidenav_bottom.gif') no-repeat bottom;
/*background:url('img/sidenav_bg.gif') center repeat-y;*/
border-left: .01em #a1a1a1 solid;
border-right: .01em #a1a1a1 solid;
}#sidebar ul li {
margin: 0.1em 0 0 0;
padding: 0;
}#sidebar li a {
text-decoration: none;
border:none;
}#sidebar li a:link {
color: #909D73;
}#sidebar li a:visited {
color: #999999;
}#sidebar li a:hover, #sidebar li a:active {
color: #990000;
}
- The topic ‘Help: CSS Two Back Ground?’ is closed to new replies.