Results 1 to 3 of 3

Thread: Simple HTML help pls

  1. #1
    Intimate Member
    Join Date
    Jul 2000
    Location
    Elberton, Georgia
    Posts
    5,330

    Simple HTML help pls

    <HTML>
    <HEAD><TITLE>The XXXXXXXXXXXX</TITLE>
    <META NAME="keywords" CONTENT="">
    <META NAME="description" CONTENT="genealogy, north carolina,georgia,south carolina,florida,alabama">
    <META NAME="author" CONTENT="Rob">
    </HEAD>
    <BODY
    BGCOLOR="#FFFFFF"
    TEXT="#330099"
    LINK="#3300FF"
    VLINK="#990099"
    TOPMARGIN=1
    LEFTMARGIN=1
    MARGINWIDTH=1
    MARGINHEIGHT=1
    BGPROPERTIES="FIXED"
    BACKGROUND="sambg8.jpg">

    </font></pre></CENTER></BODY>
    </HTML>

    At my genealogy website, this page displays perfectly for Internet Explorer...i.e., the background image "stays put" while the researcher scrolls down the page.

    With access by Firefox, the background image follows the researcher as he/she scrolls..repeating itself over and over.

    Anyone have the proper coding that will permit the background image to stay stationary for both IE and Mozilla users?..

    Thanks,
    Rob
    http://www.geocities.com/bovon/chancey3.html

  2. #2
    Mod w/ an attitude Sterling_Aug's Avatar
    Join Date
    Jun 1999
    Location
    Schuylkill Haven, PA 1797
    Posts
    12,786
    What version of Firefox are you running?

    The page looks fine to me on Firefox 3.0.1

  3. #3
    Intimate Member
    Join Date
    Jul 2000
    Location
    Elberton, Georgia
    Posts
    5,330
    Thanks Sterling_Aug...

    Running ver. 3.0.1

    Got a PM that said to do the following:

    (in part)

    <META NAME="author" CONTENT="Rob xxx">
    <style>
    body {
    background-color: #FFFFFF;
    background-image: url(sambg8.jpg);
    background-attachment: fixed }
    </style>

    </HEAD>
    <BODY
    BGCOLOR="#FFFFFF"
    TEXT="#330099"
    LINK="#3300FF"
    VLINK="#990099"
    TOPMARGIN=1
    LEFTMARGIN=1
    MARGINWIDTH=1
    MARGINHEIGHT=1
    BGPROPERTIES="FIXED"
    BACKGROUND="sambg8.jpg">

    Seems to work great now with both IE and FireFox...

    Thanks a lot sir, I do appreciate the help..

    Rob

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •