background image is repeating in IE8 after writing the code background:no-repeat

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PrabodhanP
    New Member
    • Apr 2009
    • 14

    background image is repeating in IE8 after writing the code background:no-repeat

    Here is my page link


    In the bottom for footer image I have written the css code as -
    Code:
    .bottom{
    background:url(images/Bottom_2.jpg); background-repeat:no-repeat; background-attachment:fixed; width:1275px;height /**/ : 136px; margin-left:-10px;padding-left:100px; padding-top:20px; azimuth:center;
    }
    ...still the image in bottom gets repeated in IE8
    Last edited by Niheel; Mar 1 '11, 06:53 AM.
  • JKing
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    Were you able to fix this? I cannot see this issue when viewing the link provided in IE8.

    Comment

    • PrabodhanP
      New Member
      • Apr 2009
      • 14

      #3
      Yeah ! Problem got solved . I just missed some closing div tags. Thank you.

      Comment

      Working...