![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How do I create two vertical lines to separate three column-sections in a page? I was thinking of creating a table with three columns, but borders would result in five vertical lines (borders on the outside, too), instead of just three. |
#3
| |||
| |||
|
|
How do I create two vertical lines to separate three column-sections in a page? |
#4
| |||
| |||
|
|
.oO(HB Hedden) How do I create two vertical lines to separate three column-sections in a page? table {border-collapse: collapse; border: hidden} table td {border-left: 1px solid #000} or td {border-left: 1px solid #000} td:first-child {border: none} The latter won't work in IE (no support for pseudo-elements like :first- child). HTH Micha |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Thanks, Nadia, it worked! Actually, I'm such a newbie that I'd never even applied styles before now! But I figured it out (with a little help from the book "Dreamweaver MX the Missing Manual). But I wouldn't have known to use styles without your suggestion. I didn't find anything under "vertical lines" in the index. |
#7
| |||
| |||
|
|
I tried this and i can't get it to work. grr.. |
#8
| |||
| |||
|
|
Retro...nice... Anyways, it works for me. Sounds like some things in CSS are not yet universal?? |
![]() |
| Thread Tools | |
| Display Modes | |
| |