bazz
03-08-2005, 02:29 PM
I want this
border-top : 0;
border-left : 4px double #000;
border-right : 4px double #000;
border-bottom : 0;
I have succeeded slightly differently before with,
border : 2px solid #000; but that gives a border all the way around.
How do I get a border on only, the left and right with the smallest anount of CSS?
Bazz
border-top : 0;
border-left : 4px double #000;
border-right : 4px double #000;
border-bottom : 0;
I have succeeded slightly differently before with,
border : 2px solid #000; but that gives a border all the way around.
How do I get a border on only, the left and right with the smallest anount of CSS?
Bazz