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

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rating: Thread Rating: 17 votes, 4.00 average.
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-27-2006, 05:05 PM   PM User | #61
matd
New to the CF scene

 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
matd is an unknown quantity at this point
Question More options for link_attr ?

Hi,

Please would it be possible to have more options for link_attr?

I'd personally like to be able to set options such as :

leftmargin=0,topmargin=0,marginheight=0,marginwidth=0

I'd like to pop up larger images of the image that's been clicked but having set the dimensions of the _blank window to the size of the image its not showing all of it because of the default window margins, can anyone tell me where i can add or change the code so that i can control this please?
matd is offline   Reply With Quote
Old 03-13-2006, 09:57 AM   PM User | #62
matrix2223
New to the CF scene

 
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
matrix2223 is an unknown quantity at this point
Exclamation need help

Ok I was wondering how I could set an image to behind the carousel say like a box.gif or whatever.gif I have tried several different ways to do this but I seem to not be able to figure it out. Can someone please help me with this.

Thank you in advance
matrix2223 is offline   Reply With Quote
Old 04-06-2006, 07:09 PM   PM User | #63
zar888
New to the CF scene

 
Join Date: Apr 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
zar888 is an unknown quantity at this point
Can you modify this script where you display say 3 or 4 images horizontally at once then carousel vertically? This way you always display the next 3 or 4 images when it carousels?

In the same manner, you display vertically say, 3 images at once then carousel horizontally displaying the next 3 images?

thanks in advance!
zar888 is offline   Reply With Quote
Old 04-20-2006, 06:58 PM   PM User | #64
marknc
New to the CF scene

 
Join Date: Apr 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
marknc is an unknown quantity at this point
named anchor not working

I have posted this twice as I wasn't sure I was in the right place.

I have the script running with 14 unique id's each id being a different subject. What I would like to do is use a named anchor to go straight to a specific subject within the script from another page. A regular html named anchor does not work. Can anyone suggest a way that I can do this? Hope my explanation is clear.
Mark
marknc is offline   Reply With Quote
Old 05-25-2006, 06:54 AM   PM User | #65
jab
New to the CF scene

 
Join Date: May 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
jab is an unknown quantity at this point
help

Im new at this script business, im trying to learn. I think the Carousel is great. Im trying to center the Carousel. I've tried many different things. Could someone please help.
Thanks
here's the link
http://setlist.jarmblues.com
also
http://madonna.jarmblues.com
jab is offline   Reply With Quote
Old 07-11-2006, 05:53 AM   PM User | #66
ajdyka
New to the CF scene

 
Join Date: Jul 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ajdyka is an unknown quantity at this point
Macintosh

This looks like a great alternative to creating a flash file

The only glitch I can find is that it doesn't work in Safari, where as Firefox in OSX displays fine.

I've tested the original carousel (http://www.dynamicdrive.com/dynamicindex14/carousel.htm) which works fine in both broswers ...

Any thoughts?

Thanks.

A.J.
ajdyka is offline   Reply With Quote
Old 08-22-2006, 04:34 PM   PM User | #67
pampaisd
New to the CF scene

 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
pampaisd is an unknown quantity at this point
Does Carousel II Work With Safari?

Hi,
Carousell I seems to work with Safari, but version II doesn't for me and others. Is there a fix that you can tell me of?

Everyone loves the effect on our school's homepage...except for some Mac users with Safari...;-) Thanks for any help...Lee
pampaisd is offline   Reply With Quote
Old 10-08-2006, 04:06 AM   PM User | #68
jsaint
New to the CF scene

 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jsaint is an unknown quantity at this point
I am having trouble getting the original carousel to work as I think I understand it to work, including what appears to be a broken link behind the carousel on the left side and being unable to get the links to work.

Can you please take a look at the script and tell me what I have incorrect?

The Carousel script is on my Home Page of my web site, which is broken into two frames -- header and body. The Home Page is in the body section

http://www.halorealty.com

Any suggestions?

Thank you.
jsaint is offline   Reply With Quote
Old 10-08-2006, 09:36 AM   PM User | #69
yiannist
New to the CF scene

 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
yiannist is an unknown quantity at this point
sound included on mouseover also,Please

