View Single Post
  #9 (permalink)  
Old Mar 18th, 2008, 14:22
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,135
Blog Entries: 2
Thanks: 5
Thanked 38 Times in 35 Posts
Re: horizontal list navigation breaks when load times are slow

Quote:
Originally Posted by moojoo View Post
There is nothing wrong with putting all your CSS in the <head>. One way or another it all gets loaded in.
Quite right. But keeping CSS (and Javascript) in external files means
  1. Separated layout and content (the ideology behind CSS)
  2. Cleaner code - easier to edit
  3. Faster web browsing. Most browsers will cache external files, meaning they only have to be downloaded once.
Reply With Quote