Re: [css-d] fluid layout with irregular shapes - what techniques are available for us today ?

2012-05-17 Thread mem
Hello again, Thanks for the feedback. Here is the URL containing the layout : http://www.tiikoni.com/tis/view/?id=a4f3585 I was thinking about: 1) doing some crops on those irregular shapes. 2) make use of background image property. 3) make sure the crops are much more wider in order to accommod

Re: [css-d] fluid layout with irregular shapes - what techniques are available for us today ?

2012-05-17 Thread David Laakso
On Thu, May 17, 2012 at 3:09 PM, mem wrote: What techniques exist that allow us to accommodate the irregular nature of a given layout with a fluid layout choice ? k. regards, mem Most all of us face that situation on a daily basis particularly if the need at-hand is to hit desktop, high-dpi la

[css-d] fluid layout with irregular shapes - what techniques are available for us today ?

2012-05-17 Thread mem
Hello all, I have this irregular layout that needs to be done: --- HEADER HERE --/-_-_--- --~~---/''' FOOTER --- So: /-_-_ and ~'''~ and /''' are fancy things that the layout have. Some of them are curves. Visua

Re: [css-d] Using floats for tables

2012-05-17 Thread Susanne Jäger
Georg wrote: On 15.05.2012 17:36, Yolanda Aguirre wrote: Aside: I see no point in using divs and other elements to simulate table-layout in your case. The content you have in there can easily be classified as _tabular data_, which calls for a proper _HTML TABLE_. But ... what HTML elements yo