great job Harry and even greater the support from you and the users of the carusel.

We have a non profit canary club in greece.
I used the script here http://www.waterslager.gr/

and here http://www.waterslager.gr/forum/
(I am still waiting for the photos of the rest of the members(51) so i can include them on the left carusel.)

and I am very satisfied.

My request:
As you can see here http://www.waterslager.gr/worthy.htm

I am using a script to have sound on mouseover on this yellow links and if pushed they download a different file.

I found it here http://javascriptkit.com/script/script2/soundlink.shtml it is free and belong to FPMC(person)

We plan to build another site for wild birds and I am trying for days to inlude the sound in the carusel using ideas of both scripts.
absolutely failure I admit I dont know java.
I will be greatfull for any help.
yiannist is offline   Reply With Quote
Old 11-06-2006, 02:06 AM   PM User | #70
Shotster
New to the CF scene

 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Shotster is an unknown quantity at this point
Safari Fix

Quote:
Originally Posted by pampaisd View Post
Hi,
Carousell I seems to work with Safari, but version II doesn't for me and others. Is there a fix that you can tell me of?

Everyone loves the effect on our school's homepage...except for some Mac users with Safari...;-) Thanks for any help...Lee
Change the line in the script that reads...
var img=new Image();
...to...
var img = document.createElement('img');
...and it will work in Safari as well.


---
Steve
Shotster is offline   Reply With Quote
Old 01-17-2007, 06:29 PM   PM User | #71
Angelstar860
New to the CF scene

 
Join Date: Jan 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Angelstar860 is an unknown quantity at this point
I need help in putting your code corousel2 into my website: http//:impressdesign.home.att.net
If you go to my site you'll have a better idea of what I'm trying to do.

When I put the code in my front page I can only see the frame of the movement (just boxes w X no pics) when in preview mode.
I can see your pics when I'm connected to internet.

I also dont know how to insert my pictures. I'd like to see my info on top as body and carousel under showing the images the way you have them but rotating with about 20 slides and larger view. I'd like for each button link to have it's own individual (different) slide show without going into another blank page or thumbnails.

I am truly a dummy at this, but your slide show is the best I've seen that would truly fit well with my theme.

Thanks for any response

Last edited by Angelstar860; 01-17-2007 at 06:33 PM.. Reason: my actual name
Angelstar860 is offline   Reply With Quote
Old 01-21-2007, 05:44 PM   PM User | #72
MadMonkeyMan
New to the CF scene

 
Join Date: Jan 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
MadMonkeyMan is an unknown quantity at this point
Clik on opens new window

Hi

Does any one know how to make this so when clickOn opens in same window?

regards
Morten
MadMonkeyMan is offline   Reply With Quote
Old 01-28-2007, 06:28 PM   PM User | #73
codingmasta
New Coder

 
Join Date: Dec 2006
Location: Bahrain
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
codingmasta has a little shameless behaviour in the past
......nice
codingmasta is offline   Reply With Quote
Old 01-30-2007, 06:22 PM   PM User | #74
JulieBInOhio
New to the CF scene

 
Join Date: Jan 2007
Location: Somewhere, Ohio
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
JulieBInOhio is an unknown quantity at this point
Hi ya all, am very new here, like today new, lol, But I have a question about a slideshow. I absolutely know this is going in the wrong forum, but have yet to work my way around here to know anything as of yet. I just seen the Author's name, and that he had posted here, sooo, hoping someone can look at this, lol

I'm using this code, first::: http://www.dynamicdrive.com/dynamici.../carousel2.htm

I've tested it in Firefox, I don't seem to have a problem in Opera, but for some reason, it will not show in IE. I'm not using the newer version of IE, the IE7, but have had someone using that browser look at it, and they can't see it either.

Any ideas?

Thanks bunches,
JulieBInOhio is offline   Reply With Quote
Old 01-31-2007, 02:45 PM   PM User | #75
Ancora
Banned

 
Join Date: Oct 2005
Location: I'm in GMT -5
Posts: 314
Thanks: 0
Thanked 1 Time in 1 Post
Ancora is on a distinguished road
Julie:

Please check your private messages.
Ancora 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 Off
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:46 AM.


Advertisement
Log in to turn off these ads.