Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- CSS order for text-formatting


Purple_Martin - 2:04 am on Oct 17, 2002 (gmt 0)


Does it matter what order text-formatting stuff is used in CSS? For example, does the order below need reshuffling, or is any order OK?

.foo {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 1.2em;
font-style : italic;
font-weight : bold;
text-decoration : underline;
text-align : right;
}


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