Is there a way to save the "Hello" element? Thus, when the user scrolls up or down, the welcome element does not move from its position.
Here is an example: http://jsfiddle.net/VR5P8/
Here is the CSS:
#hello { position: fixed; border: 1px solid #000; height: 100px; width: 100px; background-color: white; }
Here is the wrapper code for the Hello element:
-webkit-transform: translate(394px, 0px);
css css3 css-transforms
jnbdz
source share