html - Table <colgroup> min-max-width ignored -


having http://jsfiddle.net/ihtus/ecu4x/

for 1st column:

min-width: 100px; max-width: 200px; 

but if minimize browser window, 1st column width getting less 100px.

need have col widths in range 100-200px. workaround?

tried remove

table-layout:fixed; 

from table style, , seems make col have min-width...

http://jsfiddle.net/ihtus/mggz9/


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

The canvas has been tainted by cross-origin data in chrome only -