Email or username:

Password:

Forgot your password?
Gregory

Today's cursed web development discovery: the <colgroup> tag that allows you to specify column sizes of a table only once. Works great for when the topmost row contains spanned columns but you've also specified table-layout: fixed.

On a side note, can't wait for all the Houdini stuff to finally stop battling with browsers' built-in overly complex layout algorithms.

4 comments
Gregory

@yyp I'm using <table> already. To be honest, I don't quite like this whole idea that CSS affects not only the styling but the layout as well, that's the main reason I'm sometimes using tables.

Gregory

@yyp yeah the modern web is a clusterfuck. I wish I could define layout with HTML attributes only, and then use CSS for things like paddings, colors, fonts etc

Go Up