Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Is there a correct or standard way to write your CSS?


abidshahzad4u - 2:57 pm on Jun 11, 2009 (gmt 0)


Saving bandwidth is great.

I organize style sheets in the order as they appear in the page. HTML elements and classes which apply globally at the last. Page structure at the top, classes and elements relating to the particular structure following it and next structure. This makes easy for me working and editing. And also used single property like

background: url() no-repeat top center;

not
background-image:url();
background-position:left top;

etc.


Thread source:: http://www.webmasterworld.com/css/3929989.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com