PDA

View Full Version : Category Header 3d Effect


Lady Ginasue
10-21-2003, 04:00 AM
Somewhere I saw a thread that had the code on how to do the 3d effect in the category header box. If anyone knows where that thread is could they please point me to it.

jluerken
10-24-2003, 08:09 AM
I do not know exactly what you're searching for but this CSS code will create a 3D effect if added to the category CSS section in the admincp

border-top: 1px #yourcolor inset;
border-bottom: 1px #yourcolor inset;
border-left: 1px #yourcolor inset;
border-right: 1px #yourcolor inset;

Give it a try :-)

Tony G
10-25-2003, 07:25 AM
Or do you mean a gradient tube-like image?