CSS background issues

Discussion in 'CSS' started by gdh, Dec 14, 2006.

  1. #1
    Hi all:

    This is the first website I've done by hand. I'm not sure what info you will need to help me - if you would be so kind. It works great, as far as I know, in the most popular browsers, except IE6.

    In IE6, my main text area background image gets shoved way down to the lower right and two big strips of the background colors run across the top and left parts of that area, obscuring my text. It looks exactly like this when I open the files in Dreamweaver. I'm inexperienced enough to think it was a glitch in display. But it's a very real problem. Ugh.

    I'm left scratching my head, and am lost.

    I would be eternally grateful if someone can help me out. Just please let me know what files/code I need to upload, and I will do so ASAP.

    Thank you! Site in question is:

    www.gloriahopkins.com

    Gloria
     
    gdh, Dec 14, 2006 IP
  2. Deano

    Deano Sail away with me.

    Messages:
    890
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You'll be glad to know everything looks good on www.gloriahopkins.com in IE7; sorry can't check on IE6.

    Nice art by the way :)
     
    Deano, Dec 14, 2006 IP
  3. gdh

    gdh Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you! I appreciate it very much.
     
    gdh, Dec 14, 2006 IP
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    You need to look at your page in other than 1024×768. Anything much larger or smaller, and the page breaks due to the use of {background-attachment: fixed;}. From #main-text, remove
    
        { background-attachment: fixed;
          background-position: 185px 120px;
        }
    Code (markup):
    cheers,

    gary
     
    kk5st, Dec 14, 2006 IP
  5. gdh

    gdh Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thank you very much Gary! That appears to have done the trick!
    I appreciate your timely response!
     
    gdh, Dec 15, 2006 IP