Re: [css-d] display: table not working as expected

2013-02-07 Thread David Hucklesby
On 2/7/13 3:01 AM, Barney Carroll wrote: [...] So I've used the tabular display CSS to create the visual layout effect without bloating the markup with too much semantically misleading tag soup. However, the elements wrapping pairs of labels and inputs, which I've set to `display: table-row`, a

Re: [css-d] display: table not working as expected

2013-02-07 Thread Barney Carroll
Bizarre! I remember suffering at the hands of fieldsets and legends but this little piece of esoteric insanity somehow got lost along the way. You're right: any other element works fine. Thanks (not least for the splash of colour, which brightened up anotherwise grey day)! On 7 February 2013 12:

Re: [css-d] display: table not working as expected

2013-02-07 Thread Philippe Wittenbergh
Le 7 févr. 2013 à 20:01, Barney Carroll a écrit : > However, the elements wrapping pairs of labels and inputs, which I've set > to `display: table-row`, are not occupying the full width of their parent > `display: table` fieldset. What am I doing wrong? Not much; except one thing: you're applyi