Posted by Jonathan N. Little on 09/06/07 04:02
dorayme wrote:
> In article <d7450$46df6db5$40cba7a8$22987@NAXS.COM>,
> "Jonathan N. Little" <lws4art@centralva.net> wrote:
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
>> "http://www.w3.org/TR/html4/strict.dtd">
>> <html>
>> <head>
>> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
>> <meta http-equiv="content-language" content="en-us">
>>
>> <title>2 column</title>
>>
>> <style type="text/css">
>> table.example { border: 1px solid black; width: 15em; }
>> table.example td { border: 1px solid black; width: 50%; }
>> table.example th.price,
>> table.example td.price { text-align: right; }
>> table.example th.price span { float: left; }
>> </style>
>>
>> </head>
>> <body>
>>
>> <table class="example">
>> <tr><th>Item</th><th class="price"><span>Price</span> $</th></tr>
>> <tr><td>sample1</td><td class="price">0.00</td></tr>
>> <tr><td>sample2</td><td class="price">0.00</td></tr>
>> <tr><td>sample3</td><td class="price">0.00</td></tr>
>> <tr><td>sample4</td><td class="price">0.00</td></tr>
>> </table>
>>
>> </body>
>> </html>
>
> ...except that http://www.spam-free.org.uk/pages/table3.html
> works in MacIE5 while yours does not quite. After all, we all
> know how important it is - if unsure, ask ask AD for trenchant
> remarks on the subject - to make things work well in MacIE.
>
Works In MSIE5.01 on Windows and NN4.6 degrades okay so I would assume
that it degrades gracefully on MacIE5
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|