MyBB Community Forums

Full Version: [Question] Shaddow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How would I get a shaddow like the one in the image just for the container?

heloo there

1st to get that right side shadow!!

we will need to remove all the borders of the container

than add a background with and image which is an horizontal cutting of let's say the middle of the image u posted!! ( awhole horizontal line, from the right side to the left)
repeat it y ( repeat-y)


now for the footer

create an image with the footer of the image

add it to the footer template, at the end as this

<div class="footerimg"><img src="images/bottom.gif" border="0"> 
</div>

creat an new class in the theme manager called footerimg
having a 0 padding, width which is correspondence to the one ur intending to have, white background.

make sure to make correct width of the all elements u are usingSmile


regards , i hope i was enough clear as i'm in a hurry
Thanx for your help
I get this: http://img467.imageshack.us/img467/3679/screen6yz.jpg

I get the same thing with the footers.
What I want is the background to go all the way up...

I tried to use it as body background, but that messed up the look when I changed the resolution or windowsize...
everyone asleep? Sad
Have you added the bottom and top images in the templates?
no, because I didn't know how to create a new class and didn't understand everything after that :$
Read this tutorial

it will explain how to add new classes

regards
what do you exactly mean with a new class? :$
a new theme? Or a new subtheme? Or a part of the CSS options of a theme?
a class is something like

tcat, thead,trow1, where u assing it in the html codes in class="trow1" so that part get customized depending on the specified class.
a class is a set a CSS attributes

exampke

.mynewclass {

float: right;
text-decoration: none;

}

and what ever u want.

regard
Pages: 1 2