Posts

Showing posts from June 1, 2015

Scroll to bottom of image when mouse over

1. Css Code <style type="text/css">             .image-bg {                 margin:0;                 padding:0;                 background-image: url("landingpage_07.jpg");                 background-repeat: no-repeat;                 display: inline-block;                 height: 344px;                 padding-top: 31px;                 position: relative;                 width: 457px;   ...