Hi, i need help on this also.
My CSS is different from the post i found here, guess is of older version. I've able to remove the borders, but not able to remove the extra bottom image (www.leshoppesg.com). for my new site, i was able to remove without problem.
Someone please help..
== New Site CSS ==
.leftBoxContainer, .rightBoxContainer {
margin: 0em;
/* border: 1px solid #9a9a9a; default */
border: 1px solid #ffffff;
/* border-bottom: 5px solid #336633; default */
/* border-bottom: 5px solid #9a9a9a; Gray */
border-bottom: 1px solid #ffffff; /* White */
margin-top: 1.5em;
}
==============
== Old Site CSS ==
/*SIDEBOX CSS*/
.column_left, .column_right, .column_single {
background: #ffffff;
padding: 0px; /* Spacing between top & left of menu */
}
.boxText {
font-size: 11px;
line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
background: #ffffff;
border: 0px solid #9a9a9a; /* Sidebox borders */
margin-bottom: 15px; /* Space between boxes */
}
.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
/*background-color: #abbbd3;*/
font-size: 10px;
font-weight: bold;
color: #ffffff;
padding: 0px; /* default = 3 */
height: 20px;
padding-left: 5px; /* Sidebox Header Text Spacing */
}
td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
color: #ffffff;
}
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
background: #abbbd3;
background-image: url(../images/tile_back.jpg);
}
.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
line-height: 125%;
padding: 4px;
border-top: 0px solid #9a9a9a; /* Side box border */
border-bottom: 0px solid #9a9a9a;
}
.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
background-color: #abbbd3;
background-image: url(../images/tile_back.jpg);
margin-bottom: 15px;
}
==============




