View Full Version : Shadows


Henry
14th March 2005, 02:47 AM
There is a slight shadow under each table on the Professional Default style here. I've located the source of this in the templates, but am unable to apply it to vBulletin's default style.

Can someone help me get this to work with vBulletin's default style?

Thanks for your help!

Disjunto
14th March 2005, 04:23 AM
it's done using images and some css code :)

Henry
14th March 2005, 09:16 AM
it's done using images and some css code :)

Uh, yeah. Don't you think I know that?

Moparx
14th March 2005, 02:24 PM
there is nothing to it..
after you add the css, you simply add the a div tag (or in vbulletin.nl's case 3 div tags) under the the table you wish it to be under.

for example:
<table>
<tr>
<td>i am a table</td>
</tr>
</table>
<div class="iamashadow"></div>