Posted on: 2/1/2015 8:14:41 PM | Views : 558

hi,
i am using a large background jpeg image on my main welcome page called city1.
the image has been optimized for web and file size is now 180k.  dimensions are 1900 by 1200

there is still a second or 2 before the image shows ? is there any code i can use that will load the
image without the delay?

thank you

css stye sheet with code is below


body {     background: #fff;       background-image: url('city1.jpg');        background-repeat: no-repeat;     background-attachment: fixed;     background-position: center;         background-repeat: no-repeat;     font-size: .80em;     font-family: "Helvetica Neue" , "Lucida Grande" , " ...

Go to the complete details ...