PDA

View Full Version : Add shadow to the main forum table


GabyZ
04-19-2007, 03:07 PM
How can I add shadow to the mai forum table like here by using images?

Thanks in advance

LEAD_WEIGHT
04-28-2007, 08:29 PM
This is the basic way of getting to what you want.

Try going by 770pixel width and add image to StyleVars => Page Background => Standard CSS Attributes => Background


#000 url(images/misc/pagebg.gif) repeat-y top left


|<---pagebg.gif---><------Fourm Content------><---pagebg.gif--->|
|<---overhang image---><------770px------><---overhang image--->|
|<-------------------Approx. 830px pagebg.gif---------------------->|

pagebg.gif are usally ???px width by 1px thick[height]

You can use CSS to get better results.

RedHotChili
04-06-2009, 10:59 PM
You can use CSS to get better results.Anybody know if this is possible, to achieve the same look as seen here on vb.org? And if so, anybody know how?