Sign in to your account



This field is required


forgot your password?


New to the site? Create an account →

CSS3 Column Styles - Don’t Bother

tcr! · Feb 16, 2013 at 9:40 am

I had high hopes for at least the CSS3 Column styles being supported by the major and latest browsers. After an hour or two though, my hopes have shriveled to the don’t bother point.

These guys have fairly good support so I was off to a good start:

column-count: 2;
column-gap: 5px;
column-width: 50%;

The column-break-before: always sometimes works and sometimes doesn’t. Maybe I didn’t measure the secret sauce ingredients to properly bake the render.

And the one that can really help you “design” your page, Firefox gives up and completely ignores it: column-span: all. Internet Explorer 9 and below ignore the whole lot.

I’ll just ignore them, pretend like they don’t exist and revisit the styles and rules in a couple of years. In the meantime, I’ll happily carry on with float:left|right and width:49%.

PS— Gecko and Webkit need their vendor prefixes for most (and maybe all) rules to work. Love it.

#webdev #devhell

Add a comment

It’d be better if you signed in before commenting


Post



Latest articles for #devhell

Jun 6th, 2019 at 11:47:17 am

Jun 6th, 2019 at 11:47:17 am

Jun 6, 2019 at 11:47 am

The function/method MUST return the number of bytes written.Why? I’m…

Developer laments, a Cobain quote, and more!

Developer laments, a Cobain quote, and more!

Jan 10, 2019 at 12:46 pm

Being a dork web developer who: loves code is forced to use WordPress…

Phone number optionally required

Phone number optionally required

Dec 1, 2018 at 12:05 pm

Good one Google. 🙄 #devhell #google

Aug 20th, 2018 at 3:16:17 pm

Aug 20th, 2018 at 3:16:17 pm

Aug 20, 2018 at 3:16 pm

Writing a valid, functional, and strict MySQL regular expression for…