On Thu, Jan 21, 2016 at 10:44 AM, Karl DeSaulniers <k...@designdrumm.com> wrote:
> You can also use a UL and LIs to emulate a table.
> If you know your audience is going to be on a browser that handles display: 
> table it works best.

Good idea. I'm mostly just looking to gather a few good, quick to
implement with low overhead, solutions.

> You can try your hand at a inline-block fall back, but it can get frustrating 
> with all the different browsers and how they handle stuff.
> ... <snip> ...
> Also, like that the LIs act like table cells and you can manipulate them and 
> their spacing easily to create gutters. Even utilize the vertical-align 
> directive like a table cell... lol.

Interesting! Great points and advice. :)

You know, you just reminded me of this project:

<http://firedev.com/nanogrid/>

He's not using LIs (and just display: table on the rows), but is that
kinda what you're suggesting?

Heck, I think nanogrid is almost what I'm after. I totally forgot that
I starred that repo on GitHub several months ago. I'm gonna have to
look back into the interesting source code:

<https://github.com/firedev/nanogrid/blob/gh-pages/nanogrid.sass>

> This isn't an example for your question per se, but I think it still applies. 
> You can use any one of these to create your own cols.
> http://designdrumm.com/inline-elements.html

Oooh, that looks like a cool experiment! Thanks for sharing ... I'm
dissecting it now.

Thanks for the help Karl, I really appreciate it!

Cheers,
M
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to