tradmusic.com wrote:
Quote:
Hi,
Is it possible to set a border to only be on the right, bottom and left?
I tried this, but it isn't working:
border: 0px 1px 1px 1px solid #000000;
Any help would be greatly appreciated. Thanks. |
You can't mix that.
It's either
border:1px solid #000000;
or
border-width:0 1px 1px 1px;
border-style:solid;
border-color:black;
You want the second version, which gives you the option of setting
styles per side.
You could also have:
border-width:0 1px 1px 3px;
border-style:solid dashed dotted double;
border-color:red blue black green;
--
Els
http://locusmeus.com/
accessible web design:
http://locusoptimus.com/