Freepages-Help-L Archives
Archiver > Freepages-Help > 2011-02 > 1297326989
From: "Barry Carlson" <>
Subject: Re: [FreeHelp] Distorted Pages
Date: Thu, 10 Feb 2011 21:36:29 +1300
References: <COL104-W32350C350A0F2D32054C9D8BED0@phx.gbl><4D52BE99.3090301@bellsouth.net><377FB1BEC08646DBAA36B7CD7CA046E6@BERT><4D52F4DB.7050506@bellsouth.net>
On Thursday, February 10, 2011 9:11 AM (UTC+13)
Lorrie wrote;
> I'll work on that. Randy fixed the problem with the footer in my page.
> The cause was a conflict between my styles and those of rootsweb, as I
> suspected. Your comments confirm that. Thanks.
>
--------------------
Lorrie
Yes, I noticed that Randy added -
margin:0;
padding:0;
to the #fp_ftr styles.
The bold link text was caused by your generic a:link style, and as mentioned
in an earler email can easily be fixed, e.g.
/* --Links-- */
.container a:link {
font-weight:bold;
}
.container a:visited {
color:purple;
font-weight:bold;
}
The double image probem has come about through some other style that you are
using in a table - somewhere? Don't worry about it, because it revealled an
accidental double style in the footer CSS. The image had been inserted as a
background into the lefthand table cell, and the image had been made
clickable by using -
a {display:block; width:?px; height:?px;}
The styles for the .gif image and the link were then combined. Unfortunately
that meant the image was loaded twice, and the problem was revealled when
another style moved one a few px.
Randy has been sent some updated CSS, and the problems mentioned should soon
be solved.
Barry
This thread:
| Re: [FreeHelp] Distorted Pages by "Barry Carlson" <> |