View Full Version : Gradients in Forum Title/header


Codeman05
11th January 2004, 07:44 PM
I've seen a few sites that have gradients in the forum headers...actually I just noticed that this site does it also...How is this done in VB3???

Thanks for the help!

kennethj
12th January 2004, 12:52 AM
I've seen a few sites that have gradients in the forum headers...actually I just noticed that this site does it also...How is this done in VB3???

Thanks for the help!
i am assuming your talking about the 'Category Strips' where the forum title is??

which ever where ever its basicly the same - vB3 out of the box has them
from the 'Category Strips' css background - class is thead

#869BBF url(images/gradients/gradient_tcat.gif) repeat-x top left

Codeman05
12th January 2004, 01:09 AM
i am assuming your talking about the 'Category Strips' where the forum title is??

which ever where ever its basicly the same - vB3 out of the box has them
from the 'Category Strips' css background - class is thead

#869BBF url(images/gradients/gradient_tcat.gif) repeat-x top left

Yep thats what I meant. Perfect, thanks!

CyberSpatium
12th January 2004, 04:05 AM
been wondering about this myself, thanks.