Re: [PHP] Re: CSS & tables

2009-05-18 Thread Benjamin Hawkes-Lewis
On 18/5/09 14:20, Al wrote: It appears this thread has neglected to mention the "display" property values that emulate table elements, e.g., table-row, table-cell, etc. It's mentioned them at least twice. As in: where *.cell{display:table-cell}. Thus, one can make a complete table without on

Re: [PHP] Re: CSS & tables

2009-05-18 Thread Al
Paul M Foster wrote: On Mon, May 18, 2009 at 09:20:56AM -0400, Al wrote: PJ wrote: I know of no better place to ask. This may not be strictly a PHP issue, but... I am busting my hump trying to format rather large input pages with CSS and trying to avoid tables; but it looks to me like I am

Re: [PHP] Re: CSS & tables

2009-05-18 Thread Paul M Foster
On Mon, May 18, 2009 at 09:20:56AM -0400, Al wrote: > > > PJ wrote: >> I know of no better place to ask. This may not be strictly a PHP issue, >> but... >> I am busting my hump trying to format rather large input pages with CSS >> and trying to avoid tables; but it looks to me like I am wasting my

[PHP] Re: CSS & tables

2009-05-18 Thread Al
PJ wrote: I know of no better place to ask. This may not be strictly a PHP issue, but... I am busting my hump trying to format rather large input pages with CSS and trying to avoid tables; but it looks to me like I am wasting my time as positioning with CSS seems an impossibly tortuous exercise

Re: [PHP] Re: CSS & tables

2009-05-17 Thread Daniele Grillenzoni
On 17/05/2009 20.51, tedd wrote: At 8:08 PM +0200 5/15/09, Daniele Grillenzoni wrote: Most of the IE bugs are due to floating and clearing, once you have learned to master overflow: auto and display: inline, you're good to go. Just don't get insane about trying to achieve pixel perfect in netsc

[PHP] Re: CSS & tables

2009-05-17 Thread tedd
At 8:08 PM +0200 5/15/09, Daniele Grillenzoni wrote: Most of the IE bugs are due to floating and clearing, once you have learned to master overflow: auto and display: inline, you're good to go. Just don't get insane about trying to achieve pixel perfect in netscape4. Good to go -- only for

[PHP] Re: CSS & tables

2009-05-16 Thread Daniele Grillenzoni
On 15/05/2009 19.25, PJ wrote: I know of no better place to ask. This may not be strictly a PHP issue, but... I am busting my hump trying to format rather large input pages with CSS and trying to avoid tables; but it looks to me like I am wasting my time as positioning with CSS seems an impossibl

[PHP] Re: CSS & tables

2009-05-15 Thread Al
PJ wrote: I know of no better place to ask. This may not be strictly a PHP issue, but... I am busting my hump trying to format rather large input pages with CSS and trying to avoid tables; but it looks to me like I am wasting my time as positioning with CSS seems an impossibly tortuous exercise