DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   JavaScript / DHTML / AJAX (http://www.daniweb.com/forums/forum117.html)
-   -   scrolling images (http://www.daniweb.com/forums/thread81138.html)

geoffi Jun 16th, 2007 4:20 am
Re: scrolling images
 
Hi
I am looking for a scrolling solution for a site - I want to have images scrolling on the screen from when the page downloads and then offer the ability to show an enlarged pic by mousing over a thumb nail.

I am being told this is not possible as you can't track the relavite position of a pic when it is scrolling in this manner.

Can anyone help and tell me if this is correct or do you think it can be done?

Cerberus Jun 16th, 2007 4:07 pm
Re: scrolling images
 
I don't know if you can do it but it might be possible to display images using the <marquee> tags and maybe hyperlink them to some kind of popup window.

MidiMagic Jun 19th, 2007 3:44 am
Re: scrolling images
 
Marquee doesn't work on all browsers. It is nonstandard and deprecated.

bapu435 Aug 3rd, 2007 4:11 am
Re: scrolling images
 
<marquee behavior="alternate" onmouseover ="stop()" onmouseout ="start()">
<img/><img/>
</marquee>
this will work fo rscrolling images

MidiMagic Aug 3rd, 2007 6:01 am
Re: scrolling images
 
The marquee tag does not work on any browser except Internet Explorer. It's one of Microsift's nonstandard features.

It is not part of any W3C doctype. Your page will not validate if you use it.

Do not use it.

maruszka Mar 1st, 2008 11:57 am
Re: scrolling images
 
It works on Firefox and Safari as well. On pc an Mac.


All times are GMT -4. The time now is 8:16 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC