Question about loading CSS images

Discussion in 'CSS' started by Mojave, Jun 13, 2007.

  1. #1
    I have what might be a dumb question. If I have a CSS file that declares 5 different graphic headers (one for each site section), does each page have to load the 5 headers that are in the global CSS file, meaning, does the load time for one page increase because it's loading the other 4 headers in the background?

    hope that make sense, thanks.
     
    Mojave, Jun 13, 2007 IP
  2. *louie*

    *louie* Peon

    Messages:
    48
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yes they will if is part of the same css file.
    Best create 4 small css files for each header and based on content, querystring, url load the right one.
     
    *louie*, Jun 13, 2007 IP