CSS "Cascading Style Sheets" Lessons |
|||
| |
|||
|
|
|||
Css Background Example |
||
| TD {background :#F0DEE5 ;} | ||
TD {background-image : url(professional-css.jpg); |
||
background-repeat : repeat;} |
||
TD {background :#F0DEE5 ; |
||
| background-image : url(professional-css.jpg); |
||
background-repeat : repeat-x;} |
||
TD {background :#F0DEE5 ; |
||
background-image : url(professional-css.jpg); |
||
background-repeat : repeat-y;} |
||
TD {background :#F0DEE5 ; |
||
background-image : url(professional-css.jpg); |
||
background-repeat : no-repeat;} |
||
TD {background :#F0DEE5 ; |
||
background-image : url(professional-css.jpg); |
||
background-repeat : no-repeat; |
||
background-position :center;} |
||
TD {background :#F0DEE5 ; |
||
background-image : url(professional-css.jpg); |
||
background-repeat : no-repeat; |
||
background-position :left;} |
||
TD {background :#F0DEE5 ; |
||
background-image : url(professional-css.jpg); |
||
background-repeat : no-repeat; |
||
background-position :bottom;} |
||
TD {background-color :transparent ; |
||
background-image : url(professional-css.jpg); |
||
background-repeat : no-repeat; |
||
background-position :center;} |
||
body{background-image : url(professional-css.jpg); background-attachment:fixed;} |
||
body{background-image : url(professional-css.jpg); background-attachment:scroll;} |