On Mar 31, 2007, at 12:17 PM, Doug Niven wrote:

> I hate to ask such a seemingly simple question but I've spent a few  
> hours
> trying to make this work and have run out of ideas.
>
> I'm trying to create table borders inside and out 1px thick, like the
> following:
>
> http://stinkyrat.com/css_borders.html
>
> The above is a graphic done in Photoshop, but I'd like to recreate  
> this in
> CSS.

table {border-collapse:collapse; border: 1px solid lime;}
th, td {border:1px solid lime;}

adjust to colour value to taste.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to