Have a poke around Google for CSS Marquee examples. CSS3 Marquee is a very small jQuery plugin used to simulate the legacy text Marquee effect with support for custom directions, animation speed and pause on hover. Marquee is an effect which is used to scroll some content of an HTML element horizontally or vertically. This a CSS 3D effect for text, it wraps the text with an animation around a box. In order to increase the scroll speed, we have used scrollamount= “35” here in this example. You may also create bouncing text. In the above examples we move the text by changing the values of the translateX() and translateY() functions. The old HTML method of using the