CSS design question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • crockett
    in a van by the river
    • May 2003
    • 76818

    #1

    CSS design question

    I'm working on a site that is designed using CSS.

    I've never used CSS for the entire design before, only for text links and so on..

    The site will be 100's of pages deep. Will using the same CSS style sheet across all the pages. Will this cause any extra server load or any other issues I may not be aware of?

    I want to use the same CSS style sheet if it doesn't cause any problems, because I can then easily change the color schemes across the entire site just by editing one file. Anyone done this before?
    In November, you can vote for America's next president or its first dictator.
  • Voodoo
    ♥ ♦ ♣ ♠
    • Sep 2002
    • 10600

    #2
    Please rephrase the question.

    "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

    Comment

    • crockett
      in a van by the river
      • May 2003
      • 76818

      #3
      Will using the same CSS style sheet across 100's of pages cause any extra server load or any other issues I may not be aware of?
      In November, you can vote for America's next president or its first dictator.

      Comment

      • Voodoo
        ♥ ♦ ♣ ♠
        • Sep 2002
        • 10600

        #4
        Originally posted by crockett
        Will using the same CSS style sheet across 100's of pages cause any extra server load or any other issues I may not be aware of?
        It should reduce server load if anything, since .css files are cached, after first load, it will be on the client-side.

        "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

        Comment

        • Pipeline Q
          Confirmed User
          • Dec 2004
          • 3891

          #5
          Originally posted by crockett
          I want to use the same CSS style sheet if it doesn't cause any problems, because I can then easily change the color schemes across the entire site just by editing one file.
          That's the entire point of CSS, so of course you won't have a problem.

          Comment

          • crockett
            in a van by the river
            • May 2003
            • 76818

            #6
            Originally posted by Voodoo
            It should reduce server load if anything, since .css files are cached, after first load, it will be on the client-side.
            ok that's what I thought but I wasn't 100%...
            In November, you can vote for America's next president or its first dictator.

            Comment

            Working...