Shadows Under The Forum Sections - NBS






 

 

Shadows Under The Forum Sections - NBS

View Full Version : Shadows Under The Forum Sections


tesseract
23-Dec-2002, 12:35 AM
Look at this phpBB board:

http://german.pocketpcportal.net/index.php...56ee827a8ec7026 (http://german.pocketpcportal.net/index.php?sid=c636d291057bbefb656ee827a8ec7026)

Notice that it has shadows under the individual forum topics. How could I do this for IPB?

Aristia
23-Dec-2002, 06:09 AM
You can make an image with a shadow effect to use as a tile. then just put this in your style sheet on the titlefoot section: ; background-image: url(style_images/<#IMG_DIR#>/tile_back.gif);
(where "tile_back.gif" is the name of your image)
If you want the have the end bits like they have it, u need to go into the templates, and that is pretty lengthy to explain, if you try the support forum, there will be some tutorials on that stuf :)

tesseract
23-Dec-2002, 05:57 PM
Originally posted by AristiA@Dec 23 2002, 06:09 AM
You can make an image with a shadow effect to use as a tile. then just put this in your style sheet on the titlefoot section: ; background-image: url(style_images/<#IMG_DIR#>/tile_back.gif);
(where "tile_back.gif" is the name of your image)

Looks to me like the table border would get in the way. :(

Aristia
23-Dec-2002, 07:11 PM
Only if you kept the table border on it :P
U can just take the entire colour code out of there! (macros) and if u want u can remove the entire .mainbg line in the style sheet

tesseract
25-Dec-2002, 05:12 AM
Originally posted by AristiA@Dec 23 2002, 07:11 PM
Only if you kept the table border on it :P
U can just take the entire colour code out of there! (macros) and if u want u can remove the entire .mainbg line in the style sheet
I may try this soon. :)