[css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Ray Leventhal
I've a question about the differing ways that 'caption' is displayed given this test case: http://www.swhidesigns.com/test.html css: http://www.swhidesigns.com/styles/test.css In FF (23) and IE (only tested in WinIE7.x) the caption appears as expected and desired. In Safari and therefore in

Re: [css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Gunlaug Sørtun
Ray Leventhal wrote: http://www.swhidesigns.com/test.html How can Safari/Chrome be made to display the caption as expected (as appears in FF/IEWin) table.dl caption { margin: 0; padding: 2em 0 0 3em; } ...gives the same result in IEwin/FF/Op/Safari/Chrome, so obviously WebKit has a problem

Re: [css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread David Laakso
Ray Leventhal wrote: http://www.swhidesigns.com/test.html In FF (23) and IE (only tested in WinIE7.x) the caption appears as expected and desired. In Safari and therefore in Chrome as well, the caption is spaced well above the table to which it is attached. So, my question is: How can

Re: [css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Ray Leventhal
Gunlaug Sørtun wrote: table.dl caption { margin: 0; padding: 2em 0 0 3em; } ...gives the same result in IEwin/FF/Op/Safari/Chrome, so obviously WebKit has a problem with margins on captions. regards Georg As always, Georg, thank you for your insight and answer. I'm a bit

Re: [css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Ray Leventhal
And validate. ___ Roger that, David. The errant /a was left over from the actual page which served as the source of the problem. A simple matter of copy/paste/haste :) -R -- Non scholae sed vitae discimus