Results 1 to 5 of 5

Thread: CMotion Image Gallery II

  1. #1
    Join Date
    Jul 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CMotion Image Gallery II

    1) Script Title:
    CMotion Image Gallery II

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...ongallery2.htm

    3) Describe problem:
    i really love this script but i want to use it in a different manner.
    i want to make a text instead of the images..i tried to change the code but i didn't find it..

    Please somebody can help me!!
    thanks
    Last edited by riadh; 07-09-2010 at 08:45 AM.

  2. #2
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    
    <head>
      <title></title>
    <link rel="stylesheet" href="http://www.dynamicdrive.com/dynamicindex4/gallerystyle2.css" />
    
    <script type="text/javascript" src="http://www.dynamicdrive.com/dynamicindex4/motiongallery2.js">
    
    /***********************************************
    * CMotion Image Gallery II- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * Visit http://www.dynamicDrive.com for source code
    * Modified by jscheuer1 for vertical orientation, at http://www.dynamicDrive.com/forums
    ***********************************************/
    
    </script>
    </head>
    
    <body>
    <div style="overflow:hidden;">
    <div id="motioncontainer" style="width:150px; height:300px; overflow:hidden; position: relative;">
    <div id="motiongallery" style="position:absolute; left:0; top:0;">
    
    <!--Gallery Contents below-->
    
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    Text <br />
    <!--End Gallery Contents-->
    
    </div>
    </div>
    </div>
    </body>
    
    </html>
    Vic
    God Loves You and will never love you less.
    http://www.vicsjavascripts.org/Home.htm
    If my post has been useful please donate to http://www.operationsmile.org.uk/

  3. #3
    Join Date
    Jul 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank u for you trying but i already tried and the script didn't work....

    Any other suggestion please...

  4. #4
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    The code that Vic has provided works very well indeed. You can see a demo of it HERE
    There must be some other error in the way you are implementing the code. If you post a link to your site someone may be able to help find the error.

  5. #5
    Join Date
    Jul 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank u i found the mistake

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •