Results 1 to 9 of 9

Thread: Background image is repeated

  1. #1
    Join Date
    May 2008
    Posts
    33

    Background image is repeated

    In this site (made by myself and still working on it), the background image is repeated. See how messed it looks because of this. Works in Safari and Firefox, but is completely mad in IE. Why is this happening?
    Last edited by Yogesh; 22-10-2008 at 02:20 PM. Reason: External link removed

  2. #2
    Join Date
    Jan 2008
    Posts
    644
    Background-repeat! no-repeat
    Somewhere maybe? Where it is!

  3. #3
    Join Date
    May 2008
    Posts
    33
    I have tried something now, but it still appears. How it appears in IE?

  4. #4
    Join Date
    May 2008
    Posts
    518
    You must have it to where you put your background.
    In other words. It did not help.

  5. #5
    Join Date
    Apr 2008
    Posts
    1,948
    Its something that you need to do in code level probably.

    Maybe this,
    Code:
    <html> 
    <head> 
    
    <style type="text/css"> 
    body 
    ( 
    background-image: url ( 'dinbaggrund.jpg'); 
    background-repeat: no-repeat 
    ) 
    </ style> 
    
    </ head> 
    
    <body> 
    </ body> 
    </ html>

  6. #6
    Join Date
    May 2008
    Posts
    33
    Quote Originally Posted by Isaac1 View Post
    You must have it to where you put your background.
    In other words. It did not help.
    I have two background images in the table top, so it's probably not the body?

  7. #7
    Join Date
    May 2008
    Posts
    33
    Quote Originally Posted by Praetor View Post
    Its something that you need to do in code level probably.

    Maybe this,
    Code:
    <html> 
    <head> 
    
    <style type="text/css"> 
    body 
    ( 
    background-image: url ( 'dinbaggrund.jpg'); 
    background-repeat: no-repeat 
    ) 
    </ style> 
    
    </ head> 
    
    <body> 
    </ body> 
    </ html>
    Dont know this type of coding but still tried to work on it. And now...there is also something with some strange sort of highlights in the white box at the top right

  8. #8
    Join Date
    Apr 2008
    Posts
    1,948
    Edit and type this,
    style = "background-repeat: no-repeat;"

  9. #9
    Join Date
    May 2008
    Posts
    33
    Hey, now see it displayed properly in IE7

Similar Threads

  1. How to set different background image for HTC Incredible S
    By Purujeet in forum Portable Devices
    Replies: 6
    Last Post: 29-11-2011, 10:54 PM
  2. Background image for xdm
    By Maya Angelou in forum Windows Software
    Replies: 4
    Last Post: 22-04-2010, 10:04 AM
  3. TD background image
    By Chrisch in forum Software Development
    Replies: 3
    Last Post: 18-11-2009, 01:06 PM
  4. Centering Background Image In Css
    By beelow in forum Software Development
    Replies: 3
    Last Post: 07-08-2009, 01:19 PM
  5. Background image on a site
    By Conner in forum Software Development
    Replies: 4
    Last Post: 27-02-2009, 11:33 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,029,092.01310 seconds with 17 queries