Problems with using Spry photo gallery and Opera browser

Using Dreamweaver CS3. I'm working on a website for a friend.
It looks great in:
-IE 6 and 7
-Firefox
-Safari
But in Opera, the photo gallery I put in (uses spry to change
images as the user rolls over the thumbnail) pops up a login box in
Opera. It doesn't do this in any other browser and it works
perfectly in all other browsers.
WDYT? TIA, Steve

Using Dreamweaver CS3. I'm working on a website for a friend.
It looks great in:
-IE 6 and 7
-Firefox
-Safari
But in Opera, the photo gallery I put in (uses spry to change
images as the user rolls over the thumbnail) pops up a login box in
Opera. It doesn't do this in any other browser and it works
perfectly in all other browsers.
WDYT? TIA, Steve

Similar Messages

  • Problem with use of COM+ Transaction and DB Transaction

    Problem with use of COM+ Transaction and DB Transaction
    We build a Web site that use sometime COM+ Transaction and sometime DB
    Transaction. If we use a COM+ Transaction and a few seconds later we try to use
    a Database Transaction (OracleConnection.BeginTransaction), we get the error
    Connection is already part of a local or a distributed transaction
    Of course the error does not produce everytime; it takes some try before we get
    the problem. And of course, if i use pooling=false on the connection string,
    the problem does not appear.
    i run the Web page
    and push the COM+ Transaction and DB Transaction one after the other for some
    times and the problem should appear.
    Environment: Windows server 2003, .Net Framework 1.1, ODP.Net 9.2.0.401,
    Database Server 9.2.0.4

    > Why in form builder can't I...
    Is this happening at runtime or at buildtime? You'll need to provide more info on what you are actually doing that's causing the problem.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • 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

  • SPRY photo gallery and photo captions

    Has anyone experimented with adding captions to the photos?
    Was looking at different gallery examples, and saw that lightbox
    does captions, but the transitions, and AJAX approach with spry are
    much nicer...
    Thanks!

    Thank you for your tip. I have tried it Katiebird but it
    didn't work.
    Here is my doc:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- Copyright (c) 2006. Adobe Systems Incorporated. All
    rights reserved. -->
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xmlns:spry="
    http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    <title>Gallery</title>
    <link href="includes/screen.css" rel="stylesheet"
    type="text/css" />
    <script type="text/javascript"
    src="includes/SpryEffects.js"></script>
    <script type="text/javascript"
    src="includes/SpryDOMUtils.js"></script>
    <script type="text/javascript"
    src="includes/SpryImageLoader.js"></script>
    <script type="text/javascript"
    src="includes/SpryNotifier.js"></script>
    <script type="text/javascript"
    src="includes/SpryThumbViewer.js"></script>
    <script type="text/javascript"
    src="includes/SpryImageViewer.js"></script>
    <script type="text/javascript"
    src="includes/SprySlideShowControl.js"></script>
    <script type="text/javascript"
    src="includes/gallery_init.js"></script>
    <script type="text/javascript"
    src="includes/xpath.js"></script>
    <script type="text/javascript"
    src="includes/SpryData.js"></script>
    <script type="text/javascript"
    src="gallery_xds.js"></script>
    </head>
    <body>
    <div id="wrap">
    <p id="galleryLinks"><a href="fall08.xml">Fall
    2008</a> | <a href="egypt.xml">Egypt</a> | <a
    href="paris.xml">Paris</a></p>
    <div id="gallery" class="gallery">
    <h1 class="galleryName"
    spry:region="dsPhotos">{sitename}</h1>
    <div id="previews">
    <div id="controls">
    <ul id="transport">
    <li><a href="#" class="previousBtn"
    title="Previous">Previous</a></li>
    <li><a href="#" class="playBtn" title="Play/Pause"
    id="playLabel"><span
    class="playLabel">Play</span><span
    class="pauseLabel">Pause</span></a></li>
    <li><a href="#" class="nextBtn"
    title="Next">Next</a></li>
    </ul>
    </div>
    <div id="thumbnails" spry:region="dsPhotos">
    <div class="thumbnail" spry:repeat="dsPhotos"><a
    href="{path}"><img alt="" src="{thumbpath}"
    /></a></div>
    <p class="ClearAll"></p>
    </div>
    </div>
    <div id="picture">
    <div id="mainImageOutline"><img id="mainImage"
    alt="main image" src=""/></div>
    </div>
    <p class="clear">dave</p>
    </div>
    <div style="color:#FFFFFF:" align="center" id="caption"
    spry:detailregion="dsSlides">{@caption}</div>
    </div>
    </body>
    </html>
    AND HERE IS the xml:
    <gallery
    base = ""
    background = "#FFFFFF"
    banner = "#F0F0F0"
    text = "#000000"
    link = "#0000FF"
    alink = "#FF0000"
    vlink = "#800080"
    date = "8/01/2008">
    <sitename>Fall 2008</sitename>
    <photographer></photographer>
    <contactinfo></contactinfo>
    <email></email>
    <security><![CDATA[]]> </security>
    <banner font = "Arial" fontsize = "3" color =
    "#F0F0F0"> </banner>
    <thumbnail base ="gallery/fall08/thumbnails/" font =
    "Arial" fontsize = "4" color = "#F0F0F0" border = "0" rows = "3"
    col = "5"> </thumbnail>
    <large base ="gallery/fall08/images/" font = "Arial"
    fontsize = "3" color = "#F0F0F0" border = "0"> </large>
    <photos id = "images">
    <photo
    path = "1_28_04snow154.jpg"
    width = "500"
    height = "375"
    thumbpath = "1_28_04snow154.jpg"
    thumbwidth = "75"
    thumbheight = "56"
    caption="A Leaf">
    </photo>
    <photo
    path = "arts.jpg"
    width = "500"
    height = "333"
    thumbpath = "arts.jpg"
    thumbwidth = "75"
    thumbheight = "50"
    caption="A Leaf">
    </photo>
    </photos>
    </gallery>
    If you could Help I would appreciate it.

  • Problem with 10.3.181.14 and FF browser problems

    I just installed 10.3.181.14 and I immediatedly encountered a problem with FF 3.6.17 cache. When I run CCleaner I never had a problem until now. It keeps saying the FF is still open and it's not. When I figured it out that it had something to do with FP it figured I would uninstall FP from the control panel and try again. I was able to uninstall FP for IE, but, was, not able to uninstall FP fpr FF. It said FF browser was open and it wasn't. I finally resorted to doing a system point restore, going back one day, and now everything works as it should using FP 10.2.159.1 Does anybody have any insight into this problem?

    Thanks for the reply. I did, in fact, check the task manager, and I didn't see it running. There was no FF tab in the task bar either. While I might understand the problem trying to uninstall FP I don't get it with running CCleaner which is neither an installer or uninstaller. As soon as I went back to the previous version of FP everything was working as it should. I can only assume it had something to do with the new version FP,what, I don't have a clue. By-the-way, I'm running Vista OS.

  • Problems with using Canon LiDE 210 and OSX 10.7.4

    I am getting nowhere with installing the Canon LiDE 210 scanner software on my 2010 MBP. All I get when I try to scan is "insufficient memory". I can scan using Image Capture and with the trial VueScan software so the problem looks as if it is something to do with the Canon software or the way that it installs on the MBP. Has anyone else had a similar problem or can anyone suggest a fix? Many thanks

    Hellooo, I realise this thread is a year old and yet I'm having some real difficulty, hopefully this will fall on someones ears...
    Firstly I have a mac mini bought recently and running on Mountain Lion 10.8.3 I tried downloading what is apparently the most up to date drvier and mp navigator for use with the CanoScan LiDE 210 meaning, that both the driver and mp navigator are compatible with Mountain Lion. Here is the following link I used that was forwarded to me by Canon:
    http://support-asia.canon-asia.com/contents/ASIA/EN/0100434402.html
    http://support-asia.canon-asia.com/contents/ASIA/EN/0200153502.html
    I install both of the downloads, plug in the scanner, and nothing... no noise, no beep nothing to say that it is on. I try and open the scanner through system preferences-printer/scanner-canoscan icon yet I am then presented with the message; "failed to open a session on this device"
    Strange, I call canon back and they do not know what else to suggest apart from all the usual trouble shooting, the type that is very patronising and annoying... did you click the icon and press scan, did you click the install button after downloading the software... the sort of thing that might otherwise result in the beating, of ones own face with the phone
    At the end of this call, and after forwarding me a couple more useless links to unworkable downloads they say that it must be the product, and that I should contact the seller for a replacement.
    So I do, I contact Amazon, I get my replacement and voila, exactly the same problem.
    I even try getting it going using my mbp which is on snow leopard, which means I can use the installation disc that it is packed with it, it makes a noise, it sounds like its turning on but then when I click "open scanner" ... nothing, no option to scan, no acknowledgement of the device other than the icon itself in system preferences.
    Does anyone have any experience of this issue, does anyone know how I might resolve it?
    Many thanks,
    Jeff

  • SOLUTION: Are you having problems with using HDV, FCP X and iDVD?

    If you edit HDV (TAPE) in FCP X and want to burn the video in iDVD you will find the following problem  .  .  .  iDVD squashes the image as shown in the screenshot below.
    Whether you export as ProRes or H.264, iDVD will see it like this as a squashed image.
    This is because iDVD does not recognise HDV anamorphic images unless they are in the Apple Intermediate Codec.
    There are 2 solutions to this problem:-
    1. Create a ProRes 422 Custom Compressor Preset with a frame size of 1920 x 1080.
    The only downside to this is that the conversion process in my 2008 iMac takes about 5 times realtime.
    2. Create an Apple Intermediate Codec preset for HDV.  This encodes on my iMac in around realtime, so it is at least 4 times faster than the ProRes solution.
    Unfortunately, if you have Compressor 4 you cannot create Apple Intermediate Codec presets, but Compressor 3.5 will and what is more important, that preset can be installed in Compressor 4.
    So you can export your HDV project from FCP X using Compressor Presets in either ProRes or AIC and use the resulting file in iDVD to get a correctly proportioned image like this.
    I prefer to use the AIC preset as it is 4 times faster and there is no quality difference on the final DVD.
    What do you do if you haven't got Compressor?
    Well you can email me for a 12KB copy of the preset as I believe FCP X can use it even though you don't have Compressor.

    Ian,
    Thanks for the tip!

  • Problem with using both group by and order by

    example:
    SQL> select * from orgchart;
    NAME TEAM SALARY SICKLEAVE ANNUALLEAVE
    ADAMS RESEARCH 34000 34 12
    WILKES MARKETING 31000 40 9
    STOKES MARKETING 36000 20 19
    MEZA COLLECTIONS 40000 30 27
    MERRICK RESEARCH 45000 20 17
    RICHARDSON MARKETING 42000 25 18
    FURY COLLECTIONS 35000 22 14
    PERCOURT PR 37500 24 24
    SQL> select team,
    2 avg(salary),avg(sickleave),avg(annualleave)
    3 from orgchart
    4 group by team
    5 order by name;
    order by name
    ERROR at line 5:
    ORA-00979: not a GROUP BY expression
    who can tell me where is wrong?
    Thanks
    Leo

    Hi,
    These are basic things...
    what ever the Columns you are including the Select Clause must
    taken into consideration when applying the group by clause..
    without the selection in of name column how can you use in Order by Clause..
    while using the group by..
    Thanks
    Pavan Kumar N

  • Tutorial for a Spry photo gallery with thumbs and buttons ???

    Anyone know of a a tutorial for building a Spry photo gallery with both thumbnails and next, previous, stop and play buttons(functions)  ???
    Like the ones on Adobe's Photo Gallery demos; http://labs.adobe.com/technologies/spry/demos/pe_gallery.html
    Adobe show the source for their Photo Gallery Demos, but that doesn't help me much ... I need a prober tutorial that tells me how to do : ) 
    The only tutorial that I've been able to find, is one for Dreamweaver 8, without buttons - I'm looking for a updated version.
    I appreciate any help very much. Thank you.

    Just Google for the Spry photo gallery and you might find
    http://cates-associates.net/tutorials/Tutorial-CS3-Spry.html
    or even a few others.
    Happy Sprying
    Ben

  • Problems with use cases in JDeveloper 11.1.1.1.0

    Use cases made with JDeveloper 11.1.1.0.2 can not be used and edited in JDeveloper 11.1.1.1.0.
    Same problems with Use Case Diagrams.
    And it seems to be impossible to create new use cases in JDeveloper 11.1.1.1.0.
    What are the differences between 11.1.1.0.2 and 11.1.1.1.0 if you look at use cases??

    In JDeveloper 11.1.1.0.2 each use case has one file with the folllowing name: *.xhtml_usc.
    In JDeveloper 11.1.1.1.0 each use case has two files with a names like *.xhtml_usc and *.uml_usc (after standard migration with JDeveloper). I can still edit the *.xhtml_usc files, but I have no idea what to do with the *.uml_usc files. I can only open a Property-editor, but the properties I see have no relation with the text I used in my original use cases . New use cases only have a *.uml_usc file and a Property-editor. In javadoc the new use case does not appear.
    My question is: why do I have two different use case files in JDeveloper 11.1.1.0 and how can I use the Property editor??

  • I am currently using Lightroom 5.6 and operating on a Mac with OSX Ver 10.9.5. I am receiving an error problem when doing the following -  I am exporting selected photos from a particular Catalogue saved on Drive 1 to a folder created on another Drive whe

    Hi, I am having a little trouble with exporting images to another drive and Catalogue and need some help if anyone can give me some advice
    I am currently using Lightroom 5.6 and operating on a Mac with OSX Ver 10.9.5.
    I am receiving an error problem when doing the following -
    I am exporting selected photos from a particular Catalogue saved on Drive 1 to a folder created on another Drive where a Lightroom Catalogue has been created. In this Catalogue I have arranged for the images once exported to be moved to a different folder - I used the Auto Import process under the File dialogue box.
    When processing the Export I receive an error message for each of the images being exported indicating the following -
    Heading Import Results
    Some import operations were not performed
    Could not move a file to requested location. (1)
    then a description of the image with file name
    Box Save As                                  Box  OK
    If I click the OK button to each image I can then go to the other Catalogue and all images are then transferred to the file as required.
    To click the OK button each time is time consuming, possibly I have missed an action or maybe you can advise an alternative method to save the time in actioning this process.
    Thanks if you can can help out.

    Thank You, but this is a gong show. Why is something that is so important to us all so very, very difficult to do?

  • I'm using mac with the newest operating system (snow leopard 10.6.7). since I've updated to Firefox 4 It doesn't display Hebrew fonts- I didn't have any problems with it before the upgrade and in safari I don't have this problem.

    Hello, I'm using Mac with the newest operating system (snow leopard 10.6.7). since I've updated to Firefox 4 It doesn't display Hebrew fonts… I didn't have any problems with it before the upgrade and in safari I have no problem with it. please help me- I don't like to use safari a my browser...

    elly903 wrote:
    Before commenting - I CANNOT install Mavericks because it'll mess up the versions of Filemaker Pro and Quicken that I use regularly...
    Quicken 2007 for Intel (Snow Leopard, Lion, Mt. Lion and Mavericks) for $15:
    http://quicken.intuit.com/personal-finance-software/quicken-2007-osx-lion.jsp
    It will input your Quicken PPC data file directly if it was Quicken 2005 through 2007.  If older you need Quicken 2006 or 2007 PPC first to convert your data file; and this update must be done BEFORE you upgrade to Mavericks:
    http://quicken.intuit.com/support/help/patching/quicken-2006-manual-updates--mac -/GEN82200.html
    Filemaker Pro PPC (in this case 7) running in Snow Leopard Server installed into Parallels for use in Lion, Mt. Lion and Mavericks:
                                  [click on image to enlarge]
    Snow Leopard Server: 1.800.MYAPPLE (1.800.692.7753) - Apple Part Number: MC588Z/A (telephone orders only)
    This solution allows you to run your Photoshop Elements in Mavericks concurrently with Filemaker Pro PPC.  Mavericks is a free download.

  • Hi.  I have just started using Adobe Photo Elements 11 and Adobe Premiere Elements 11.  I have many pictures in my photo gallery that I would like to use for a project that I am working on.  I opened my photo gallery and it indicated that I could not use

    Hi.  I have just started using Adobe Photo Elements 11 and Adobe Premiere Elements 11.  I have many pictures in my photo gallery that I would like to use in a project that I am working on.  When I opened the photo gallery it said I could not use the photo gallery because it has not been updated.  Can someone please help me with this...let me know how to do this...or...Thank you,

    BNN, even though I understand what KT is saying, your thought resonates with mine. When it comes to building and maintaining my website, I see myself more as a photographer than as a web designer. Hence, even though Apple may not be actively developing (and we are guessing on this one, arent we) iWeb, the existing functionality should do plenty of good to me for next couple years at least.
    That said, they released a point update a few days back and with the whole cloud thing building momentum and mobile me going for free, why would Apple want to pull the plug on such a fantastic product?

  • When I use Preview,Photo Mechanic and Pages, all JPEG or RAW images appear corrupted. I thought my hard drive was failing and replaced it and migrated everything over but the problem still exists. Any idea what is going on?

    When I use Preview,Photo Mechanic and Pages, all JPEG or RAW images appear corrupted.
    I thought my hard drive was failing and replaced it and migrated everything over but the problem still exists.
    It felt as if maybe a virus was at work but I ran Sophos and found nothing.
    I store images on my Drobo Raid system but when I work from my Macbook Pro I have no issues, just on the tower.
    Any idea what is going on?

    First of all, why did you say yes to Nero Back up before researching what it does with files already on the HDD? When I install Nero, the Back Up is the first thing I disable, it is a nagging pain, there are much better backup programs available. There are several file recovery programs out there to recover deleted files, that is, if that is what happened. Also, if you haven't overwritten the files, so you should be able to find them.

  • I am going to buy unlocked iphone 5.. i will be going to india nxt months and will stay there for a while... so my question is will i get warrenty in india.. and will there be any problem with using indian sims..?? thnx for the help..

    i am going to buy unlocked iphone 5.. i will be going to india nxt months and will stay there for a while... so my question is will i get warrenty in india.. and will there be any problem with using indian sims..?? thnx for the help..

    The warranty for the iPhone is not and has never been International.
    Warranty and support are ONLY valid in the country of origin.  The only exception is the EU where the entire EU is treated as one country.
    If the device will be used in India, buy it in India.
    An unlocked iPhone will work on any supported GSM carrier world wide.  The LTE portion of a US purchased, unlocked iPhone is unlikely to work outside North America as it does not support the appropriate bands used in other countries.

Maybe you are looking for