Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 04-23-2007, 05:16 PM   #1 (permalink)
Register user
 
Join Date: Mar 2007
Location: Tech Support Forum, Online - Otherwise Brighton, United Kingdom
Posts: 2,186
OS: Dual Booting - Windows XP Home Edition SP2 & Vista Home Premium

My System

Send a message via MSN to Jaymie1989
HTML Marquee Scrolling Pictures With Hyperlinks

Hi i am looking for a HTML code for a marquee scrolling pictures box with hyperlinks. Could some one please tell me how to do this.
Jaymie1989 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 04-23-2007, 07:03 PM   #2 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

Re: HTML Marquee Scrolling Pictures With Hyperlinks

Code:
<marquee scrollamount="3"><a href="link url"><img src="url of image" alt=""></a></marquee>
If you would like to add more pictures, just copy and paste <a href="link url"><img src="url of image" alt=""></a> in between <marquee> and </marquee>. Change the 3 assigned to scrollamount="3" to change the speed of the marquee.

Technical Explanation:
I used the marquee tag which creates a scrolling marquee on your webpage. The scrollamount attribute, as I said before, changes the speed. 2 or 3 is a good value for that. I then used the <a href=""></a> tag to create the hyperlink. I placed the <img> tag in between the hyperlink tag to make it link to another page. Confusing, I know. Just keep practicing!
__________________
Nice music blog

Nvu || Notepad++ || Apache || PHP || Keep TSF Alive

"The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-24-2007, 01:01 PM   #3 (permalink)
Register user
 
Join Date: Mar 2007
Location: Tech Support Forum, Online - Otherwise Brighton, United Kingdom
Posts: 2,186
OS: Dual Booting - Windows XP Home Edition SP2 & Vista Home Premium

My System

Send a message via MSN to Jaymie1989
Re: HTML Marquee Scrolling Pictures With Hyperlinks

Works PERFECT thanks very much, can you recomend and good HTML pages with or without javascripts?
Jaymie1989 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-24-2007, 03:29 PM   #4 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

Re: HTML Marquee Scrolling Pictures With Hyperlinks

I'm sorry, what exactly do you mean? Do you want a pre-created site?
__________________
Nice music blog

Nvu || Notepad++ || Apache || PHP || Keep TSF Alive

"The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-26-2007, 04:49 AM   #5 (permalink)
Register user
 
Join Date: Mar 2007
Location: Tech Support Forum, Online - Otherwise Brighton, United Kingdom
Posts: 2,186
OS: Dual Booting - Windows XP Home Edition SP2 & Vista Home Premium

My System

Send a message via MSN to Jaymie1989
Re: HTML Marquee Scrolling Pictures With Hyperlinks

No Sorry. I was just wondering if you know any website with free html and/or java script codes that i might find helpful.
Jaymie1989 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-26-2007, 02:34 PM   #6 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

Re: HTML Marquee Scrolling Pictures With Hyperlinks

Oh, sorry. Check out Dynamic Drive.
__________________
Nice music blog

Nvu || Notepad++ || Apache || PHP || Keep TSF Alive

"The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-16-2008, 11:36 AM   #7 (permalink)
Registered User
 
Join Date: Mar 2008
Posts: 2
OS: XP


Re: HTML Marquee Scrolling Pictures With Hyperlinks

Hey there...What do you must to do with "link url"?? I know for "url of image" but i don't know for "link url" Help please!!
Ales656 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-16-2008, 01:23 PM   #8 (permalink)
Registered User
 
Join Date: Mar 2008
Posts: 18
OS: Vista 64-Bit

My System

Re: HTML Marquee Scrolling Pictures With Hyperlinks

where you want the image to link to when clicked
Dunhamzzz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-17-2008, 07:05 AM   #9 (permalink)
Registered User
 
Join Date: Mar 2008
Posts: 2
OS: XP


Re: HTML Marquee Scrolling Pictures With Hyperlinks

