Problem with an extra horizontal div in gallery demo

I posted my problem as a comment in
A
thread on a similar 3 col problem
But I'm posting a new topic on my specific problem.
I cannot add another HORIZONTAL div to my gallery, and have
if function as intended.
See
http://www.coolabah.com/spry/demos/gallery/
The very bottom panel is set up as 15px high. But it takes up
much more in height. Doesn't matter WHERE I put it, or if I alter
the height.

Please note,
Removing I investigated spry a little more, in the end I settled for removing spry altogether,
Maybe it was because the text field in a $GET (for the default) AND a $PUT (for the update)

Similar Messages

  • Probleme with an unwanted horizontal scrollbar

    Hi
    Link of reference : http://www.episodesoft.com/demo/index_fr.html
    I'm having a little difficulty with the horizontal scrollbar, i dont want it to appear since the website is designed for 1024x768 up to 2000, so obviously everything is adjusting itself depending of your viewscreen, So does the flash ( the menu and header ).
    However it is the flash that cause the scrolling on the right but not on the left ??? the browser automatiquely adjust the left portion of the flash and is not creating a scrollbar for that, however i cannot find a way so it manage the right portion the same way it do the right one.
    It is weird because before the header was not in flash but still 2000px and i didn't have that probleme with the CSS.
    For the flash there is no CSS but here is the code. Feel free to view the source of the webpage itself
    Any idea ?
    Thanks a lot !
    <div id="layer1" style="position:absolute; top:-10px; left:50%; margin-left:-1000px; width:2000px; height:580px; z-index:2">
    <table width="950" border="0" align="center" >
      <tr>
        <td align="center" valign="middle">
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="2000" height="580">
          <param name="movie" value="Video/Menu.swf" />
          <param name="wmode" value="transparent">
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="6.0.65.0" />
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <param name="embed" value="wmode=&quot;transparent&quot;" />
          <param name="selectable" value="false" />
          <param name="border" value="0" />
          <param name="embed" value="border=&quot;0&quot;" />
         <object type="application/x-shockwave-flash" data="Video/Menu.swf" width="2000" height="580">
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <param name="embed" value="wmode=&quot;transparent&quot;" />
            <param name="selectable" value="false" />
            <param name="border" value="0" />
            <param name="embed" value="border=&quot;0&quot;" />
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
          </object>
          </object>
        </td>
      </tr>
    </table>
    </div>

    Herm oook.
    I just tryed to remove the margin-left:-1000px; however when i do that, the flash start in center of the viewscreen or will no longer auto center itself.
    The flash is in his own div and that div is above another div ( the content ).... so as long i put a background color in this one, it will cover all the website or the right side if i make one going from transparent to 100% on the right.
    Here is the whole code to help you
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Logiciel Épisode</title>
    <style type="text/css">
    #bottom {
    background-repeat:no-repeat;
    background-position: bottom;
    background-image: url(images/barre_bottom.png);
    height: 5px;
    #headinner  {
    background-position: center top;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #F5F6F7;
    background-repeat: no-repeat;
    height: 95px;
    background-image: url(images/HeaderFR.png);
    body {
    background-color: #ffffff;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-image: url(images/fond.png);
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat;
    #Copyright {
    text-align: center;
    margin-bottom: 1px;
    margin-top: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    #layer2 #Layer2 tr td p {
    text-align: center;
    font-size: 36px;
    margin-top: 100px;
    <!-- margin-left: 30px;
    -->;
    </style>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <!--<div id="headinner">
    INACTIVE HEADER  
    </div> -->
    <div id="layer1" style="position:absolute; top:-10px; margin-left:-1000px; left:50%; width:2000x; height:580px; z-index:2">
    <table width="950" border="0" align="center" >
      <tr>
        <td align="center" valign="middle">
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="2000" height="580">
          <param name="movie" value="Video/Menu.swf" />
          <param name="wmode" value="transparent">
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="6.0.65.0" />
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <param name="embed" value="wmode=&quot;transparent&quot;" />
          <param name="selectable" value="false" />
          <param name="border" value="0" />
          <param name="embed" value="border=&quot;0&quot;" />
         <object type="application/x-shockwave-flash" data="Video/Menu.swf" width="2000" height="580">
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <param name="embed" value="wmode=&quot;transparent&quot;" />
            <param name="selectable" value="false" />
            <param name="border" value="0" />
            <param name="embed" value="border=&quot;0&quot;" />
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
          </object>
          </object>
        </td>
      </tr>
    </table>
    </div>
    <div id="layer2" style="margin-top:100px" >
    <table border="0" align="center" id="Layer2" name="Layer2">
      <tr>
        <td background="images/accueil_fond.png" width="1035" height="485" aling="right" ><img src="images/accueil2_4.png" width="950" height="485" align="left" valign="middle"/></a></td>
        </tr>
    </table>
    </div>
    <div id="bottom">
    </div>
    <p id="Copyright">© 2010 - Logiciel Episode Inc.</p>
    <table width="10" border="0" align="center">
      <tr>
        <td align="center" valign="middle"><a href="index_us.html" target="_self">English</a></td>
        <td align="center" valign="middle"><a href="index_fr.html" target="_self">Francais</a></td>
    <!--
        <td align="center" valign="middle"><p><a href="index_us.html" target="_self"><img src="images/Drapeau_US.png" width="25" height="15" border="0" align="absmiddle" /></a></p></td>
        <td align="center" valign="middle"><a href="index_fr.html" target="_self"><img src="images/Drapeau_fr.png" width="25" height="15" border="0" align="absmiddle" /></a></td>
    -->  </tr>
    </table>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>

  • Problem with loading pics in a photo gallery

    Ok.. I don't know what is the problem for this.. maybe
    someone with more experience bumped to this too.. and can help me
    out..
    I will put the link here so u can see it but before u open
    it, pay attention of the mess.. pictures are loaded one over
    another or not loaded at all.. There are 2 panels of the same pics
    and code, the second one loads the pics the same way as the first
    one right after the first one has finished loading all of the pics.
    But strangely the second panel with pics has absolutely no problem
    with positioning the pics correctly with their correct size even
    the first time u open it. (this comes from the swf of the pic that
    loads in the loader; they all load in loaders positioned by me).
    After the gallery has loaded the first time and u Refresh the
    page.. u will see the gallery works perfect. If u want to see the
    mess up again, just delete ur temporary internet files and refresh
    the page again. Here is my gallery (not finished yet):
    http://www.goliveuk.com/Projects/Theolife/
    NOTICE:
    When I test this in flash with simulate download, all works
    fine except that some pics show progress of loading (I've made
    listeners for that) and on complete I trace it completed loading
    but they don't show up..
    So I can't figure out what might be causing this problem...
    As far as my logic goes.. I can tell that if in the second
    panel the pics load succesfully every time, this means that the
    problem comes only the first time they are being loaded.. for me
    this doesn't make any sense.. and I see as solution to make some
    invisiblemovie clip that will load all of my pics for the first
    time and then the actual visible movie clips that are visible will
    continue so there are no problems.
    I don't know if this will work.. it is just my thinking.
    Maybe there is some other way to fix this when they load the
    first time.. maybe telling the code to load it.. and reload it
    after that ?
    Any ideas what could be causing this problem ?
    Hope someone can explain to me..
    Thanks in advance...

    can u give me an example with onLoadInit() or preloader code
    as u mention so I can get a clear view of what u mean cuz now I am
    a bit confused what must wait for loading to be completed the main
    swf or the swfs of the pictures that have a code inside to get the
    size of the loader?

  • Problems with PSE 8 & Windows Live Photo Gallery

    I recently had to purchase a new laptop and it came preloaded with Windows 7. I installed PSE8 and have had no problems with photos I scanned,etc. But Windows 7 defaults import photos from my camera to Windows Live Photo Gallery. My problem is now I can't get PSE8 to import from the clipboard. It is grayed out and I can't click it. How dop I get my photos into PSE8 and then get the two programs to play right together?

      Open Organizer and click File à Get Photos & Videos à From Files & Folders
    Navigate to the folder used by Windows and press Ctrl+A to select all and hit open or get media.
     

  • Problem with special extra characters

    Hi Experts,
    I´m working in SAP BW 7.0 using Data Integrator XI 3.1 with SAP BW as a target and BO DI as a source and we have some problems with the load process
    I have problems with the conversion of special characters that exist in DI and in BI arrive as an entirely different character, for example, Ñ is replaced with Å , and so on witn the á, é, í, ó, ú, etc
    In SAP BI these characters were included in the T-code RSKC (Maintenance of the permitted extra characters in BW) as special characters. In addition I tried to change the character set settings in order to use the 1100 SAP internal, like ISO 8859-1 in the infopackage but it doesn't works neither.
    The character encoding used in DI by default is utf-8.
    Can anyone hel me to solve this issue?
    Thanks in advanced.

    This worked in BW 3.5:
    Use function module RSKC_CHAVL_OF_IOBJ_CHECK to covert Special characteristics into Latin ones.
    John Hawk

  • Iphoto book - problem with deleting extra pages

    I am finishing up a book with iphoto of 85 pages of photos.  I want to delete 6 empty pages, but when I go to All Pages View, hold control key and click, the only option is to add pages.  I don't want to purchase book and assume apple won't charge/print the blank pages.  Any suggestions?  and I'm on a deadline so don't want to go to the store....

    Try going to the page view and Control (right) - clicking on the page you want to delete:

  • Gallery problem with 5230 on my 4th phone

    Still have a problem with viewing my photos once I put a couple hundred in my phone under mass storage. Have over 3 gigs available on a 4 gig card and all my photos are under 200kb which are smaller than the ones my phone actually takes. As soon as I pass an unspecified amount of pics and files the gallery refuses to open up my image folder, says opening and that's it. The only way I can get in is if I'm lucky shut off phone and restart, try and get in before gallery sets up, problem is once I leave can't get back in. Another way is press off button scroll to remove memory card remove and then restart phone go to gallery push in card and see files but once again once you leave that's it do not use internet, have tried 3 different memory card and 4 new phones all with same problem does anybody know what the problem is, my guess is a software problem that nokia is not admitting to, supposedly this phone should handle up to 16 gig of mem but it seems to be having trouble with more than 2,

    The images or their size will not be causing the issue. The gallery  display is database-based, the database is used to store details of everyimage stored on the phone (irrespective of whether in phone memory or memory card, and irrespective of which folder they are stored in), and each time the gallery is opened the gallery is updated to check for images added to the phone since the last time.
    I would suspect that you have nothing wrong with either phone or memory card, but simply that the sheer volume of extra data means that the processing of the database update is so huge that the phone is getting stuck - you appear to be asking it to update info on 1Gb of data all at once. It may not even be crashing, if you allow it to stand a longer time it would probably appear eventually correct - I have the same slow first opening of the gallery everytime I reformat my N96 and then restore the mass memory content back to the phone.
    Try introducing the images to the phone in several groups of lower numbers of files to see if that makes any difference.

  • I'm having a problem with inserting a photo gallery created with Bridge

    I sure could use some help.
    Adobe Bridge - Why do I have a white bar on my page?
    I am using windows vista, Dreamweaver cs4 and Adobe bridge to insert a photo gallery.
    I am using an I-frame to embed a photo gallery that was created with Adobe Bridge CS4. Adobe Bridge instructed me to make the i-frame height = 75% of the width. The code is <iframe src="PhotoAlbum/index.html" width="900" height="675" frameborder="0"></iframe>
    my css places the album in #photoalbum.
    #photoAlbum contains the i-frame with the following properties:
    #photoAlbum {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 900px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 2px;
    border-top-style: groove;
    border-top-color: #333;
    I tried changing the width to 960, 900, 850 etc with no success.
    I have tried making the background of #photoAlbum black with no success.
    The link to the photo album is http://www.gigharborrealestate.com/smith/PhotoAlbum/index.html and shows no white bar.
    The site that I am having problems with is http://www.gigharborrealestate.com/smith On the right side of the Point Richmond Photo Gallery is a white vertical bar.  If you go to /PhotoAlbum/index.html there is no white bar.
    Why does this bar show up when /PhotoAlbum/index.html is put into an I-frame? How can I get rid of the vertical bar?

    insert the following into your code,
    scrolling="no"
    it should look like this
    <div id="gallery"><iframe src="IMAGES/Adobe Web Gallery/index.html"  scrolling="no" width="730" height="555" frameborder="0" name="web_gallery" style="background-color: #D8D9B4"></iframe></div>
    hope it helps, good luck

  • Using a IP191 monitor, have random horizontal streaks on display - have no problem with other browsers; also no problem with FF on other family PC's

    Using a IP191 monitor, have random horizontal streaks on display - have no problem with other browsers; also no problem with FF on other family PC's.
    These "streaks" appear to be area of too high frequency scanning; they can be cleared by scrolling up and/or down.

    hello, maybe that's an issue with hardware acceleration - please try [[Upgrade your graphics drivers to use hardware acceleration and WebGL|updating your graphics driver]], or in case this doesn't solve the issue or there is no new version available at the moment, disable hardware acceleration in the firefox ''menu [[Image:New Fx Menu]] > options > advanced > general''.

  • Problems with flash photo-gallery xml

    Hello,
    I need help. I have bought your photogallery template and i
    am having problems with it.
    When i test the gallery on my portfolio website (html) all it
    comes up is the background, the pictures and thumbnail pictures
    wont load. I am putting the files in the right folder and using the
    swf in an html (dreamweaver cs3). what is it happening?
    I dont know xlm. Plz give me a hand??
    Thanks

    Hi DZ,
    I am testing it locally. I didn't even upload anything yet.
    And yes, i put the swf into my html portfolios page (dreamweaver
    cs3) and tested locally. the pictures wont show up, only the bg for
    the photo-gallery. I bought this template here at the
    exchange

  • Problem with image gallery

    Hi to all.
    With ios 5.01 I have a little problem with image gallery. As you can see I have only 1 image, but there is always this **** message "download 0 of 46) (sorry, but I'm Italian )
    I've removed my icloud account from settings, but there is nothing to do, this message don't goes away. What I can do? Thanks in advance

    Hello,
    Just adding a gallery I want to do the same slideshow WoodWing's, but in InDesign, if anyone knows of?
    Thank you
    Link video slideshow WoodWing's: http://www.youtube.com/watch?v=Xt6gNaEZ0-M&feature=relmfu
    The first slideshow shown

  • Another SPRY horizontal menu problem with IE7

    I posted this before, with no responses, but I think
    I've narrowed it down to a CSS response problem with IE7.0. If you
    view the attached link in Firefox or Opera, the menu background
    color responds correctly on the drop downs. In IE7, the
    background-color is ignored, causing the menu to be translucent
    and, uh, ugly. Has anyone else had an issue with the
    background-color CSS attribute in the SPRY horizontal menu css not
    working?
    HELLLLLP! and, uh, Thanks,
    Karl
    Prototype
    link using spry, css, ajax sprites and other magic.

    >>
    Regrettably, the silence from the forum has been deafening.
    I'm not sure if folks are just wary of SPRY and AJAX issues right
    now because they're so new or if it's the summer heat
    >>
    guess it´s all of that :-) But folks visiting these more
    "general" Dreamweaver forums are not necessarily Spry experts
    respectively might not even be interested in that -- you´ll
    certainly get more response when posting Spry related questions in
    the
    Spry
    forums @ Adobe Labs

  • Problem with the music gallery after 2.3 update

    Hello
    Just recently updated my XperiaX10i (French version, not operator sim locked). No problem with the update itself and the phone seems to work properly.
    But, the music gallery did first not detect the music files already in the 32Go sd card (no problem for photos, videos or other files) and didn't therefore load them into the library. I had to download them all by new through Media Go and now the library shows them, but the record sleeves do no more appear in the album list like in the 2.1 version which was very practical for selection, nevertheless the sleeves appear in background while reading a track: this looks more like some bug than anything else.
    I'm also very missing the former fast launching bar application for Wifi, Bluetooth, GPS, Sync and Screen Luminosity, it seems that for launching all these features one must go through the parameters file now.
    As a conclusion, I can hardly see what exactly improved on this phone since version 2.1. except maybe just a little bit the speed and the quality of the screen posting.
    Update from 1.6 to 2.1 was total revolution in comparison.
    Solved!
    Go to Solution.

    I did already this through Media Go and the problem seems not related to some missing art covers. MP3Tag shows them, Media Go shows them, I guess Media Player would show them the same way as they were already existing before the update. I installed also Poweramp in the meanwhile on the X10 and the covers appear in the folder section, but still not in the library section which seems related to the Android library according to some start popup in Poweramp. There must be something wrong with inner codes that I’m unable to dig.
    Anyway, seeing them in the PowerAMP folder is OK now.
    Thanks for the help.

  • Problem with S60's Gallery and Music Player.

    My question is about my phone's OS itself, I have an N81-3 phone (Symbian S60 3rd Edition FP1)
    I had lots of videos, musics and apps on my 2GB memory card but yesterday I just noticed I can no longer access any of my images and videos using the phone's Gallery, also the Music Player does not show any of my songs, but I can access them using Tools>File mgr. and in Data storage mode on my PC.
    I turned the phone ON and OFF, also removed my memory card and insert it again but still I can't see anything, gallery says "no images or videos"...
    Applications and games which are on memory card are fine and I can still use them and problem is only about Music Player and Gallery.
    How can I fix this problem?!
    I must add when I tried to backup my images and videos, I noticed there are some files in the images folders which looks corrupted, their are like this: 8╟ΘukΩ+h.!~p or ─ë█#=
    Q
    And when I tried to delete them I got this error: The file name you specified is not valid or too long.
    or this one:  The file "File name" is a system file, if you remove it, Windows or another program may no longer work correctly.
    Also these files show a size even larger than my memory card, my memory is 2GB but those corrupted files in Images folders show 12GB!
    Click on the Kudos Star, if you find my post helpful!

    And I must add something else, I can't format the memory card, I have some important applications installed on the memory card... and I don't know how I can move them to phone's memory, a new memory card or take backup...
    I appreciate if someone help me with both problems.
    Click on the Kudos Star, if you find my post helpful!

  • Problem with N95 8Gb Gallery

    I have a quite annoying problem with my N95 8Gb Gallery.
    Since last week, when I open the gallery it appears a lot of system files that shouldn't be there instead of only showing my videos and photos. It makes the phone a lot slower and it crashes. It takes a lot of time to select any file.
    Is it some kind of system trouble or have I messed up with something i shouldnt?
    Thanks for the help and sorry about the writing mistakes

    yes it is very odd!
    Well I have tried to just loads 2 images from the laptop onto my mobile. I have tried doing a direct file transfer (mass media) and then also tried through Nokia PC suite-uploaded via the CD rom I was given.On both occasions this has been uncessful to view images from the gallery menu on the phone..crashes!
    I think the photos are actually on the phone under the file manager folder I can find them stored here. However on opening the gallery to try and view these files, the phone freezes and I am unable to exit the menu -using the 'back' button have to press the red phone cancel button. Once out of the gallery folder and back to the main screen I can then no longer access and shortcut menus for about 3mins. Very frustrating. The most recent phone I have now, I got 2 days ago-I've not even plugged into my laptop, and when asking a friend to send me images via bluetooth I cannot open this either!! (it comes as a text format from bluetooth) and on opening the phone just freezes again. I try to save this when asked to mass memory and not phone memory.
    I can take images on my 'phone camera' but again cannot view as unable to access the gallery-constantly freezes the phone.The images are not a large file just jpeg format for example 45KB another one I tried was much larger 1MB...
    I still don't understand why this is happening all the time!!! Many thanks for your help.... (Orange are going to send me a new sim card to try) and see if this helps.

