Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-24-2006, 02:45 PM   PM User | #1
nadeeshan
New to the CF scene

 
Join Date: Dec 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
nadeeshan is an unknown quantity at this point
Question could i fix this java script (image scroll) ff browser error

I found a specific cording,which create an animation for a sequence of pictures.It is very much succesfull with "IE" & "Avant" browsers.but... it doesn't work properly in ff 2.0.0.1 ,opera ...etc
If there is any 1 help 2 solve this i'll be glad togreat fully present my heartiest thanks to him/her .pls b kind enough 2 send your solutions.thank u

http://himidiriya.com/slide/index.htm
nadeeshan is offline   Reply With Quote
Old 12-24-2006, 10:58 PM   PM User | #2
j9ine
New Coder

 
Join Date: Nov 2006
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
j9ine is an unknown quantity at this point
The problem is in the css. Just replace the existing stylesheet with the one below and it should work in both IE and FF.
Code:
<style type="text/css">
#divScroller1 {position:static; overflow:hidden; z-index:0; top:0; width:100%; height:240px; clip:rect(240px, 240px, 240px, 240px); visibility:visible;}
.dynPage {position:relative; z-index:0; top:0; width:100%; visibility:visible; padding-left:0px; font-family:arial,helvetica,sans-serif; text-align:justify; font-size:10px; line-height:8px; color:silver;}
#arrows1 {position:static;}
#arrows2 {position:static;}
#links1 {position:static;padding-bottom:3px; }
#links2 {position:static;padding-bottom:3px; }
#links3 {position:static;padding-bottom:3px; }
</style>
j9ine is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 05:06 AM.


Advertisement
Log in to turn off these ads.