Re: [css-d] CSS Tables and colspan

2012-06-14 Thread Philippe Wittenbergh
Le 14 juin 2012 à 16:19, Markus Ernst a écrit : > I was not aware of the fact that HTML table elements can also be turned into > block elements via CSS Yes, one can do that. It is a bit quirky in IE 8 and 9 (the elements don't really loose their 'tableness'), but that can be worked around by a

Re: [css-d] CSS Tables and colspan

2012-06-14 Thread Markus Ernst
Am 14.06.2012 03:33 schrieb Philippe Wittenbergh: Why don't you keep it as an html table, and then change the display value of table, tbody, tr, td, etc to 'block' within a media query ? Merci Philippe! I was not aware of the fact that HTML table elements can also be turned into block element

Re: [css-d] CSS Tables and colspan

2012-06-13 Thread Rod Castello
On 6/13/12, Markus Ernst wrote: > Hello > > I am not sure if this message has got through the technical problems, so > I take the liberty to send it again - I apologize for the case it worked > and just nobody had an answer. > > I have a form, which I put in a layout table: > > > > First

Re: [css-d] CSS Tables and colspan

2012-06-13 Thread Philippe Wittenbergh
Le 14 juin 2012 à 04:25, Markus Ernst a écrit : > I have a form, which I put in a layout table: > > ... > > In order to make it responsive, I changed it to s, and applied CSS > display:table-* declarations. > > ... > > div { display:table } > div div { display:table-row } > div div div { dis

[css-d] CSS Tables and colspan

2012-06-13 Thread Markus Ernst
Hello I am not sure if this message has got through the technical problems, so I take the liberty to send it again - I apologize for the case it worked and just nobody had an answer. I have a form, which I put in a layout table: First section of the form: Mylabel

[css-d] CSS Tables and colspan

2012-06-11 Thread Markus Ernst
Hello First, thanks to the css-d makers for your efforts to get this great list back online! To my question. I have a form, which I put in a layout table: First section of the form: Mylabel ... (more label/input pairs) Other section, quite long title