Hi All,
Strictly speaking, the problem I have here it to do with HTML, but as people here have been helpful in the past, I thought I'd see whether anybody had any ideas.
I have a table that is filled with data from a mysql table. There is a header row, then a 'while' loop for filling the table with data.
I would like the header row to remain fixed when I scroll down the rest of the table, and I have managed to achieve this with CSS, but the problem is that the column widths vary depending on the data contained in them, and I can't get the header row columns to reflect the varying widths in the main table.
If anyone has any ideas I would be very grateful
Silas