PLEASE HELP!!!!
I want to add
.ja-box-br {
background: url(../images/box-br.gif) no-repeat bottom right #fff;
}
.ja-box-bl {
background: url(../images/box-bl.gif) no-repeat bottom left;
}
.ja-box-tr {
background: url(../images/box-tr.gif) no-repeat top right;
}
.ja-box-tl {
background: url(../images/box-tl.gif) no-repeat top left;
}
into just the ja-main:
* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {padding-left: 0px; padding-top: 5px;}
#ja-main .ja-box-tl { padding-bottom: 10px; padding-left: 0px; }
#ja-main { padding-top: 5px;}
#ja-contentwrap {padding-left: 0px;}
#ja-content { background: url(../images/border-l.gif) repeat-y left 0; }
#ja-current-content { background: url(../images/border-r.gif) repeat-y right 0; }
Can anyone tell me how to properly add it in there so the rounded corners show up? I tried and only one of them showed up and the border-l and border-r disappeared.