I have a problem setting width(s) of each individual column within a table. I have created a Jsfiddle which shows the table and each of it’s columns. I have stated what percentage of width I want for each column, but as you will see when you open up the fiddle, the width of those columns do not match the desired percentages that I have set for each column width.
Are there any visible errors in my code?
Tables columns will size(w) by the content and only slim to the lowest possible width. I’m not sure if there’s a good way to do this with a traditional table.
You may want to try using div’s to construct the table which will give you the ability to use overflow:scroll/hidden properties.