Posted by Cogito on 05/28/05 06:10
On Fri, 27 May 2005 15:49:49 GMT, Jim Scott <mr.jimscott@Xvirgin.net>
wrote:
>> And, if you happen to have a good (and not too complicated) example of
>> a css table it would be of great help.
>
>Here you are.
>It's not mine but was recommended here.
>Use TopStyle Lite to edit it.
>
>table.sample {
> width: 100%;
> height: 100%;
> border-width: 0px 0px 0px 0px;
> border-spacing: 0px 0px;
> border-style: none none none none;
> border-color: gray gray gray gray;
> border-collapse: separate;
> background-color: transparent;
> text-align: center;
> font-size: small;
> font-weight: bold;
>
>}
>table.sample th {
> border-width: 0px 0px 0px 0px;
> padding: 5px 5px 5px 5px;
> border-style: none none none none;
> border-color: gray gray gray gray;
> background-color: transparent;
> -moz-border-radius: 0px 0px 0px 0px;
>}
>table.sample td {
> border-width: 0px 0px 0px 0px;
> padding: 5px 5px 5px 5px;
> border-style: none none none none;
> border-color: gray gray gray gray;
> background-color: transparent;
> -moz-border-radius: 0px 0px 0px 0px;
This does not seem to work.
I need a complete working example to understand how it all fits
together.
[Back to original message]
|