![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
the HTML: table class="monkey" your data /table the CSS: .monkey td {border-bottom: 1px solid #666;} -Darrel |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
.monkey td {border: solid #666; border-width: 0px 0px 1px;} .monkey .topbanana td {border-width: 1px 0px;} |
#6
| |||
| |||
|
|
On Wed, 30 Jun 2004 18:00:55 -0700, Josh Johnson josh.johnson (AT) nospam (DOT) sun.com> wrote: .monkey td {border: solid #666; border-width: 0px 0px 1px;} .monkey .topbanana td {border-width: 1px 0px;} How about: .monkey{border-collapse:collapse} .monkey td{border: solid #666; border-width: 1px 0;} table class="monkey" |
| Gary |
#7
| |||
| |||
|
|
To be more anal about it... ;-) html: table class="monkey" tr class="topbanana" td /td /tr other tr's of data /table |
#8
| |||
| |||
|
|
.monkey{border-collapse:collapse} .monkey td{border: solid #666; border-width: 1px 0;} table class="monkey" I don't think so.... .monkey td{border-bottom: solid #666666; border-width: 1px 0;} Perhaps? |
#9
| |||
| |||
|
|
On Thu, 01 Jul 2004 09:10:08 -0400, Mick White mwhite13 (AT) BOGUSrochester (DOT) rr.com> wrote: .monkey{border-collapse:collapse} .monkey td{border: solid #666; border-width: 1px 0;} table class="monkey" I don't think so.... .monkey td{border-bottom: solid #666666; border-width: 1px 0;} Perhaps? Why that? The border-collapse will prevent duplicating the border. At least it works for me on Windows browsers. |
| Gary |
#10
| |||
| |||
|
|
Not on Mac Safari and IE.... |
|
And do you want a vertical border? |
![]() |
| Thread Tools | |
| Display Modes | |
| |