A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: CSS1 Support - Nutscrape

  1. #1
    Senior Member
    Join Date
    Mar 2001
    Posts
    106

    CSS1 Support - Nutscrape

    According to the CSS1 Support Charts, netscape SHOULD understand the following CSS code, but it doesn't. (netscape7.1)
    .imgplacebtm {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    }
    Would you please test that and tell me whats up?

    muchismo gracias!
    Darryl
    ----------------------------------
    http://www.edgedesignstudios.com/
    http://www.edshosting.net/
    ----------------------------------
    SPECS: P42.8 800FSB HT, 512MB, 256MB AGP, StudioMX 2004, Netscape7+, WinXP Pro

  2. #2
    Senior Member
    Join Date
    Mar 2001
    Posts
    106
    Well, i've found out its the background-attachment: fixed; line that causes netscape to freak. IE handles it fine.
    .imgplacebtm {
    background-repeat: no-repeat;
    background-position: center top;
    }
    This code works.

    Anyone wanna chime in with some almighty powerful wisdom to enlighten me as to why?
    Darryl
    ----------------------------------
    http://www.edgedesignstudios.com/
    http://www.edshosting.net/
    ----------------------------------
    SPECS: P42.8 800FSB HT, 512MB, 256MB AGP, StudioMX 2004, Netscape7+, WinXP Pro

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center