Custom Style Problems: Extending Board Wrapper

Umbreon

Paragon
Joined
Jul 22, 2009
Messages
1,551
Reaction score
2
FP$
1,032
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:
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;
}
 
Solved, I fixed it myself *sigh*. Thank you w3schools, never knew about css layers, gotta sleep now.
 
One advice:

Base your style on prosilver instead of subsilver2. Support for subsilver2 will be stopped soon.

Also prosilver gives you unlimited choices, while subsilver2 style are mostly basic and cannot be customized very well.

Cheers :great:
 
Back
Top Bottom