This is a discussion on "[SOLVED] slideshow banner IE -> FF problem" within the JavaScript Forum section. This forum, and the thread "[SOLVED] slideshow banner IE -> FF problem are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] slideshow banner IE -> FF problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Can someone help me why this code ?
it works only in FF, guy who provided me this code said that he can get it working...
if that is question of money just tell me will pay cuz needto fix it very very fast !! |
|
|
|
||||
|
Re: slideshow banner IE -> FF problem
Hi Miob,
That script works for me in FF and IE, how do you have it in your page?
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: slideshow banner IE -> FF problem
|
|
||||
|
Re: slideshow banner IE -> FF problem
Okay,
The script you are using utilizes the DOM but you have no document. You can't just drop that scirpt inside a page. If you create an actual page and put the script in the <body> tags, it will work. eg:
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: slideshow banner IE -> FF problem
|
|
||||
|
Re: slideshow banner IE -> FF problem
Okay, you need to change the script slightly
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: slideshow banner IE -> FF problem
ok i updated that file, as you stated above.
still no scrolling ;-( even FF is not working... |
|
||||
|
Re: slideshow banner IE -> FF problem
Okay, that's because you've copied the code straight from this thread and there are line breaks in the middle of javascript statements. I have attached the file to this thread.
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: slideshow banner IE -> FF problem
uploaded your html to server
http://www.autobazar.eu/banners/facal.html it's weird i think it was working on my local pc, but on the server it isn't anyway, you're very helpful, thanx Last edited by miob; Oct 8th, 2007 at 14:30. |
|
||||
|
Re: slideshow banner IE -> FF problem
Okay, it works on your computer as load time is much faster.
Try the attached which has a delay before the script tries executing anything. Cheers,
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: slideshow banner IE -> FF problem
AWESOME !
finallly get it working... i have idea what about preloading script for banners ? cuz it takes some time till it gets scrolling.. i need to do it fast as is possible cuz it's ads tell me pls what number i can test lower... and is that possible to put ads from left: 0px, not from the end on the right.. thanx Last edited by miob; Oct 8th, 2007 at 16:30. |
|
||||
|
Re: slideshow banner IE -> FF problem
Okay, this should do what you want.
Have attached to post.
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: slideshow banner IE -> FF problem
Awesome
http://autobazar.eu/sk/b.html can i have those ads with padding 3px, i'm not sure where to put that for saving space once again thanx |
|
||||
|
Re: slideshow banner IE -> FF problem
Put this under the title tag in the html
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: slideshow banner IE -> FF problem
yeah looks better, and please tell me how to add padding after all ads, when is turning next round there is no space.
|
|
||||
|
Re: slideshow banner IE -> FF problem
Okay that's because there is no padding on the marquee divs themselves
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: slideshow banner IE -> FF problem
|
|
||||
|
Re: slideshow banner IE -> FF problem
try
[code] <style type="text/css"> .banner { margin: 3px; } </style>
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] AJAX slideshow | marSoul | JavaScript Forum | 2 | Jan 9th, 2008 15:19 |
| [SOLVED] Page title banner that scales | bscenefilms | Web Page Design | 14 | Dec 2nd, 2007 15:41 |
| [SOLVED] Slideshow in flash problem! PLEASE HELP! | crackafaza | Flash & Multimedia Forum | 7 | Nov 20th, 2007 12:41 |
| Flash Slideshow Problem in Firefox & Netscape | tachacha | Flash & Multimedia Forum | 2 | Sep 6th, 2006 02:13 |
| odd slideshow problem (fine in IE, not in Mozilla) | jono | JavaScript Forum | 7 | Mar 17th, 2005 08:42 |