MyBB Community Forums

Full Version: Silly Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Okay I have been looking at other themes to get an idea to add on my theme.

Only thing that caught my eyes was the drop shadow behind the container.

I know I have to add some extra css for the effect,but I don't know where I could put the <div>'s.

If someone could shine some light for me Smile.
Like this:

Quote:<div class="shadow">
Quote:<div id="container">

in the header template, put the shadow div above the container and set a shadow class to show the shadow.
Grr that didn't work :/.
Well, your probably doing it wrong.
Are you using firefox?
(2009-12-06, 04:18 AM)EquippedMind Wrote: [ -> ]Are you using firefox?

Yes
Then the shadow should show perfectly.
Its not though =[. Is there another way of doing this?
use css3, try this
Quote:box-shadow: 10px 10px 5px #999;
padding: 5px 5px 5px 15px;
Pages: 1 2