|
Posted by Barbara de Zoete on 09/27/29 11:17
On Sun, 29 May 2005 13:31:46 GMT, Cogito <nospam@nospam.nospam> wrote:
> On Sun, 29 May 2005 10:58:47 +0100, Steve Pugh <steve@pugh.net> wrote:
>
>> Because you decided to call one of your stylesheets table.css. The
>> styles in table.css style your HTML tables, they do not create any CSS
>> tables - do you see any display: table; or similar styles in there? I
>> don't.
>
>
> The truth to be said, I have no idea what a css table is.
Should have read the other posts in this thread too. Than you would have known
by now.
> If this is not a css
> table, can you please show me a simple example of a css table with two
> columns and two rows?
>
<ul style="display:table;">
<li style="display:table-row;">
<ul>
<li style="display:table-cell;">
length
</li>
<li style="display:table-cell;">
width
</li>
</ul>
</li>
<li style="display:table-row;">
<ul>
<li style="display:table-cell;">
a mile
</li>
<li style="display:table-cell;">
and a half
</li>
</ul>
</li>
</ul>
or perhaps
<div style="display:table;">
<div style="display:table-row;">
<div style="display:table-cell;">
length
</div>
<div style="dispaly:table-cell;">
width
</div>
</div>
<div style="display:table-row;">
<div style="display:table-cell;">
a mile
</div>
<div style="dispaly:table-cell;">
and a half
</div>
</div>
</div>
The idea is that you can take anything and make it look like a table.
--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
Navigation:
[Reply to this message]
|