Results 1 to 2 of 2

Thread: Deleting controller on Simple Gallery

  1. #1
    Join Date
    Oct 2010
    Location
    South London
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Deleting controller on Simple Gallery

    1) Dynamic Drive DHTML Scripts- Simple Controls Gallery

    2) http://www.dynamicdrive.com/dynamici...plegallery.htm

    3) Well I'm completely new to all this. I used to make image sequences fade from one to another in Flash but have discovered there are alternatives.

    I discovered this script but I just can't figure out how to get the controller of it. All I want are the images fading from one to another. I've tried to delete bits of pieces of code but it always gets rid of the main images. In the instructions it says 'setting panel.height to 0' but this makes the images disappear too. Can anyone show me the part of the script to delete? I don't want any control or mouse'over effects.

    Thanks John

  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

    People so often want to edit scripts. Many times what is wanted can be had without that. Which is a good idea should you want help with the script later. If you edit the script now, later it won't be a script anyone is familiar with.

    Anyways, revert to the original script and just put this in the head of the page:

    Code:
    <style type="text/css">
    .navpanellayer {
    	display: none;
    }
    </style>
    or add its rule to an existing stylesheet for the page.
    - John
    ________________________

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

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
  •