RootsWeb.com Mailing Lists
Total: 5/5
    1. [FreeHelp] Placement of objects on web page
    2. David & Susan Ryder
    3. 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

    05/20/2011 04:25:46
    1. Re: [FreeHelp] Placement of objects on web page
    2. Rod Dav4is
    3. Hi, putting a < br clear=all> at the bottom of your page would force all floating objects to be placed before the break. -R. On 2011-05-20 10: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 > sage -- Regards, Rod Dav4is / P.O. Box 118 / Hyde Park, NY 12538 / USA Little Nine Partners Historical Society Trustee, Webmaster, Lifetime Member http://www.rootsweb.ancestry.com/~nylnphs/ Personal website: Genealogy, et Cetera: http://freepages.rootsweb.ancestry.com/~dav4is/

    05/20/2011 07:06:54
    1. Re: [FreeHelp] Placement of objects on web page
    2. lrlaskey
    3. Rod, I am playing with the site using your suggestion. Where do you suggestion placing the code? I put it between the rw footer table and the ending div for the content. I also placed it before the ending content div and got the same results. In Opera it only moves up one line or so. Does it work for you and in what browser? This is not my site but I am curious. Lorrie On 05/20/11 12:06, Rod Dav4is wrote: > < br clear=all>

    05/20/2011 01:28:40
    1. Re: [FreeHelp] Placement of objects on web page
    2. Rod Dav4is
    3. OK some problems with that in some browsers. This seems to work in all, albeit differently in some: < hr style="margin-top:6in"> -R. On 2011-05-20 08:28, lrlaskey wrote: > Rod, > > I am playing with the site using your suggestion. Where do you > suggestion placing the code? I put it between the rw footer table and > the ending div for the content. I also placed it before the ending > content div and got the same results. In Opera it only moves up one line > or so. Does it work for you and in what browser? This is not my site but > I am curious. > > Lorrie > > On 05/20/11 12:06, Rod Dav4is wrote: >> < br clear=all> -- Regards, Rod Dav4is / P.O. Box 118 / Hyde Park, NY 12538 / USA Little Nine Partners Historical Society Trustee, Webmaster, Lifetime Member http://www.rootsweb.ancestry.com/~nylnphs/ Personal website: Genealogy, et Cetera: http://freepages.rootsweb.ancestry.com/~dav4is/

    05/20/2011 01:44:40
    1. Re: [FreeHelp] Placement of objects on web page
    2. Barry Carlson
    3. On Saturday, May 21, 2011 2:25 AM (UTC+12) David wrote:- On my FreePage, http://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. ------------------------- David, There a number of ways to fix the problem of clearing floats, but in your case, and as the floats are contained withing the Rootsweb generated #userContentFP page div, the following will fix the problem in all browsers:- <style type="text/css"> #userContentFP {overflow:hidden; margin-bottom:30px;} </style> You already have test facility for styles in the head of your page, so just add the above style to it. Nothing is done to your content, and the Rootsweb container div is told to do the right thing. Adjust the margin-bottom as required. Barry

    05/21/2011 02:27:53