T
Tim W
I am doing a page atm and I want to have short sections of content
arranged in columns across the page. Like this,
http://cheesetoast.co.uk/demos/responsive.html
or like this four column version
http://fourcowfarm.com/
Probably I will use two tiers of three columns. All the widths on the
page are in % (with max & min) so that it can be viewed at different widths.
I looked excitedly under Columns in my html5 manual until I read that
columns are not supported by ie . That's the end of that then.
Currently on my prototype I have an elaborate system of three floated
'section' elements which seems to work but when I look at it this
morning it troubles me as maybe not robust.
The fourcowsfarm site seems to use an 'ul' with each section as a 'li'.
I don't relish having to grapple with that.
I could use a table. But it isn't tabular data.
So that's four approaches, none of them obviously 'correct' and I don't
have the experience to know which one might be best. Do you blokes have
any worthwhile opinions ?
Tim W
arranged in columns across the page. Like this,
http://cheesetoast.co.uk/demos/responsive.html
or like this four column version
http://fourcowfarm.com/
Probably I will use two tiers of three columns. All the widths on the
page are in % (with max & min) so that it can be viewed at different widths.
I looked excitedly under Columns in my html5 manual until I read that
columns are not supported by ie . That's the end of that then.
Currently on my prototype I have an elaborate system of three floated
'section' elements which seems to work but when I look at it this
morning it troubles me as maybe not robust.
The fourcowsfarm site seems to use an 'ul' with each section as a 'li'.
I don't relish having to grapple with that.
I could use a table. But it isn't tabular data.
So that's four approaches, none of them obviously 'correct' and I don't
have the experience to know which one might be best. Do you blokes have
any worthwhile opinions ?
Tim W