For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > January 2007 > Re: [PEAR] HTML_QuickForm_Renderer_Tableless - generated output contains









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PEAR] HTML_QuickForm_Renderer_Tableless - generated output contains
Massimiliano Arione

2007-01-19, 8:01 am

Raphaël Gertz wrote:
> Anyway the ul/li system makes appear lot of trouble :
> - Rendering under ie6 become a mine field (it's already hard) but with list
> element it's close to impossible to have a correct rendering. Because ie just
> add come text-indent to li that I have been unable to remove easily.


How about CSS with 0 margin-padding? It's not so difficult...

> - the code becomes heavy for nothing.


How a "<li>...</li>" could be heavy compared to "<div>...</div>"? It's 2
chars less!

> - the dom tree become a hell for nothing


Why? You have the same name of elements, they just are lis instead of divs.

> - etc...


Tell us more.

--
Massimiliano Arione

http://garakkio.altervista.org
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com