Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Horizontal script & Rollover Image help!
Old 08-28-2009, 12:54 PM Horizontal script & Rollover Image help!
Junior Talker

Posts: 3
Name: Jiwen
Trades: 0
Hi guys,
First time posting here. I've ran into some problem while trying to craft a new web for myself.
Basically, I'm trying to get my horizontal scrolling to work with rollover images.
Without rollover images, the buttons worked perfectly fine.

But once I added Rollover Image into it, it doesn't scroll anymore.
It beats me where the heck is the problem and I've been looking @ it the whole day.

Would really appreciate it if someone can help me solve the problem.

Thanks in advance!!

(first 2 are the html files. last one is the javascript. I tried linking the link 1 to 7 and it works without the rollover image. But i need to get it to work with the rolloverimages.)
Attached Files
File Type: txt dede (without rollover img).txt (8.2 KB, 1 views)
File Type: txt dede (with rollover img).txt (9.2 KB, 2 views)
File Type: txt horizontinyscrolling.txt (8.8 KB, 2 views)

Last edited by scapetist; 08-28-2009 at 01:00 PM..
scapetist is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-29-2009, 02:34 PM Re: Horizontal script & Rollover Image help!
logic ali's Avatar
Super Talker

Posts: 104
Trades: 0
It's the usual problem of conflicting onload handlers.
Comment-out the following in the scrolling script;
Code:
/*****
window.onload = function() {
    HtinyScrolling.init(); scrollTips.init();
    }
*****/
Then add the statements to the onload handler in the body tag
Code:
<body onload="MM_preloadImages('2.gif');HtinyScrolling.init();scrollTips.init();"
logic ali is offline
Reply With Quote
View Public Profile
 
Old 08-30-2009, 04:43 AM Re: Horizontal script & Rollover Image help!
Junior Talker

Posts: 3
Name: Jiwen
Trades: 0
hey, thanks alot for it man~
you saved my assignment.....
scapetist is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Horizontal script & Rollover Image help!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11617 seconds with 13 queries