View Full Version : Shadow behind forums
amnesia623
08-08-2006, 11:28 PM
So i am redesigning my templates...first time going at this so please bear with me.
I want to add a 'drop shadow' behind my forurms. I guess it would better be descibed as between my page and the background.
Now I understand that I need to build the shadow in photoshop and us css to tile the image verticaly, but how and where? Can I use it as a border?
thanks
Freesteyelz
08-09-2006, 02:19 AM
Setting the background values in the .page class would be the easiest but the answer depends on your layout type. Is it a fixed-width or fluid-width?
amnesia623
08-09-2006, 05:13 AM
Thanks for the reply!
It is a fixed width (750px) board that is centered.
BG on the .page style...?
hmm...
let me try it
Freesteyelz
08-09-2006, 06:11 AM
Yup. :)
The background image width then needs to be set to 750px (750x10px is a good number). In the Main CSS, .page "background" add:
#ffffff url(/path_to_image/.gif) repeat-y top left
Change the background color (#ffffff) and set your image path. Then in StyleVars you may need to change your Spacer size so that the shadows of your background shows fully.
If you need further help let me know. :)
MadMorbius
03-06-2007, 09:49 PM
Where would I set the board width fixed?
NM - found it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.