Freepages-Help-L Archives

Archiver > Freepages-Help > 2011-05 > 1305887366


From: lrlaskey <>
Subject: Re: [FreeHelp] Placement of objects on web page
Date: Fri, 20 May 2011 05:29:26 -0500
References: <2525709EC2354A129B5D915A7E1A5C4D@Susan>
In-Reply-To: <2525709EC2354A129B5D915A7E1A5C4D@Susan>


David,

The reason the boxes are displaying over the bottom rw banner is because
the divs .upperleft, .upperright, .lowerleft and .lowerright are floated
and positioned as relative. To fix the problem, add the following to
your css file but check it at http://browsershots.org/ to be sure. There
may be browser specific issues.

Lorrie

.upperleft, .upperright, .lowerright, .lowerleft {position:static;}
#userContentFP {overflow:auto;}




On 05/20/11 09:25, David & Susan Ryder wrote:
> Listers,
> I appreciate the tone on this list, that makes a novice like me comfortable in asking for help.
> On my FreePage, freepages.genealogy.rootsweb.com/~ryderancestors/, I have 4 boxes on the index.html page for the 4 principal surnames in my and my wife’s ancestry. They are placed as I want them in IE 8, Firefox 4, Chrome and Safari, but the bottom two boxes overlap the bottom RootsWeb banner. I don’t know how to fix that.
>
> Thanks,
> David
>
> -------------------------------
> To unsubscribe from the list, please send an email to with the word 'unsubscribe' without the quotes in the subject and the body of the message


This thread: