Formatting Slideshow Thumbnails

I am trying to get a row of thumnails to display on 2 rows using a ul class, but for some reason there are spaces between the thumbnails & they wrap onto 3 rows. 
I've tried changing paddings, margins, etc., all via a css rule, but it doesn't seem to apply.  What is a method of changing the spacing between images in an unordered list? 
Here is a screen shot showing two images that go onto a 3rd row.  The container is 800px wide & the images are 85px, so 9 of them should fit. 
And the html:
            <div class="picture-slides-container">
<ul class="picture-slides-thumbnails">
<a href="IMAGES/LARGE/Image1.jpg"><img src="IMAGES/THUMB/Image1.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image2.jpg"><img src="IMAGES/THUMB/Image2.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image3.jpg"><img src="IMAGES/THUMB/Image3.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image4.jpg"><img src="IMAGES/THUMB/Image4.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image5.jpg"><img src="IMAGES/THUMB/Image5.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image6.jpg"><img src="IMAGES/THUMB/Image6.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image7.jpg"><img src="IMAGES/THUMB/Image7.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image8.jpg"><img src="IMAGES/THUMB/Image8.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image9.jpg"><img src="IMAGES/THUMB/Image9.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image10.jpg"><img src="IMAGES/THUMB/Image10.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image11.jpg"><img src="IMAGES/THUMB/Image11.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image12.jpg"><img src="IMAGES/THUMB/Image12.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image13.jpg"><img src="IMAGES/THUMB/Image13.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image14.jpg"><img src="IMAGES/THUMB/Image14.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image15.jpg"><img src="IMAGES/THUMB/Image15.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image16.jpg"><img src="IMAGES/THUMB/Image16.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image17.jpg"><img src="IMAGES/THUMB/Image17.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image18.jpg"><img src="IMAGES/THUMB/Image18.jpg" width="85" height="55" /></a>
</ul>
and the css rule:
.picture-slides-container {
width: 800px;
padding:0px;
.picture-slides-thumbnails {
width: 800px;
float:left;
padding:0px;
margin-top:5px;
margin-left:0px;
Thanks

So I think it has something to do with tables...here is the code from where the table starts.
I feel like there is an easy fix to this, but the solution is evading me. 
<table width="100%" border="0" cellspacing="25" cellpadding="0">
  <tr>
    <td><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td colspan="7" align="left" valign="top"><table width="800" border="0" cellspacing="0" cellpadding="0">
          <tr>
          </tr>
          <tr>
            <td>
            <div class="picture-slides-container">
<ul class="picture-slides-thumbnails">
<a href="IMAGES/LARGE/Image1.jpg"><img src="IMAGES/THUMB/Image1.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image2.jpg"><img src="IMAGES/THUMB/Image2.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image3.jpg"><img src="IMAGES/THUMB/Image3.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image4.jpg"><img src="IMAGES/THUMB/Image4.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image5.jpg"><img src="IMAGES/THUMB/Image5.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image6.jpg"><img src="IMAGES/THUMB/Image6.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image7.jpg"><img src="IMAGES/THUMB/Image7.jpg" width="85" height="55" /></a>
<a href="IMAGES/LARGE/Image8.jpg"><img src="IMAGES/THUMB/Image8.jpg" width="85" height="55" /></a>
        <a href="IMAGES/LARGE/Image9.jpg"><img src="IMAGES/THUMB/Image9.jpg" width="85" height="55" /></a>
        <a href="IMAGES/LARGE/Image10.jpg"><img src="IMAGES/THUMB/Image10.jpg" width="85" height="55" /></a>
        <a href="IMAGES/LARGE/Image11.jpg"><img src="IMAGES/THUMB/Image11.jpg" width="85" height="55" /></a>
        <a href="IMAGES/LARGE/Image12.jpg"><img src="IMAGES/THUMB/Image12.jpg" width="85" height="55" /></a>
        <a href="IMAGES/LARGE/Image13.jpg"><img src="IMAGES/THUMB/Image13.jpg" width="85" height="55" /></a>
        <a href="IMAGES/LARGE/Image14.jpg"><img src="IMAGES/THUMB/Image14.jpg" width="85" height="55" /></a>
        <a href="IMAGES/LARGE/Image15.jpg"><img src="IMAGES/THUMB/Image15.jpg" width="85" height="55" /></a>
        <a href="IMAGES/LARGE/Image16.jpg"><img src="IMAGES/THUMB/Image16.jpg" width="85" height="55" /></a>
        <a href="IMAGES/LARGE/Image17.jpg"><img src="IMAGES/THUMB/Image17.jpg" width="85" height="55" /></a>
        <a href="IMAGES/LARGE/Image18.jpg"><img src="IMAGES/THUMB/Image18.jpg" width="85" height="55" /></a>
</ul>
    <div class="navigation-controls">
<span class="picture-slides-previous-image"><a href="#"><-</a></span>
<span class="picture-slides-image-counter"></span>
<span class="picture-slides-next-image"><a href="#">-></a></span>
</div>       
<div class="picture-slides-fade-container">
<a class="picture-slides-image-link"><img class="picture-slides-image" src="IMAGES/LARGE/Image1.jpg" width="800" alt="This is picture 1" /></a>
</div>
</div>
</div>
      <div class="picture-slides-fade-container">
      <div class="picture-slides-next-image">
</div>
</div>
</table>
  </tr>
</table>
</table>
</body>
</html>

Similar Messages

  • Slideshow thumbnails that slide or scroll in would be agood feature for Muse to add

    I would really like to see a feature where slideshow thumbnails could be slided/scrolled in so that when you chose to show thumbnails you don't have to see all of them at the same time.

    Really?? That'd be great news, then! (Sorry for the generalizations)
    I will have to check on this, and get back to you. I'm doing multimedia teaching--the guy who configured the install assured me that a "no sign-in option" wasn't available in August when he packaged the deployment.
    We're on a CC Enterprise license; I'll ask our deployment guys to make absolutely sure that they are using the correct installer.

  • How can i get tool tips to show on slideshow thumbnails?

    How can i get tool tips to show on slideshow thumbnails? I used the widget "blank" composition for a slideshow then i placed the tooltips widget composition over them and made them transparent, but that prevents a user from clicking on the thumbnails... Any ideas?

    I also want to note, i tried putting in tool tips as well as alt. text but only the first thumbnail is included in the HTML...I went through the code and it all my text is missing. I have to manually edit the html in edge reflow or dreamweaver. Muse should fix this - and i know "this is in the wrong section" and not in bugs and new ideas but it relates to my first post...

  • IWeb slideshow: thumbnails intrude on photo

    HI all.
    I created an iWeb slideshow, but the band of thumbnails at the top runs on top of the large image. Looks awful, and I can't show this to colleagues. Any idea on how to format the photo files so that they appear full frame? Thanks for your help, Mac folks.
    Loren

    are you talking about the .Mac iweb slideshow? the lines of photos only appears when you have your mouse over it!
    or in the photo page the collection of photos is running over another photo? then just move the box around!
    max

  • How do I edit the Bridge Slideshow Thumbnails in Dreamweaver?

    I've made a slideshow in Bridge for a photography website in Dreamweaver. It's in an iframe and everything is great except I can't get the thumbnails to move closer to the big image! Where can I edit this?

    Hi Lily,
    did you already have a look at David Powers tutorial "Incorporating an Adobe Bridge Web Gallery into a Dreamweaver Page"? There he talks about "Using an <iframe>" too. I'm sure that you will find there  and in the whole tutorial many important hints:
    http://foundationphp.com/tutorials/gallery/embed1.php.
    Good luck!
    Hans-Günter

  • Change Slideshow Thumbnail Photo States Via Crop Tool?

    In a slideshow widget, I've noticed the only way I can change one of the thumbnail image's "states" to a different image (like a sepia version of the same image) is to double click on the thumbnail "image frame" and then slide the current image out of frame (using the crop tool also allows the same thing) and then I am left with a blank "image frame." Into that blank image frame, I can then FILL it with another image (the sepia version) and apply all different "states" (rollover, etc) to that image frame WHILE maintaining the original full size image that the thumbnail (target) is originally linked too.
    So basically I then have a hidden cropped thumbnail image frame and my true (sepia version) image frame. Everything seems to preview properly, but what if any effect does all this "hidden" code info have? Anything. If I have 200 or so thumbnail images attached to a slideshow and each would have one of these "hidden" cropped boxes.
    Thoughts anyone?

    I have not a link yet, i'm preparing the graphic layout at the time. I bypassed the problem importing in muse the right photos size without use crop. Maybe i should see better edit photo functions tutorials. I'm new with Muse.
    Il giorno 09/ago/2013, alle ore 01.37, Brad Lawryk ha scritto:
    Re: slideshow crop photos problem when i close the thumbnail botton
    created by Brad Lawryk in Help with using Adobe Muse CC - View the full discussion
    Can you provide a link or screenshots so we can see what you are doing and what you are trying to achieve?
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5579245#5579245
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5579245#5579245
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5579245#5579245. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Help with slideshow thumbnail?

    I would like to use only an enlarged section of my slideshow hero image as my thumbnail. This Muse Site of the Day does it like that:
    http://www.rocketdc.com/index.html#ourwork
    Anyone have any idea how they pulled this off?

    Hi Brad,
    Thanks for your suggestion. Sorry I didn't reply sooner. I actually went on a vacation and didn't do any work!? I found some posts about what I was trying to do on 2 earlier forums - you were one of the people who commented. Was able to accomplish what I wanted.

  • Add tooltip to slideshow thumbnail, or change title attribute?

    Is it possible to add a text tooltip to thumbnails that appear in the filmstrip of the Spry slideshow with filmstrip widget?  The Spry tooltip shows an error that the trigger is not in the page, but viewing the source shows it right where the wizard wrote it in the code. So much for Spry mix and match.
      I've tried adding ids and spans in every combination that seem logical, but I can't seem to get it to work.  I have also tried all kinds of JQuery and CSS tooltips, and get the same result -  although the added class and/or id  triggers show up, they dont seem to trigger a tooltip.  The best I can do is apply a size to the Title in the Basic slideshow, but that is not 100%. 
    Any ideas?
    Message was edited by: Manfred after a day of fiddling around

    Please upload the file with the tooltip so that I can see the problem and supply a link to that file.
    Gramps

  • How to edit slideshow thumbnail bar

    Hi
    Does anyone know how to edit the thumbnail preview bar that is generated on the photo album slideshows. I know you have the choice to click on the two buttons between the "back to album" and "download" text to hide the bar, but I would far rather either not have it at all, or be able to set it not to be shown as the default.
    I've scoured here and the web, but cannot find an answer.
    Any help gratefully received
    cheers
    J

    Cyclosaurus as posted code for an HTML snippet to change the default style/mode of the slideshow in his post here: http://discussions.apple.com/thread.jspa?messageID=6272619&#6272619 . I couldn't find any post to remove the thumbnail tray however.
    You could use a flash based slideshow instead of Apples. Examples of them are here:
    SimpleViewer and Flash Album Exporter
    Flash Album Exporter Postcard and AutoViewer Slideshow Themes
    Jalbum
    Jalbum has over 100 different skins/themes you can choose from. The others are created via the Flash Album Exporter plugin for iPhoto.
    OT

  • Slideshows - Thumbnails not matching slides.

    We've built a site using several slideshows. When publishing on our end, we are notified that the client has made changes to the slideshows - we accept the changes and publish. However, now most of the edited slideshows have mismatched thumbnails and slides. We've tried several times to remedy this with no success. Below is an example.
    St. Croix Sensory | TRAINING
    Everything looks fine when the client makes changes, but after publishing, things get whacky.
    Any ideas?
    Thanks,

    I logged in as the client to edit the site, via in-browser editing.
    I changed the thumbnail and slide image to match. Went back to Muse to publish the site, was notified of the changes made to the site, accepted the changes, and published. Checked the page and the thumbnail was correct, but the slide image was not.
    What in the world?

  • Slideshow Thumbnails Blank - Some pictures missing

    My first time using iWeb and iPhoto to publish pictures to the web. The iPhoto interface to Homepage seemed to do this much easier... but anyway.
    I created my album, clicked the iWeb button, chose a template, updated text and gave my pictures captions. Published to .Mac and when I view the slideshow, the navigation part at the top is all blank pictures, and the slides change very slowly. Most of the pictures do show up in the slideshow - but some don't. Looking at my iDisk, I have plenty of free space and all the pictures (including the thumbnails) appear to be there. If I click on each picture by itself on the main page it loads and shows the pictures one a time that way.
    I've removed the files from iDisk and uploaded again, I've erased the site and tried again etc. I've tried Safari, Firefox and Explorer (on a PC). I've cleared the Safari cache, reloaded pages etc. Always the same thing. maybe mucking around and deleting has caused issues? If so - how do I reset everything? Any suggestions?
    Running on my PowerMac G5 Dual 2.0, 10.4.5, iPhoto 6.0.2 and iWeb 1.0.1.
    You can check out the result at:
    http://web.mac.com/butlers
    There is also no reflection that I've seen on other's sites. Not sure why. The reflection is neat and not sure I'm bought into it - but maybe it's a symptom of what's going on here.
    Thanks,
    Sean
    12 PB Rev C (1.33 GHz G4) & PowerMac G5 Dual 2.0   Mac OS X (10.4.5)  

    Thanks Will,
    I see it now as well. Wonder why there was a delay. Perhaps I whacked out the iDisk somehow and it too some time to clean itself up ?? Not sure - but you are right - it works. Thanks for checking and helping out.
    Sean

  • Slideshow thumbnail questions

    How do I align thumbnails in a slideshow to the right or left within the thumbnail container?
    And is it possible to have thumbnails be desaturated in a state, say "normal", but full color in another?

    Hello,
    Please elaborate a bit about your foirst query.
    Regarding the second query, as iamDK suggested, you can use the states Panel. Also in case you need different editing for different Triggers/Thumbnails then you can go to Properties of the Widget (by clicking on little white arrow in blue circle which comes up at the top right corner of the widget when it is slected) and uncheck the option which says "Edit together".
    Hope this helps.
    Regards,
    Sachin

  • Formatting Slideshow movie for YouTube

    Hi,
    How can I create a slideshow for Youtube? I have a group of photos that I want to use to make a movie, and the process works fine. I export the movie from FCP and then use QuickTime Pro to convert it to an .mp4 movie. It plays well, except that the photos appear distorted and of low quality when playing on Youtube, and there is a black band above and below the movie when it plays.
    Any help appreciated....
    Patrick

    The black surround is because YouTube now accepts 16:9 HiDef video and yours is not in that format.
    Ken Stone has a load of articles on prepping video for YouTube, here's one for HiDef:
    http://www.kenstone.net/fcphomepage/you_tube_hdgary.html

  • Certain pictures are oblong format but thumbnails are upright format

    Hi!
    The iPhoto on my wifes iMac (G5 iMac,MacOS 10.4.10, iPhoto 6.0.6) shows a bizarre behaviour since a couple of days:
    Some pictures that were taken in upright format, first appeared in oblong format (which is normal). After my wife has turned them in iPhoto to the upright format, they appear upright in the overview. But if you doubleclick them, they are displayed in oblong format. An export of these pictures showed, that the originals were not turned to upright format but just the thumbnails.
    Affected are only newly turned pictures, not the older ones.
    I already launched iPhoto holding down command-option and rebuild the library and the thumbnail cache, but this did not help.
    What else could I try?

    I now know, when the phenomenon appears:
    It appears, when I import the pictures using a card reader instead of connecting the camera directly to the computer.

  • Imported pics to IPHOTO from a friends android and only thumbnail size are there, is there a way to re-format the thumbnails to a regular picture

    I recently imported photos from a friends android phone, Galaxy Note, for some reason other than four pictures, only thumbnails were imported. He deleted them after the import, and I can't format the pictures to a normal size and quality in IPhoto. If I just re-size the quality is awful, Any ideas that may help. I normally don't touch any pictures, it's my wife's thing, and now I'm in big trouble.
    Thanks for the input, in may get me back in the house tonight!

    No idea how an android works - or does not work - that is a question for Android support
    as to making a low quality photo a high quality one - no - it is not possible
    LN

Maybe you are looking for

  • ITunes can't find calendars of Outlook.....

    Windows 7 Simplified Chinese iTunes 64bit Office 2007 Standard Simplified Chinese I can't find Outlook's calendar (in Chinese name) in iTunes. So i can't sync calendar between outlook and iPad/iPhone. I re-installed iTunes and Office for severel time

  • Could not open a connection to SQL Server[2]

    There is a universe which is already created and now I added one table and one join to it but when I create a WEBI report based off the same universe, I am getting below error from launch pad. Database error: [Microsoft SQL Server Native Client 10.0]

  • How do you script in Photoshop?

    I've asked everywhere but here. Please where is there an option to script in Photoshop. Im tryin gto make the hands on a clock go around, which I have the script for it, I just need to use it in Photoshop. Somebody please direct me or help me.

  • Folio Builder limited to v24??

    I am in an office using InDesign CS5.5. I've installed the lastest DPS releases including the folio builder panel, but when I go to create a new folio, the viewer version is limited to maximum v24. When I use my own Macs with Adobe CC installed, I ca

  • Why doesn't the order of extensions save when safari closes?

    TThe order of the extensions on safari ios does not save after closing it in the background or if safari crashes.