Wednesday, December 5, 2012

fgk


Make a scrolling image can give a different view than displaying a static picture. Most scrolling image is applied by some blogs that have a list of list in the form of a picture such as banner or get tags from other bloggers. Examples are the following image scrolling.





The movement of each image can be changed either from left to right, bottom to top and vice versa.In addition the speed of each image also can be controlled. Example code for scrolling image is as follows.




<Marquee Direction = " left "onmouseover =" this.stop () "onmouseout =" this.start () "scrollamount =" 2 "width =" 150 "height =" 200 "> <a href = " link to open " target = "_blank"> <img src = " image url "/> </ a> <a href = " link to open "target =" _blank "> <img src =" image url "/> </ a> < / marquee>






Description: Direction of picture movement : can be converted to the up, down and right. Speeds picture movement : can be changed to another number. The higher the value the faster. links to open: a link to be opened when the image is clicked. url image : url pictures you want to display. Note: 1. If you want to add more photos, just copy paste back to the picture 2. These codes can be used in a post entry or at the gadget

No comments:

Post a Comment