Maybe you are looking for

  • Non Active Directory users are not able to access sharepoint top level site

    I have created a sharepoint group with read permission on top level site and I added the NON AD users to that group but the non ad users are unable to access top level site ,they are able to access remaining all subsites without any issue.I am facing

  • Regarding Subcontracting Challan:

    Dear SAP  Gurus., One  Purchase order (Subcontract ) created with two Parent items (Say suppose A, B) (  Parent Item  A----> Child Componet (despatched to subcontractor)   X    Parent Item  B----> Child Componet (despatched to subcontractor)   Y) Des

  • JSP Exception Error

    This is my Programe <html> <head> <title>JSP JavaMail Example </title> </head> <body> <%@ page import="java.util.*" %> <%@ page import="p1.*" %> <%@ page import="javax.mail.*" %> <%@ page import="javax.mail.internet.*" %> <%@ page import="javax.activ

  • [New package] Pywinery, a simple wine-prefix manager

    Hello world! I have just uploaded my first package , It's an application that I find very useful,especially when using different prefixes for different apps. PyWinery is a graphical and simple wine-prefix manager which allows you to launch apps and m

  • External iamge/content issue as2

    Hi, http://addvisors.com/projects/rothwellGornt/test/test.html Above is a link to view the project I'm working on. Once the site loads if you go to the "Contact Us" page the content doesn't load correctly. I'm using an extrnal .xml and .css files for