css question

Out of context: Reply #3

  • Started
  • Last post
  • 7 Responses
  • g3kk0k1d0

    warning: prolly wont work.

    load the header with the css

    then load the images into a javascript array

    so they are loading at the same time but only the css background image is loaded to the screen

    have a javascript delay until all the images have finished downloading, then assign the downloaded images to there correct positions (using another delay if needed)

    you might need change the html tags of the images so they are easily sequence to loop i.e. name=img1 rather than a unique name

View thread