- From: Keith Rubow <krubow@micro-aide.com>
- Date: Thu, 14 Jan 2010 09:14:53 -0800
- To: www-amaya@w3.org
- Message-ID: <4B4F510D.60807@micro-aide.com>
Fixing "marign" seemed to have no noticeable effect. However, there was
also the following error:
#footer
{
clear: both;
background: #387A9B;
color: #fff;
padding: 5px 3%;
text-align: right;
display inline
Which should have been:
#footer
{
clear: both;
background: #387A9B;
color: #fff;
padding: 5px 3%;
text-align: right;
display inline;
}
This fixes the positioning of the footer, but does not fix the
background rendering.
Keith Rubow
Lists at SE wrote:
> I note:
>
> h2, h3
> {
> marign-top: 0;
> }
>
>
> Don't know whether it's relevant.
>
>
> BoRiS
>
>
> On 2010-01-13 10:17, Walter S. Heath wrote:
>> Hi,
>> I have attached a set of files for a simple example three column with
>> header and footer page that I copied from book:
>>
>> Sams Teach Yourself CSS
>> ISBN: 0-672-32745-7
>> page: 201
>>
>> It renders fine on Firefox and Internet Explorer but has a problem on
>> the Amaya browser. I am running Amaya 11.3 (Dec 2 2009) and Firefox
>> 3.0.17 -- and an old Windows XP version(?) of Internet Explorer.
>>
>> I am just learning Amaya, so the problem may be mine.
>>
>> I spent forty years writing software (MIT Lincoln Lab) and understand
>> that software is grown (like a tree) not built (like a house), so I
>> understand the difficulty of creating a program of this complexity.
>>
>> Amaya looks like a great program. Thanks for making it available!
>>
>> Walter S. Heath
>>
>>
Received on Thursday, 14 January 2010 17:15:28 UTC