PDA

View Full Version : Table border gradient


Nintendo-Daily
04-18-2009, 11:19 PM
I currently have a border (as shown in image) but I was wondering how I would make it a gradient, like here in vBulletin.org.

notrious
04-19-2009, 12:26 AM
look in style sheet right beside t border option .. and change .. color code with pic..

hope that's gonna help..

Nintendo-Daily
04-19-2009, 12:35 AM
Can you explain that a bit more please? Here's what I am looking at:

https://vborg.vbsupport.ru/external/2009/04/18.png

notrious
04-19-2009, 12:50 AM
.tborder{background:#485E85 url(https://vborg.vbsupport.ru/images/cstyle/blue/header.jpg) repeat-x}

Make sure to save your setting (codes) before making any change

Try come thing like this .. BTW vb.org isnt using grad t border its theme.

Nintendo-Daily
04-19-2009, 12:53 AM
Thanks. Where exactly do I add that? In the "Additional CSS Definitions" area?

notrious
04-19-2009, 01:00 AM
background: #D1D1E1;
color: #000000;
border-top: 1px solid #2e6987;
border-left: 1px solid #2e6987;
border-bottom: 2px solid #101010;
border-right: 2px solid #101010;

Replace with

background: #D1D1E1;
color: #000000;
border-top: 1px solid #2e6987;
border-left: 1px solid #006699 url(images/nintendotwo/back.jpg)
border-bottom: 2px solid #101010;
border-right: 2px solid #006699 url(images/nintendotwo/back.jpg)

and see if it works...

or if you want to get rid of border then simply remove border..
by changing 1px to 0

Nintendo-Daily
04-19-2009, 01:06 AM
I copied that into the Extra CSS Attributes area and it doesn't appear to change anything.

notrious
04-19-2009, 01:37 AM
well not with Extra CSS Attributes area just with sheet in table border.

Nintendo-Daily
04-19-2009, 01:43 AM
But the Extra CSS Attributes area was the only place I saw that had the above:

background: #D1D1E1;
color: #000000;
border-top: 1px solid #2e6987;
border-left: 1px solid #2e6987;
border-bottom: 2px solid #101010;
border-right: 2px solid #101010;

so I replaced it with what you gave me. Am I supposed to put it somewhere else like in a template or something?

notrious
04-19-2009, 01:47 AM
also change it t border place which screen sht you sent before...

Nintendo-Daily
04-19-2009, 01:50 AM
it won't let me change anything there.

notrious
04-19-2009, 01:58 AM
Why ?

Nintendo-Daily
04-19-2009, 02:01 AM
Why ?

You're talking about on the bottom left of the screenshot I posted right? Where it says CSS "Selector: tborder?"