MyBB Community Forums

Full Version: Side images?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you place side images?
For example, instead of the shadow that is here, it is a image of fans.
Like here:
http://sbwforum.co.cc/SMF/index.php
May need to mess about it with it abit to suit your theme.
HTML:
<div id="border-left"><div id="border-right">
<div id="container">

CSS:
div#border-left {
background: #fff url(images/theme name/image.gif) top left repeat-y;
}

div#border-right {
background: url(images/theme name/image.gif) top right repeat-y;
}