Lightbox widget works properly on dreamweaver but not on internet browser

Hi,  I am using Dreamweaver CS5 & I used lightbox gallery widget through insert widget on insert panel menu. I edited the image source so everything seems working fine when I preview it on live button (local view). but when i try to view it on internet browser, it only shows the picture and when I click on the photo, it will come out at the very end of the page instaed of just zooming in & make the background darker. Here's the link of my webpage that I am talking about. http://www.thefamily-connect.com/Pages/Tina%20&%20mike%20photos.html
I have the same problem with Spry Image Slideshow, when I view on internet browser, it says error 404 is found.
What am I missing to make these widget work in internet.  kindly  email me your reply at [email protected]
Thanks!
Joyce Forrest

sorry, I did not have experience about this... I can only read your problem.

Similar Messages

  • Site works in the app, but not in the browser.

    Hello iWeb experts,
    I've got problems.
    Last night I published my site. And while it appears, and functions, properly in my iWeb app, it doesn't do the same in Safari, Firefox, and Internet Explorer.
    Two issues...
    FONTS
    I chose Bellamie, Univers Condensed, and Marydale as my fonts. From reading these forums, I've discovered those won't wysiwyg on other computers if the fonts aren't available and open on them. So my two choices are to make every bit of text a graphic or to use a set of more universal fonts, correct? So my questions are...One, is there a list somewhere of fonts that will work in any browser? And, two, is there a short-cut, or easy way to transform type into a graphic without having to create image files?
    FUNCTIONS
    Here are the functions that work fine in iWeb but have gone haywire in all of the browsers I tested...
    • The type in one nav link appears smaller than all the rest.
    • Some links are active, others are not.
    • Rollover highlighting works on some links, but not others.
    • Most of the rollover links appear in the proper static color, a few do not.
    I've tested these functions on three Macs, one PC, and in the three browsers mentioned above. All of them show the exact same problems. So something must be going wrong with iWebs coding, or my host server musn't like iWeb.
    Any thoughts, suggestions on these two issues? Thanks much for any advice.
    John
    PS - For reference, see: www.johnrunk.com

    Fascinating, Kirk (+he types with one raised eyebrow+).
    QuickTimeKirk wrote:
    When I drag across your page most of your links do not change. The "text" portion of them doesn't change, either. Something is covering them.
    I can see that. But for the life of me, I don't know what could be covering those links. In my app, when I click in the area of the links, the type is the first item selected. Unless, possibly, it could somehow be the faint reflection of my black-and-white image (me & the ground I stand on). Hmmm...
    QuickTimeKirk wrote:
    Single click (outside the boundaries of your page contents) and an "outline" will appear. It shows the image file dimensions and locations.
    This I don't see. An outline? As in "an object outline," or as in "a list of dimensions and locations?" When I click outside my page contents, I get nothing.
    Thanks, QTK. I truly appreciate your troubleshooting here.
    John

  • Custom Dashcode widget works fine on mac, but not in iBooks

    I wrote a dashcode widget that works fine on my mac but not in iBooks, what am I doing wrong?
    I am trying to create a widget that performs a specific calculation when the user inputs the 2 variables. However when I go to preview it on my iPad, the button that performs the calculation disapears. It is visible in the thumbnail, but once you launch to full size... bye bye...
    Help is appreciated. Are buttons not allowed?

    tk0us wrote:
    it sets the size of the widget when displayed as a widget full screen or whatever size the png is
    That is not correct. What sets the size of the widget when it runs is the canvas size of the widget, not Default.png.
    At the link below, you can find a widget with a Default.png of 140x200 pixels. When you run the widget, it displays at 900x607 pixels.
    http://www.triodia.com/staff/michi/drumming/RopeCalc.zip
    This demonstrates that Default.png has nothing to do with the size of the widget when it runs. Default.png need not even have the same aspect ratio as the widget canvas.
    Michi.

  • Applet Working in MS-DOS, but Not in my Browser

    Hello!
    The applet builds a String that is displayed in the MS-DOS
    console window; but when I use my browser, I see no Java console.
    I am using J2SDK1.4.0_02. Do I need something else for my applet
    to work properly in my browser?
    Please, help. Thanks.
    Alex

    There's 2 ways to fix this.
    Assuming you're using an up-to-date version of Internet Explorer and Sun's VM, you need to go to Start--> Settings--> Control Panel-->
    and double-click Java Plug-in 1.4.0.
    Click Browser and make sure that the Microsoft Internet Explorer box
    is checked.
    This will use Sun's Java Plug-in all the time which may not be what you
    want (as this can break other stuff).
    The other way to fix it is to add some tags to the HTML file (which may also fix the problem if you are using Microsoft's VM).
    Use "OBJECT" instead of "APPLET".
    And make sure you have the following tags defined: "CLASSID", "CODE", and "TYPE". Your value for CLASSID could be different.
    Something like:
    <HTML>
    <HEAD>
    <TITLE>Jumbo's First Class</TITLE>
    </HEAD>
    <BODY>
    <H1>Brenda Pads Her Keys</H1>
    "Drat!" exclaimed Jumbo. "This stupid machine."<BR>
    Brenda rolled her eyes, as if to say "What now?" and inquired
    in her most soothing, customer-service voice, "Problem, J.G.?"<P>
    Jumbo, perhaps a tad unresonably, bit back. "I don;t have a problem.
    It's this moronic prototype. Why does it let me type in letters if all
    it can use is numbers? Who designed this anyhow?"<BR>
    Brenda, stifling her impulse to reply, "You did," reached over Jumbo's shoulder and pressed a key on his keyboard. "I know just what you need," she said. "Look at this."
    <HR>
    <OBJECT CLASSID = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" HEIGHT=150 WIDTH=200>
    <PARAM NAME = CODE VALUE = keypad1.class>
    <PARAM NAME = TYPE VALUE = "application/x-java-applet;version=1.2;>
    </OBJECT>
    </BODY>
    </HTML>

  • Java chat program, works on single PC, but not over internet?

    I got bored so I started writing a chat client in java, its IRC style, a server and as many clients as you want. It works fine on a single computer (using 127.0.0.1 as the IP) but not over the internet.
    I've tried running the server and client on my home PC, set up the ports to be forwarded on my router and enabled them in the windows firewall but I get the error "Connection refused" when trying to connect using my external IP (ISP) address, same with me running the server and a mate running the client.
    The class chatHandler was basically stolen off the internet, the rest I wrote myself or modified bits of code to suit. I wrote it in netbeans with the GUI builder.
    I've hosted both projects in the single zip, if you want to run the application just open the .jar file in the dist folders, or view the source via the src folder, or alternatively you can load the project up in NetBeans so its easier to play with the GUI.
    So yeah if anyone can help me out with why its not working that'd be great, I've added the port to my firewall (default 60111). My ultimate goal is to implement an actual protocol so it isn't just sending plain text, then I can easily send files to mates etc.
    http://rapidshare.com/files/208309140/ChatProgram.zip.html
    Edited by: rolls on Mar 12, 2009 4:58 AM

    what I have done recently is this:
    have added java.exe, javaw.exe, the ports Im using to the windows firewall and also the ports I am using to my router.
    I have also tried changing :
    server = new ServerSocket(port);
    to:
    InetAddress IP = InetAddress.getByName(IPAddress);
    server = new ServerSocket(port, backlog, IP);
    (IPAddress = 192.168.1.3 my lan NIC)
    As I believe it was binding to my local loopback adaptor, hence not seeing any packets when using a packet analyser, however now I get an exception, after printing a stacktrace from the client I get this.
    However I can now connect using 192.168.1.3 just not using my external IP address.
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl .java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSoc ketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.j ava:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.j ava:366)
    at java.net.Socket.connect(Socket.java:519)
    at java.net.Socket.connect(Socket.java:469)
    at java.net.Socket.<init>(Socket.java:366)
    at java.net.Socket.<init>(Socket.java:180)
    at chatclient.Client.run(Client.java:60)
    at java.lang.Thread.run(Thread.java:619)
    Why is my connection getting refused? I've set up a virtual server and port forwarding on my router, and turned off the windows firewall.

  • Works in applet viewer but not in internet explorer

    I origionaly posted this on devshed. I got 55 views but no replies. It seems to be a common problem to which no one knows the answer. Surprise me :O)I'm sure this is a really common but there seems to be surprisinly litttle on the web about it.
    I developed a game applet a while ago in applet viewer and am now thinking about putting it on my web site. However I have found that it doesn't work in internet explorer. I can browse other sites using Java fine. There is clearly just something about my applet that ie doesn't like.
    Does anyone have any suggestions? What sort of things upset ie?
    All help very much apreciated, you are very nice people
    Flo.

    There must be some thing that tells you it isn't working. You should tell us so we don't have to guess. Does the browser hang? Do you get an error? Did you try opening the Java Console to see if there were any messages? I am guessing that your code is using something that the security level of an Applet does not allow (but appletviewer does allow).

  • Works fine with Safari but not with Internet Explorer

    Hi, I just created a website using iWeb, and it looks great in Safari in my Mac and iphone, but when I try to open it in Vaio using Internet Explorer, I get some problems. Sometimes the page just don't open, and when it opens, the fonts are not the same, and things are moved around. What can be the problem and how can I fix it? By the way, I use mobile me for hosting, and my site is www.ogucuo.com
    Thanks!

    When you use a font that is not "Web Safe" the computer that downloads your page may not have that font installed. It substitutes another one and this causes the text box to expand and push the other stuff around.
    If you enter some text into a box on an iWeb page and then change the font you will see how the text box expands to accommodate a bigger font.
    If you really want to use a special font, sparingly, convert it to an image by typing it into a shape or putting a slight shadow on it in the "Graphic" inspector. The iWeb help menu will tell you about this.
    If you turn on "Show text imaging indicator" in iWeb preferences you will get a visual indication of the text being converted to an image.
    I say sparingly because each image increases your page file size and download time.

  • Slideshow widgets work in Safari but not in Internet Explorer.

    I have tried both the Spry Image Slideshow with Filmstrip and the Spry Image Slideshow - Basic. They work well in Safari but they skip images in Internet Explorer. I am using the default widgets in each instance. In IE only the 1st, 3rd, 5th, 7th, 9th, 11th, 13th and 15th slides display and they do so without any real transitions. I haven't tried other browsers yet.  Any suggestions? Thanks.

    I'm having a similar issue. The Spry Slideshow - Basic widget works great in Firefox, but won't work in IE8.
    Here's the test link I set up. http://arts-festival.com/TESTSLIDE.php
    The page I set it into originally (isn't officially live, still up for testing purposes) is http://arts-festival.com/index2010.php
    Error is:
    Invalid Argument.
    Line: 389
    Char: 3
    SpryDOMEffects.js
    Code: 0
    URI: http://www.arts-festival.com/Spry-UI-1.7/includes/SpryDOMEffects.js
    Any suggestions?
    Thank you!
    Theresa

  • Audio is not working properly and battery is not lasting

    audio is not working properly and battery is not lasting over 30 mins

    Hello swampdonkey,
    I see that you are having a problem with the sound and battery on the computer. I would like to help with this issue but I need some information.
    Can you provide the model and product number of the computer? Here is a link that shows how to find that information.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Flash work in preview but not in the browser!?

    Hi there:)
    I have a .swf file in a table in Dreamweaver. When I preview it in place and in Safari, it plays. When I upload eveything, it is not in any browser on the server.. any ideas?
    Thanks!
    V

    Hi John!
    Yes, sorry about that.. here it is.
    http://farmingtonfarm.com/appraisal.html
    Thanks for your help!!
    v
    Date: Thu, 8 Apr 2010 18:52:05 -0600
    From: [email protected]
    To: [email protected]
    Subject: flash work in preview but not in the browser!?
    Can't really help without a link to the site. Can you provide one?
    >

  • Ipod works on one computer but not the other?

    Can someone please help me? My ipod works on my laptop but not the desktop. When I plug the Ipod into the desktop it sometimes shows up in Itunes but says it's corrupt. Which it obviously isn't because it works fine on it's own when not plugged into a computer and it works fine when I plug it into the laptop. Also when I looked in my computer the Ipod would show up as drive j and it would flash on and off. Well, I tried plugging the Ipod into a different port and that worked as far as drive j stopped flashing on and off. I tried changing the drive name and it wouldn't let me because it always went back to drive j even after I changed it to drive z. Itunes is playing music and is up to date. I have Windows Vista Home Premium 64 bit. Please help.

    Well start with these articles and see if that gets you anywhere...
    iPod is not recognized properly by computer when USB drivers are not installed properly or are out of date
    http://docs.info.apple.com/article.html?artnum=305136
    iTunes for Windows: iTunes 7 doesn't recognize iPod
    http://docs.info.apple.com/article.html?artnum=304434
    iPod missing in "My Computer" or in iTunes for Windows
    http://docs.info.apple.com/article.html?artnum=61711
    Also you might try forcing the iPod into disk mode first, then connecting it to your computer and see if that makes it show up in iTunes...
    Putting iPod into Disk Mode
    http://docs.info.apple.com/article.html?artnum=93651
    Windows confuses iPod with network drive or hard drive and may keep iPod from mounting or songs may seem to disappear
    http://support.apple.com/kb/TS1493
    Patrick

  • How do I troubleshoot installation/distribution of a LabVIEW .exe which processes data using Matlab when it works on some computers but not others?

    I've been given the unenviable task of troubleshooting and installing/distributing software written by a former co-worker. I've modified the LabVIEW code and built an .exe file. I've successfully installed the Labview .exe file on several computers, but it won't work on some others. What's more baffling is that I installed it successfully on one computer, uninstalled it, and tried reinstalling it with no success. In fact, it's a new error (Dr. Watson for Windows NT application error). It doesn't help that I have different versions of LabVIEW and Matlab on the target computers. Some have LabVIEW 5.1, some
    have 5.0, and some don't have it at all. Some have Matlab 5.2, some have 5.3 (R11) and some have 6.0 (R12). It's also not clear to me where the Matlab m files should be located. I'm not sure if it's a LabVIEW Runtime Engine problem, or if it's a Matlab problem. I've also wondered how LabVIEW and Matlab talk to each other. When LabVIEW calls Matlab, it seems that Matlab is running in the background. In other words, clicking on the Matlab Command Window and typing "whos" or any other command/variable doesn't work.

    Jay del Rosario wrote:
    >
    > How do I troubleshoot installation/distribution of a LabVIEW .exe
    > which processes data using Matlab when it works on some computers but
    > not others?
    Poke around zone.ni.com and
    http://digital.natinst.com/public.nsf/$$Search/ .
    Good luck, Mark

  • Macbook Air Late 2010 model, 10.6.7, 2.13 4g ram. Trackpad is not working properly and in sometimes not at all.

    Macbook Air Late 2010 model, 10.6.7, 2.13 4g ram. Trackpad is not working properly and in sometimes not at all. Need suggestions to resolve this issue?  I have applied all Mac updates and still having problems with the trackpad.

    The machine has a 1 year warranty, book an appointment with your local Apple Store or AASP to have it looked at.
    You can try doing a SMC reset however I don't think that is the solution.
    SMC RESET
    • Shut down the computer.
    • Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    • On the built-in keyboard, press the (left side) Shift-Control-• Option keys and the power button at the same time.
    • Release all the keys and the power button at the same time.
    • Press the power button to turn on the computer.
    PRAM RESET
    • Shut down the computer.
    • Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    • Turn on the computer.
    • Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    • Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    • Release the keys.

  • Can get the AirPlay to work off my computer, but not my iPhone or iPad. I have the latest software.  Airplay logo never appears on iPhone or iPad.

    Can get the AirPlay to work off my computer, but not my iPhone or iPad. I have the latest software.  Airplay logo never appears on iPhone or iPad.

    Try here  >  http://support.apple.com/kb/TS1538

  • HT5787 How can I change an old email to a new one? For some reason my old email comes up on my iPhone - and I don't get access to change to my new email which I have on my iCloud account on my pc. My AppleID works on my pc, but not on my iPhone!

    How can I change an old email adress on my iCloud accout to my new email (the same as on my pc), as long as my Apple ID works on my pc but not on my iPhone?
    Br
    Finn

    You would have to change it back to your old email address in order to turn off "Find My iPhone" on your devices. After you changed it back to your old address and deactivated "Find My iPhone" (activation lock) you could change your Apple ID to your new address again. Now it should wok on all your devices.

Maybe you are looking for

  • Problem with bridge and Photoshop CS4

    When in Bridge CS4, I want to open a JPEG photo in Photoshop, when double clicking It opens PAINT and not Camera Raw. I have the CS4 on a laptop and no problem there. I matched all the settings and still the desktop opens PAINT instead.

  • Wireless keyboard not connecting to iPad?

    New wireless keyboard not connecting to iPad.

  • GRMG RFC Configuration "HTTP method GET is not supported by this URL"

    Hi All, when i create the RFC Destinaton for SLD  with regards to GRMG Configuration and test the rfc i get the Reason code 400 with error "HTTP method GET is not supported by this URL". Even if i call  http://hostname:port/sld/rtc in the browser i g

  • TS4002 iCloud won't let me access using OS10.7.4 mail

    I am unable to access my email from iCloud on OS 10.7.4 mail.  The incoming mail server is set in light gray and cannot be changed to the the recommended imap.*.  It hard written as a curious po4-imap.*  Is there anyone out there who can help me with

  • HT2311 how to authorise a new iMac for iTunes

    Hi All, complete newbie to all things Apple. Just got a new iMac struggling a little with many things any advice would be very welcome ......before i go off the idea that a Mac was a good decision. Current Probs: 1. Cant find out how to authorise the