Preserved Topic: dynamic vertical line (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 04-03-2002 09:09
How would i make a vertical line (left and right of a table) dynamic? What i mean is: There is dynamic content (different on each page and every page is using the same layout (table). Now i don't want to make the tables a fixed height b/c of content BUT the vertical lines would be nice. CSS is (to my knowledge) out of the question as i would like to use the line in a cell because it should not be the full height of the table... |
Maniac (V) Inmate From: under the bed |
posted 04-03-2002 14:46
CSS is not out of the question at all - in fact it may be your best option. |
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 04-04-2002 00:31
Thanx DL, I'm almost there! But how do i combine these styles for those td's that stretch over the whole width (the ones that should have a line both left and right) ??? |
Maniac (V) Inmate From: under the bed |
posted 04-04-2002 00:38
.leftright {border-left: #fff 1px solid; border-right: #fff 1px solid;} |