Ray Leventhal wrote:
> http://www.swhidesigns.com/test.html
>
>
> In FF (2&3) 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 Safari/Chrome be made to display the caption as expected (as
> appears in FF/IEWin)
>
>
>
> -Ray
>
>
From:
table.dl caption { background: fuchsia /*test*/;
margin: 2em 0 0 3em;
padding:0;
}
To:
table.dl caption {background: fuchsia /*test*/;
padding: 2em 0 0 3em;
margin:0;
}
And validate.
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/