And i don't want to do this? I mean..if i don't want to make it clickable?
Ales656 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-21-2008, 08:22 AM   #10 (permalink)
Registered User
 
Join Date: Oct 2007
Location: Alabama
Posts: 245
OS: 2003 server

My System

Re: HTML Marquee Scrolling Pictures With Hyperlinks

Here is a way to marquee pictures:
PHP Code:
<marquee scrollamount="10" scrolldelay="10" ONMOUSEOVER="this.stop();" ONMOUSEOUT="this.start();">
<
a href="http://somesite.com"><img border=0 src="someimage.img"></a>
</
marquee
If you already have the images in place and the links working, then just insert the marquee code:

PHP Code:
<marquee align=center direction=left scrollamount="10" scrolldelay="10" ONMOUSEOVER="this.stop();" ONMOUSEOUT="this.start();">

</
marquee
The marquee will stop when the mouse moves over the marquee and start when the mouse moves away.

Here is a page with an example: http://ags131.mooo.com/?url=test
Backup: http://75.104.220.150/?url=test
__________________
Adam
http://img75.imageshack.us/img75/2327/fh2wy7.jpg
Join the TSF Team for the Folding@Home Project. Team number 85015.
ags131 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-04-2009, 02:36 PM   #11 (permalink)
Registered User
 
Join Date: Mar 2009
Posts: 1
OS: OSX 10.5.6


Re: HTML Marquee Scrolling Pictures With Hyperlinks

Quote:
Originally Posted by ags131 View Post
Here is a way to marquee pictures:
PHP Code:
<marquee scrollamount="10" scrolldelay="10" ONMOUSEOVER="this.stop();" ONMOUSEOUT="this.start();">
<
a href="http://somesite.com"><img border=0 src="someimage.img"></a>
</
marquee
If you already have the images in place and the links working, then just insert the marquee code:

PHP Code:
<marquee align=center direction=left scrollamount="10" scrolldelay="10" ONMOUSEOVER="this.stop();" ONMOUSEOUT="this.start();">

</
marquee
The marquee will stop when the mouse moves over the marquee and start when the mouse moves away.

Here is a page with an example: http://ags131.mooo.com/?url=test
Backup: http://75.104.220.150/?url=test
Is there any reason why the code for stop on mouse rollover disappears?
leeeden is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-30-2009, 03:50 PM   #12 (permalink)
Registered User
 
Join Date: Mar 2009
Posts: 2
OS: vista


Re: HTML Marquee Scrolling Pictures With Hyperlinks

Ok... After dusting off all the dust from the grey matter, I'm once again designing a inexpensive website. I cut and pasted the html for scrolling, and it works great. Even got the links to work, and a simple piece of text...
Question 1: I'm trying to make a simple 1 inch tall, page width (variable per user), banner that has my website sponsors and friends links. Some are text only (3 lines tall), while others have text with small images. How do I do that?
Question 2: (this is bad, i think it's alshymers) src="someimage.img" is where? (as in where is the image stored that is being referenced? I'm lost, and don't know where I put away my HTML for Dummies book 10 yrs ago!
Notes: I'm so cheap (it's a not for profit dot org), I'm using MS Publisher to create it, and hosting on godaddy.
THANK YOU IN ADVANCE FOR PUTTING UP WITH MY IGNORANCE! - Jason
racewires is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-30-2009, 03:54 PM   #13 (permalink)
Registered User
 
Join Date: Mar 2009
Posts: 2
OS: vista


Re: HTML Marquee Scrolling Pictures With Hyperlinks

Oh, the website is www.thelastfurlong.org
You can see the list of contributors/supporters on the right side of the page a little ways down. The list has expanded so rapidly in the last week since the site was created, that I want to put it horizontal under the navigation bar. and have it slowly scroll across, but stop when mouseover.
If you wish to critique the site, by all means... I welcome an experts opinion! Thanks again - Jason
racewires is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 01:21 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85