Results 1 to 4 of 4

Thread: Slideshow Left - Text on Right

  1. #1
    Join Date
    Feb 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Slideshow Left - Text on Right

    1) Script Title: Ultimate Fade-in slideshow

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

    3) Describe problem:

    Is there an easy way to have a slide show on the left side of the screen and text on the right side? Do I have to use frames?

    I am relatively new to website design. Thanks.

    Here is the website:
    http://www.droolingdays.com/store/

    I want the text to the right of the babylegs slideshow.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You could use frames, iframes, a table or float(s).
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    jcallen04 (02-20-2008)

  4. #3
    Join Date
    Feb 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Do you know what is wrong with this code?

    <FRAMESET rows="300,300" cols="300,300">

    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    <FRAME src=new fadeshow(fadeimages, 300, 300, 0, 3000, 1)>
    </script>
    <Frame src="/fpdb/images/Theme0/babytext.jpg”>

    </FRAMESET>


    Thank you very much for your help.

  5. #4
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Quote Originally Posted by jcallen04 View Post

    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    <FRAME src=new fadeshow(fadeimages, 300, 300, 0, 3000, 1)>
    </script>
    You should save this as a new html file, so that when you call it should be
    <frame src="newfile.htm"> instead.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  6. The Following User Says Thank You to rangana For This Useful Post:

    jcallen04 (02-20-2008)

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
  •