[css-d] Bullets: Block + inline?

2016-09-16 Thread John J
I have a possible need for bullets at the mobile media break to be arranged in columns of maybe 3 or 4 bullets each; at Desktop, each set of bullets will be vertical (Block) Is there a way to have the chunks of bullets be block within their "chunks" but have the chunks be arranged horizontally? (i

Re: [css-d] Select box not expanding

2016-09-16 Thread Tim Dawson
Thanks, Philippe. In my last attempts I had something which worked in Firefox but not in Codepen (!). I think I then messed up the Codepen demo fairly comprehensively trying to get it to work. I've been on other things these last couple of days, but hope to be back on this soon. Tim On 15/0

Re: [css-d] Bullets: Block + inline?

2016-09-16 Thread Tom Livingston
So on mobile, you will have a long scroll of separate groups of billeted lists but at desktop you want the groups of billeted lists to be side by side? If so, you can float the lists ( < ul > ). Google 'CSS floats'. __ css-discuss