Note: The Rootsweb Mailing Lists will be shut down on April 6, 2023. (More info)
RootsWeb.com Mailing Lists
Total: 2/2
    1. [FreeHelp] Background image
    2. Valerie lirakis via
    3. I wonder if someone could look at my index page and advise me what to do as regards the background image, which appears to conflict with the Rootsweb banner. I haven't run up against this problem before, and think it might be to do with the dimensions (i.e. 140 x 1200 px) rather than a repeating pattern, but don't know how to fix it. http://freepages.genealogy.rootsweb.ancestry.com/~boltongenealogy/index.html Valerie

    03/29/2016 10:17:58
    1. Re: [FreeHelp] Background image
    2. Barry Carlson via
    3. Valerie, The top position of the left and right backgrounds has changed by 8px, and I'm not sure why. In the script at the bottom of the page you will find the following:- if(location.host != "freepages.genealogy.rootsweb.ancestry.com"){topPos = 8;lftOS = 142;rgtOS = wrap+8;}else{topPos = 58;lftOS = 149;rgtOS = wrap+1;}; Carefully remove the above, then replace with the following:- if(location.host != "freepages.genealogy.rootsweb.ancestry.com"){topPos = 0;lftOS = 142;rgtOS = wrap+8;}else{topPos = 50;lftOS = 149;rgtOS = wrap+1;}; You will note that topPos = 8; and topPos = 58; have both been reduced by 8px. Barry ----------------------- On 30/03/2016 04:17, Valerie lirakis via wrote: > I wonder if someone could look at my index page and advise me what to > do as > regards the background image, which appears to conflict with the > Rootsweb > banner. I haven't run up against this problem before, and think it > might be > to do with the dimensions (i.e. 140 x 1200 px) rather than a > repeating > pattern, but don't know how to fix it. > > > http://freepages.genealogy.rootsweb.ancestry.com/~boltongenealogy/index.html > > Valerie

    03/30/2016 03:07:38