Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   Quick and simple CSS question on borders (http://www.greenguysboard.com/board/showthread.php?t=55733)

HowlingWulf 2009-12-16 05:00 PM

Quick and simple CSS question on borders
 
Well this *should* be simple... for someone.

I'm trying to set a wrapper class with a 20px left/right blue border, but it's not working. Can anyone spot the issue?

Code:


The test page is http://www.howling-wulf.com/test.htm

cd34 2009-12-16 05:03 PM

border-style:solid;

HowlingWulf 2009-12-16 05:13 PM

Argh I thought that was the default. Thanks cd

Maj. Stress 2009-12-16 05:52 PM

You can put each border in one line of code:

border-right: 1px solid #ffdb00;
border-left: 1px solid #ffdb00;


All times are GMT -4. The time now is 07:55 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc