/* Browser specific (not valid) styles to make preformatted text wrap */Reference and more information:
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
http://www.w3.org/TR/css3-text/#white-space
http://www.w3.org/TR/CSS21/text.html
http://users.tkk.fi/~tkarvine/pre-wrap-css3-mozilla-opera-ie.html
No comments:
Post a Comment