Computer problems,Computer help
*AX SOFT>>>Programming & Design

What about CSS file size?


Does 30ko is too big for a css file size?
The file includes all my website properties.
What limit do you recommend me?

30KB is pretty large.
Try to separate your stylesheets into sections, and only make the browser call them when it's needed (e.g., only call the "search" stylesheet when a user performs a search) if possible.

Other than that, try to optimize your stylesheet by using shorthand values.

border-left-width: 1px;
border-left-color: #000;
border-left-style: solid;

becomes

border-left: 1px solid #000;

Check the source link below for a nice optimizer. Don't overwrite your original stylesheet in case it breaks it though!
Good luck!

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • How do i do this in ms word?(#ing the pages?)?

    Go to Insert, and Page Numbering. Another window will come up and you pick how you want the pages numbered. At the bottom, top, right hand side or left.

    ...
  • I'm looking for the website that help me to learn better abuot c++...?

    just check these link i google c++ tutorials and results:442,000

    ...
  • Graphic Designers: Illustrator VS In Design?!?

    Hey! You are mastering the graphic design tri-fecta. The rule i go by is Illustrator for cartoons/illustrations/vecter work, photoshop for photos/web/multi combo documents, and indesign for text la...

  • How to check if PHP was installed properly?

    First, how exactly did you install these? Did you use the MSI installers? If so, that should have configured everything for you properly. Also, I notice that you didn't get Apache from the ...

  • Write a SUB procedure in QBasic?

    public sub Dollar(quarter as int, dime as int, nickel as int, penny as int, Dollars as single) Dollars = (quarter * 25) + (dime * 10) + (nickel * 5) + penny dollars = dollars /100 end sub

    ...
  • How can I get started with programming?

    Alright, fresh blood. God I miss those days when I was reading through all of the beginner books and tutorials to figure out how to program. Personally I started out with python (See links below)...

  • What sorce did this come from?

    If it's from a digital camera, you can tell very easily. Almost all digital cameras (and camera phones) will append the 'Camera Model' detail to the file. Right-click on the image, g...

  • C programming simple question?

    I'm not sure I understand your question... if you have variables a, b and c, just pass them into your method like this : findRoots(a, b, c); That can't really be your question can ...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster