|
background images and patterns for css web design אוסף הרקעים האולטימטיבי לעיצוב דפי אינטרנט |
Top Nine Background Patterns and Textures for web design ava7 bgpatterns Squidfingers Pixel Patterns Every day icons bgmaker The Inspiration Gallery Pattern Cooler dinpattern Tartan Designer beeex how to use background in the style section: <style>
body{
background: url(images/bg_image.gif) no-repeat top center;
or
background: url(images/bg_image.gif) repeat;
or
background: url(images/bg_image.gif) repeat-x;
or
background: url(images/bg_image.gif) repeat-y;
}
</style>
|