Hi all,
I hope I posted this in the right section.
Anyhow, I'm having an issue trying to created a specific HTML table layout.
To help explain, here's a quick "sketch" of what I'm trying to get out of the table:
+-----+-----+-----+
| | | | <- header cells
+-----+-----+-----+
| | | | <- data cells
+-----+-----+-----+
| | | | <- data cells
+-----+-----+-----+
Current, I have it setup where the "data cells" section of the table is a nested table.
Basically, I'm trying to make an "overflow" with the data cells to where it will allow a user to scroll through the data cells without the header cells scrolling with the data cells. I've had no luck thus far
I hope what I'm trying to get across is understandable. Either way, any input is highly appreciated.