Table Cell Width Issue
I have a table with 2 rows where i need varying cell width as
Solution 1:to do this with one table you need to introduce more columns and then get the column widths by using to get this to work well across browser you will possibly need to use the
Solution 2:Actually, you can just have each tr set to display:block, and it will allow you to set different column widths for each row. Solution 3:You can use nth:child However it will apply to all rows. This will be relative and not absolute.
|
Post a Comment for "Table Cell Width Issue"