CSS |
CSS :
1 HTML- ;
2 ( );
3 ;
4 , ;
5 ;
6 (, ..).
web- , :
1 ( ), , , :
) .
*.CSS, HTML-. :
<style type="text/css" media="screen">@import url(/styles/screen.css);</style>
) .
CSS HTML-: <style type="text/css" media="screen">.style {font-family: Verdana,sans-serif}</style>
) , STYLE :
<p style="font-weight:bold">
2 .
( OPERA) , CSS- . .
3 .
« », HTML .
. !important, . , , . , -.
CSS3 «box-sizing», , «content-box» , «border-box» — IE. Mozilla, CSS3, «-moz-box-sizing». , ( ) — «padding-box», , , .
(X)HTML- (DOCTYPE). . , « » (quirks-mode) W3C, . web- IE6: XHTML 1.0 Transitional, (<?xml version="1.0"?> ), quirks-mode, , . , .
CSS « », . , , . , , 20%-30%, . , ?
P { color: #336699; border-style : solid; border-width : 1px; border-color : #ff0000; font-weight : bold; line-height : 1.3em; margin-bottom : .7em; margin-left : .4em; margin-right : 1.3em; margin-top : .7em; border-color: #c06565; } |
P { |
web- « » , , . : ... CSS. CSS-. , «» , . , .
:
/* */
{ width: 100px; padding: 10px; border:10px; }
/* IE */
* html { width: 140px; padding: 10px; border:10px; }
, , Microsoft, Opera 5 Netscape 4 . , Netscape @import, Opera — . , . , , — , . CSS- www.dithered.com/css_filters/css_only.
Microsoft: . ( — Conditional Comments), «» Internet Explorer 5.x
<!--[if IE 5]>
<link rel="stylesheet" type="text/css" href="css/IE5.css" />
<![endif]-->
, , Javascript . , , .
CSS printer-friendly . , , «none» display;. , , , . , ( -) — . . , , — .
( ), . , Microsoft Office.
. , , , ( /), . . — . , , , .
. — Mozilla ( , Gecko — Firefox, Netscape, Camino .), , float. , . , , . , : float «none» .
, «CSS. Going to Print» A List Apart. : , , URL ( ?). — CSS2. URL . Mozilla Netscape 6.x.
a:link:after, a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
, , ( ) . , ( !) www.webmacson.com. , , ... , . :). , , WebTV, . , , RGB, — , .
: | |