Hello, as you can see, im working on a custom style. I need help. I've been working for HOURS figuring out how to extend those glowing wrapper boxes, but won't work. Anyone help me please?
http://dynazioforums.co.cc/index.php?style=3
and the source of the wrapper:
http://dynazioforums.co.cc/index.php?style=3
and the source of the wrapper:
Code:
.bbg1 {
background: url("{T_THEME_PATH}/images/bg1.png");
background-repeat: no-repeat;
height: 20px;
width: 800px;
margin-left: auto;
margin-right: auto;
.bbg2 {
background: url("{T_THEME_PATH}/images/bg2.png") repeat-y;
width: 800px;
margin-left: auto;
margin-right: auto;
min-height: 100px;
}
.bbg3 {
background: url("{T_THEME_PATH}/images/bg3.png") no-repeat;
height: 70px;
width: 800px;
margin-left: auto;
margin-right: auto;
}







