473,395 Members | 1,532 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes and contribute your articles to a community of 473,395 developers and data experts.

Simple Image Slider

India777
Hai all,
I feel very happy to share this to all of you. here i share, how to create a image slider using marquee tag? It is simple.

jsfiddle example --> http://jsfiddle.net/Sivaranjani/8p6s2/2/.
Expand|Select|Wrap|Line Numbers
  1. <html>
  2.  <head>
  3.   <title> Photo Gallery </title>  
  4.  </head>
  5.  <body>
  6.   <div id="PhotoGallery" style="width:50px;border:1px solid #000000">
  7.    <marquee scrollamount="2" direction="left">
  8.     <img src="http://w3schools.com/images/colormap_80.gif" width="50px" height="50px" name="Images" />
  9.     <img src="http://img.dinamalar.com/data/thumb/Tamil_News_thumb_489193.jpg" width="50px" height="50px" name="Images" />
  10.     <img src="https://lh3.googleusercontent.com/-CuhhMbx1liA/AAAAAAAAAAI/AAAAAAAAAAA/_pO8TSPiDQU/s27-c/photo.jpg" width="50px" height="50px" name="Images" />
  11.     </marquee>
  12.    </div>
  13.  </body>
  14. </html>
  15.  
  16.  
To know about Marquee tag , study this link -->http://www.htmlmarquee.com
Jun 19 '12 #1
1 54897
Aimee Bailey
197 Expert 100+
I should mention that although some browsers still support this tag for backwards compatibility, it is actually deprecated and usage is advised against by the W3C.

http://en.wikipedia.org/wiki/Marquee_element

Aimee
Jun 20 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: bissatch | last post by:
Hi, I am using the following code to generate images online: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta...
4
by: Michele Petrazzo | last post by:
I want to create a simple image editor (with wxPython) for my application. Now I'm able to zoom, draw with a pen, insert a text into the loaded image, and undo changes (for this I reload the image...
8
by: jim_adams | last post by:
>From a web page, I'd like to show a jpg/gif image that is larger than its frame, and allow a user to pan around by mouse. It shouldn't allow the user to move the frame view out of the image...
2
by: pmud | last post by:
Hi, I am designing a simple ASP.NET web page. I have an image button. What I want to do is: when the cursor is over the image button, a drop down meny should display. This menu should have tabs...
2
by: Maxwell2006 | last post by:
Hi, I am developing a simple image upload asp.net page and I am looking for a simple image processing component to be able to change the image resolution of jpg images and also reduce the...
20
by: fatfatpopo | last post by:
Anyone who understand the codes below, can you please kindly explain to me by adding comments.. thanks in advance // <applet code="ImageSlider" width="400" height="400"></applet> import...
25
by: Gilles Ganault | last post by:
Hello I've been googling for a couple of hours, but still haven't found what I need: - really simple PHP-based image gallery software. Ideally, just a single file that I just drop into a...
2
by: soni2926 | last post by:
hi, can someone guide me as to how to create something like whats on this page: http://www.lancome-usa.com/whatsnew/index.aspx the slider of products on the bottom section, when you click the < >...
3
by: jwidener117 | last post by:
i am well virsed in html and CSS but I am making a new portfolio site for myself and I would like to implement some java for a simple way to display my images, using my links to the left when the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.