473,624 Members | 2,150 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

scrolling images

I'm looking desperatle for a javascript that allow me to show a few
small images scrolling horizzontaly on the screen from right to left.
I'm sure I've seen a lot of time such a script, but now I can't find
it again.
hope someone help me
Jul 23 '05 #1
7 2579
Giuseppe Dini wrote on 08 mei 2004 in comp.lang.javas cript:
I'm looking desperatle for a javascript that allow me to show a few
small images scrolling horizzontaly on the screen from right to left.
I'm sure I've seen a lot of time such a script, but now I can't find
it again.


why javascript?

<marquee direction=left behavior=scroll scrollamount=10 scrolldelay=200 >
<img src="img1.jpg">
<img src="img2.jpg">
<img src="img3.jpg">
.......... etc.
</marquee>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 23 '05 #2
Evertjan. wrote:
why javascript?
<marquee direction=left behavior=scroll scrollamount=10 scrolldelay=200 >


Becuase it is better supported then non-standard psuedo-HTML?

--
David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
Jul 23 '05 #3
"Evertjan." <ex************ **@interxnl.net > writes:
why javascript?

<marquee direction=left behavior=scroll scrollamount=10 scrolldelay=200 >
<img src="img1.jpg">
<img src="img2.jpg">
<img src="img3.jpg">
.......... etc.
</marquee>


Because marquee isn't a valid HTML tag, and isn't supported by all browsers?
/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 23 '05 #4
DU
Evertjan. wrote:
Giuseppe Dini wrote on 08 mei 2004 in comp.lang.javas cript:
I'm looking desperatle for a javascript that allow me to show a few
small images scrolling horizzontaly on the screen from right to left.
I'm sure I've seen a lot of time such a script, but now I can't find
it again.

why javascript?

<marquee direction=left behavior=scroll scrollamount=10 scrolldelay=200 >
<img src="img1.jpg">
<img src="img2.jpg">
<img src="img3.jpg">
.......... etc.
</marquee>


In a few years from now, this might be working in MSIE:

<div style="marquee-style: slide; marquee-direction: left;
marquee-speed: 10px/sec; marquee-repetition: infinite;">
<img src="img1.jpg">
<img src="img2.jpg">
<img src="img3.jpg">
</div>

http://www.w3.org/TR/2002/WD-css3-box-20021024/#marquee

DU
Jul 23 '05 #5
...and for other browsers?

"DU" <dr*******@hotW IPETHISmail.com >
In a few years from now, this might be working in MSIE:

<div style="marquee-style: slide; marquee-direction: left;
marquee-speed: 10px/sec; marquee-repetition: infinite;">
<img src="img1.jpg">
<img src="img2.jpg">
<img src="img3.jpg">
</div>

http://www.w3.org/TR/2002/WD-css3-box-20021024/#marquee

DU

Jul 23 '05 #6
DU wrote on 08 mei 2004 in comp.lang.javas cript:
I wrote:
why javascript?

<marquee direction=left behavior=scroll scrollamount=10 scrolldelay=200 >
<img src="img1.jpg">
<img src="img2.jpg">
<img src="img3.jpg">
.......... etc.
</marquee>


In a few years from now, this might be working in MSIE:

<div style="marquee-style: slide; marquee-direction: left;
marquee-speed: 10px/sec; marquee-repetition: infinite;">
<img src="img1.jpg">
<img src="img2.jpg">
<img src="img3.jpg">
</div>

http://www.w3.org/TR/2002/WD-css3-box-20021024/#marquee


For the time being, try javascript:

<http://devrijehuisarts .org/test/jsmarquee.asp>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 23 '05 #7
Giuseppe Dini wrote:
"DU" <dr*******@hotW IPETHISmail.com >
In a few years from now, this might be working in MSIE: http://www.w3.org/TR/2002/WD-css3-box-20021024/#marquee
..and for other browsers?


They'll probably get support long before Microsoft adds it to IE.

--
David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
Jul 23 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1258
by: Jason Ferguson | last post by:
I have created some simple code to allow me to flip through thumbnail images via "Previous" and "Next" links. The idea is that I can have multiple sets of images that can be scrolled through, via document.images.src. However, the problem is, once the "last" image is reached, the code refuses to go back to the "first" image. Help is appreciated.
12
2723
by: Major Man | last post by:
Hi, I have this .jpg picture that's 700 x 200. What I wanna do is display it on a 300 x 200 window, and have it scroll left and right, back and forth. Can anyone help this newbie? TIA
3
5229
by: Oddball | last post by:
Hello again, I have a problem that I can't seem to find any help for. I'm probably not typing the correct words into goo... *cough*... MSN. I have created a user control which I would like to use as items in a list. The list would display as many of these controls as I wish to add, scrolling as it needs to. I KNOW this functionality exists already in every list you care to mention but I don't know how to go about making a list...
2
1576
by: veera venkata | last post by:
hello, i had two html images tags with scrollbars. if i scroll the one of the image then the second images has to move together along with first one. anyone can help me in that.
1
3881
by: animNotasc3 | last post by:
Hi all actionscripters out there. I'm in the middle of what is now three projects. All call for the same way to look at photos and all have several photos. I have been looking through so many pages and need to find something soon. Here's what it is: I'm trying to pull in images externally from a folder that can continue to be added to and altered. These images then inside of flash need to be loaded into a movie clip that can be...
2
2029
by: gunnuk | last post by:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>WELCOME TO HEMA CREATIVE HOUSE</title> <style type="text/css"> <!-- @import url("css/IDESIGN 1.css"); @import url("css/IDESIGN.2.css"); body {
1
2011
by: can2564 | last post by:
Hi, I'm found a JS to have a series of scrolling images, and have it working. But I would like to add a paragraph below each image that also changes with each specific image. Can this be done? Below is the script. Thanks for your help Can
1
9251
by: lennyc | last post by:
I would like to make a simple auto scroll of images with little user interactioin. It would be images moving horizontally in a continuous loop that stops on mouse over and starts up again on mouse out. I have been able to do this with a tween but it is not smooth. I have found may examples with thumbnails scrolling that click to bigger images etc. but nothing as simple as what I'm looking for. Can anyone point me in the direction of a tutorial...
5
3352
by: deegeorge | last post by:
Hi, I have 500 images.when clicking on one link it need to load this much images.Its loading fine.My requirement is load the image only in the viewable area.when scrolling the scrollbar next images need to loaded to the viewable area, what i need to do Pls help me Its urgent Thanks in advance
0
8236
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8173
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8679
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8621
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8335
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8475
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5563
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2606
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.