TyrionFrost
06-10-2012, 09:36 PM
Hello everyone.
Okay, so I'm trying to use CMotion Image Gallery (http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm) for my website. For whatever reason, it works great up to 14 images, but if I add one more.. the whole thing disappears (on both firefox and chrome).
I've set up an example..
Here is 14 images, the last being "Sleepwalking.jpg" / "Sleepwalkingthumb.jpg"
http://mindfuseproductions.com/testing1.html
As you see.. if it displays for you like it does for me.. it works fine.
Now here is 15 images, one simply added to the end "heavenly.jpg" / "heavenlythumb.jpg".
http://mindfuseproductions.com/testing2.html
For me, on testing2.html, the whole thing is gone.
Here is my gallerystyle.css:
/* Gallery Styles */
#motioncontainer {
/*margin:0 auto; Uncomment this line if you wish to center the gallery on page */
width: 50%; /* Set to gallery width, in px or percentage */
height: 180px; /* Set to gallery height */
}
#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}
#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}
#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}
#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
and this is added to my css on both testing pages:
<style>
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
#motioncontainer #motiongallery {
width: 100%;
}
</style>
Hopefully someone can help. Love the script, but I was hoping to add about 30 images to display my photography on my profile.
Thank you!
-Tyrion
Okay, so I'm trying to use CMotion Image Gallery (http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm) for my website. For whatever reason, it works great up to 14 images, but if I add one more.. the whole thing disappears (on both firefox and chrome).
I've set up an example..
Here is 14 images, the last being "Sleepwalking.jpg" / "Sleepwalkingthumb.jpg"
http://mindfuseproductions.com/testing1.html
As you see.. if it displays for you like it does for me.. it works fine.
Now here is 15 images, one simply added to the end "heavenly.jpg" / "heavenlythumb.jpg".
http://mindfuseproductions.com/testing2.html
For me, on testing2.html, the whole thing is gone.
Here is my gallerystyle.css:
/* Gallery Styles */
#motioncontainer {
/*margin:0 auto; Uncomment this line if you wish to center the gallery on page */
width: 50%; /* Set to gallery width, in px or percentage */
height: 180px; /* Set to gallery height */
}
#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}
#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}
#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}
#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
and this is added to my css on both testing pages:
<style>
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
#motioncontainer #motiongallery {
width: 100%;
}
</style>
Hopefully someone can help. Love the script, but I was hoping to add about 30 images to display my photography on my profile.
Thank you!
-Tyrion