![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I started out making an application that should have a layout such as the following: table tr td>Categories</td td>SubCategories</td /tr tr td>Categories Management</td /td>SubCategories Management</td /tr /table [snip] Can anyone suggest a CSS alternative that would give me the same layout as the table structure above, and would ensure that the 2nd row of data was always below the Categories and SubCategories? |
#3
| |||
| |||
|
|
I started out making an application that should have a layout such as the following: table tr td>Categories</td td>SubCategories</td /tr tr td>Categories Management</td /td>SubCategories Management</td /tr /table [snip] Can anyone suggest a CSS alternative that would give me the same layout as the table structure above, and would ensure that the 2nd row of data was always below the Categories and SubCategories? |
#4
| |||
| |||
|
|
Peter Foti wrote: I started out making an application that should have a layout such as the following: table tr td>Categories</td td>SubCategories</td /tr tr td>Categories Management</td /td>SubCategories Management</td /tr /table [snip] Can anyone suggest a CSS alternative that would give me the same layout as the table structure above, and would ensure that the 2nd row of data was always below the Categories and SubCategories? Why? Looks like a good case for a table. Is there a reason why tables won't work? |
#5
| |||
| |||
|
|
Well, it's not really tabular data. Perhaps the descriptions I used didn't make that clear. Categories will list a bunch of Categories (as links, except for the "currently selected" category). Subcategories will list a bunch of subcategories for the "currently selected" Category (these will also be links, except for the "currently selected" sub category). A good analogy might be directory listing on the left, and files within that directory on the right. Then below those would be a row containing links or buttons related to the cell above it. |
#6
| |||
| |||
|
|
On Thu, 4 Dec 2003 13:37:28 -0500, "Peter Foti" <peterf (AT) systolicnetworks (DOT) com> wrote: Well, it's not really tabular data. Perhaps the descriptions I used didn't make that clear. Categories will list a bunch of Categories (as links, except for the "currently selected" category). Subcategories will list a bunch of subcategories for the "currently selected" Category (these will also be links, except for the "currently selected" sub category). A good analogy might be directory listing on the left, and files within that directory on the right. Then below those would be a row containing links or buttons related to the cell above it. That still sounds like tabular data |
![]() |
| Thread Tools | |
| Display Modes | |
| |