View Full Version : One side bar not working on css sheet


SweetHarmony
12-09-2006, 07:07 PM
Right now I'm modifying a code to teach myself how to add side bars. Actually I'm not sure what they are called exactly. Here's (http://s8.invisionfree.com/Magellan00/) a preview of what I'm working on. The problem areas are the two side sections. What are those called anyway? The one that is working is a Hello Kitty image on the left and the other, that isn't working is a blank, white bar on the right hand side.

I thought I located the problem area in the code but since I can't fix it I might be wrong. At the very end of the CSS code is the following, which is where I believe the code it located.


div.desc {
background-color: #B9B7AD;
}

.outer-right[/b] {background:url(http://i60.photobucket.com/albums/h35/SweetHarmony0717/4th%20of%20July/ll.jpg) top repeat; width:25px;}
.outer-left {background: url(http://i60.photobucket.com/albums/h35/SweetHarmony0717/Hello%20Kitty/helokitsiggy.gif) top repeat; width:21px;}

</style>

The “outer-left” does work but the right is a blank white space no matter what I do. [color=red]My question is simply how do I make the image work there?[/url] Am I looking in the wrong spot for that code or have I messed up the code somewhere else and that's causing conflict with the outer-right coding?

I can't post my whole CSS here because of the word limits but if you need it you can go to the forum and get the page source...or I can PM it to anyone who can help.


-------------------
My second question is probably easier to answer. I want to change the gray colored areas on this board and I can't seem to locate that code section. Any idea where it's at? It's not the background (since that's the red lines) but I'm assuming it's in a table? Maybe not. I just can't isolate it.
-------------------


Thanks so much for any help you can provide!:waves: