CSS for background image

You want to have a background image on the page that stays in its position even when the page is scrolling body {   background-image: url(images/background.jpg);   background-repeat: no-repeat;   background-position: center;   background-attachment: fixed; } Shorthand CSS would be: body {   background:url(images/background.jpg) no-repeat center fixed; } Other solutions, fixing the image a certain distance from a side: body… Continue reading CSS for background image

YouNeedItAll.com – You Need it All for Your Business and Web Sites

Nikolay Gul Personal Page Web Services. If you are looking for: Professional Web Development, Domain Name and Affordable Web Hosting Sale, Joomla and Drupal Content Management System (CMS), Moodle Course Management System (CMS) web developers in Syracuse and CNY, Search Engine Optimization Tools and Tips and Google Map API developer you come to right place!!!… Continue reading YouNeedItAll.com – You Need it All for Your Business and Web Sites

Exit mobile version