Suggestion regarding appearance on multiple browser

Heya, my website lacks in its appearance on multiple browser. I have created an image using Adobe Photoshop. is that the reason??

Welcome to the forum.
As this particular forum is for discussing the actual Adobe Forums, themselves, I would post to the Photoshop Forum: http://forums.adobe.com/community/photoshop
I would also post screen-caps of your Web page, in each of the test browsers, to address the differences.
Good luck,
Hunt

Similar Messages

  • When browsing a new library that I created, the browser shows dotted lines around grey rectangles, no images. When I double click on a rectangle the image appears. How do I get images to appear in the browser rectangles?

    When browsing a new library that I created and exported onto an external hard drive, the browser shows dotted lines around grey rectangles, no images. When I double click on a rectangle, the image appears, but all the other rectangles remain empty - no image. How do I get images to appear in the browser rectangles? I am viewing this on a second computer (an older intel duo iMac), not the one I created the library on (a MacBook Pro). Both computers have Aperture 3.2.4 installed. When I return the external to the MacBook, all images appear in browser rectangles. What's happening on the iMac?

    You may have a problem with the permissions on your external volume. Probably you are not the owner of your library on the second mac.
    If you have not already done so, set the "Ignore Ownership on this Volume" flag on your external volume. To do this, select the volume in the Finder and use the Finder command "File > Get Info" (or ⌘I).
    In the "Get Info" panel disclose the "Sharing & Permissions" brick, open the padlock, and enable the "Ignore Ownership on this Volume" flag. You will have to authentificate as administrator to do this.
    Then run the "Aperture Library First Aid Tools" on this library and repair the permissions. To launch the "First Aid Tools" hold down the ⌥⌘-key combination while you double click your Aperture Library. Select "Repair Permissions" and run the repair; then repeat with "Repair Database". Do this on the omputer where you created the library and where you can see the thumbnails.
    Then check, if you now are able to read the library properly on your iMac.
    Regards
    Léonie

  • Applescript to get the Url's of Safari for multiple browser instance??

    Hi All,
    am trying to get the URL's of the opened windows in more than one instance of Safari.
    I have got the script to get the url's of single instance, Pls suggest the same for multiple instances of safari browser with different windows opened for each instance. current code am uisng:
    tell application "System Events"
              set theURL to URL of current tab of window 1 
    end tell

    Try this:
    set theURLs to {}
    tell application "System Events"
        get id of processes whose name is "Safari"
        repeat with thisID in result
            tell (process 1 whose id is thisID)
                tell windows
                    copy value of text field 1 of group 2 of tool bar 1 to the end of theURLs
                end tell
                tell (windows whose name contains "abc")
                    click button 1 -- close
                end tell
            end tell
        end repeat
    end tell
    theURLs

  • Best way to approach... Wizards and Multiple Browser Windows?

    How have others got / would others get around the following problem?
    I have a 4 page custom-built wizard to collect information about people and then, on the final step, insert that information into my PERSONS table. I use the same 4 pages as an Update wizard as well (I have a hidden item which is set either to 'CREATE' or 'UPDATE' depending on whether the wizard is in CREATE "mode" or UPDATE "mode" which I can then use in conditions to tell the app which process to run.) This works nicely and by using the same 4 pages for both my update and create wizards it means I need half as many pages.
    When a user enters page 1 of the wizard in UPDATE mode, pages 1, 2, 3 and 4 are populated with details of the person record they are updating. They can then change the values they wish, navigate to the end of the wizard with the "Next" button and then save the changes.
    When a user enters page 1 of the wizard in CREATE mode, I clear the cache for pages 1, 2, 3 and 4. The user can then navigate through the pages using the Next button and then click "Save" to save the new person (perform the INSERT into the DB).
    The problem comes when the user is half way through an update wizard and then, for some reason known only to the user, decides to open a new browser tab/window and start a Create Wizard in this new tab. Starting the Create Wizard has the effect of clearing the cache for the 4 pages which is an issue for when the user goes back to his other tab and tries to continue with the Update Wizard he was half way through (because all the items will have been NULLed). This problem occurs essentially whenever the user initiates one wizard (CREATE or UPDATE) when he is already half way through another one: One of the wizards is always going to get "messed up".
    I would be interested to hear how others have dealt with this problem in the past? Somehow limit the user to having one Wizard open at a time? Or something else?
    All/any comments/thoughts/suggestions much appreciated,
    Thanks
    Andy

    Hello,
    Well the easiest way around it is user education. Just put an information blurb on the right that says.
    >>
    Running this wizard in multiple browser windows or tabs will/could cause malformed data to be saved.
    >>
    Just like when you do online credit card transactions and they tell you not to click twice or you get charged twice.
    The problem is that the same browser , if in different windows or different tabs, will share the same session.
    You could maybe store all your information in a collection or something and not save or clear cache till the end, but that seems like overkill, just put some text in there that says don't do this!
    Carl

  • Creating multiple browser windows in Flash or Dreamweaver

    I created a Flash site with several scenes. Is there a way to
    command and code in Flash via Action Script and/or Javascript the
    creation of multiple browser windows each holding one of the scenes
    upon the release of a button corresponding to a respective scene?
    Can this be done in Dreamweaver alternatively? If so how? Can it be
    done at all?
    Thanks so much.
    Jody W

    Hi Gorka:
    I’m finally able to focus on your suggestions and
    hopefully finally finish my site. Just to make sure I’m clear
    on your advice using a scene called “paintings” as an
    example, I discard my earlier code such as <PARAM name =
    “FlashVars” value = “jodysite_paintings.swf =
    paintings”>, and replace it with the code you suggest that
    would look like this once completed (below)?
    <PARAM name = “FlashVars” value =
    “jodysite_paintings.swf =<?php echo $_GET[' paintings
    '];?>”>
    <EMBED FlashVars = "jodysite_paintings.swf=<?php echo
    $_GET['paintings'];?>"></EMBED>
    And in the Actions window for the button that would open a
    new browser window upon release for the “paintings”
    scene, the Actionscript for that button would read:
    getURL("javascript:window.open('
    http://www.jodywidelitz.com?scene=paintings','Paintings',
    toolbar = no, menubar = no, scrollbars = yes, location = no,
    fullscreen=yes, width=1024,height=768); void(0); "_blank", "GET");
    if(paintings != undefined){
    gotoAndStop(paintings, 1); 1 is for frame 1
    This is the way I have the code now, but I developed a glitch
    as soon as I changed the code. My preloader stays caught up in a
    continual load that won’t finish, and won’t advance to
    the next scene. It was working before I entered any FlashVars
    coding. So the Flash movie embedded in Dreamweaver stays blank.
    Also, I am using the original Flash MX and Dreamweaver MX from
    2002-2003. By some chance, does this earlier version of Flash MX
    not recognize FlashVars? I do have the DOCTYPE as <!DOCTYPE HTML
    PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> to allow any
    deprecated code, etc.
    Thanks again,
    Jody

  • The title of a music won't appear in the browser window.

    The song appears in iTunes, but it does not appear on the browser window in Aperture.  The song title is a mixture of Japanese and English text and it was sampled from an original CD.  The browser does list other songs that have only Japanese, only English, or a mixture of the two.  Also, it's not other listing songs too.  Any thoughts?  Thanks.

    Might need to "recreate" your iTunes library, read here.
    http://support.apple.com/kb/ht1451
    And launch iTunes. From the menu bar click Store / Authorize This Computer.

  • Hi, incorrect previously used e-mail address suggestions keep appearing in my Yahoo! ID box when signing in & I can't get rid of them.

    Hi, incorrect previously used e-mail address suggestions keep appearing in my Yahoo! ID box when signing in. I can't get rid of them. I've tried clearing the cache and cookies. I couldn't find an option to clear private data, don't know if that would work. My Yahoo password is not saved and my password is not the problem. I just want to know how to delete previously used emails from logging in suggestions so they stop appearing, hope you can help, cheeeers - Dave.

    Thanks very much for the response Sandee. I tried your suggestion of the  Annotation option and this worked! - wonderful.. altho this test now works for me I'd still love to get it working from InDesign.
    What I'm trying to achieve... my client had 5 powerpoint presentations that need updating with new branding (totally about 160 pages - with about 20 basic animations - i.e. flashing lights on products etc).
    I sold him on the idea of using InDesign/PDF rather than powerpoint - but am needing to find an easy solution for the animations. So I've been working on this test file. Have self taught myself on a basic flash animation (from Lynda.com)... and tried importing both SWF and QT .MOV into InDesign and then exporting to PDF and when it loaded up in Acrobat it would always "unexpectedly quit" upon opening... even after trying different versions of PDF compatibility and restarting etc.
    Is there something obvious that I'm not doing right?
    Also if I get it to work, does that mean that my client and all their staff around the world will need to be Acrobat Reader 9?
    Thanks again for your time and help
    R

  • Multiple Browser Support in Webcenter

    What are the code changes that are to be made to have Multiple browser support in Webcenter?
    what is done in Webcenter to provide to browser independent UI
    e,g in jsp , we usually write javascript
    if browser is this, do this
    else do this
    kind of logic

    Even When I use JSTL and have modified the code to the following
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:fn="http://java.sun.com/jsp/jstl/functions"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <c:choose>
    <c:when test="${fn:containsIgnoreCase(header('User-Agent'), 'MSIE 6.0')}">
    <c:out value="Its IE6"/>
    </c:when>
    <c:otherwise>
    <c:out value="Its others"/>
    </c:otherwise>
    </c:choose>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    i get error on compile that says
    Error(12,16): The function "header" for prefix "" can not be found in the specified tag library.

  • UIShell Dynamic tabs vs multiple Browser tabs ?

    Hi all,
    Can someone explain what is exactly benefits we have by using dynamic tabs, compare to multiple browser tabs ?
    Can anyone give an example of the problems encountered when using multiple browser tabs ?

    ADF does support multiple browser tabs but you must design your application carefully. See: http://one-size-doesnt-fit-all.blogspot.com.au/2011/10/pageflowscope-with-unbounded-task-flows.html
    As for the UIShell vs multi browser tabs, it's a UI design question. Once upon a time Mozilla Thunderbird used to open emails in separate windows (= multi browser tabs) and now uses inline tabs (= UI Shell). Which is the right way? Neither, depends on your user requirements.
    CM.

  • I'm running an iBook G4. On occasion, a black and white display appears (in multiple languages) and requires restarting by holding the power button.

    I'm running an iBook G4. On occasion, a black and white display appears (in multiple languages) and requires restarting by holding the power button.

    What you are seeing is a kernel panic.
    Check out the X Lab's article on Resolving Kernel Panics. Maybe something there will help.

  • I upgraded to v16 and now when I go to Hotmail/Qutlook email appears in mobile mode. How do I get it to appear in full browser mode?

    How do I get it to appear in full browser mode?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can also check your security software (firewall) to make sure that if doesn't modify the user agent or otherwise makes the website think that you use a mobile connection.
    You can check the network.http.* prefs on the about:config page and reset all bold user set network.http prefs to the default value via the right-click context menu -> Reset.
    *http://kb.mozillazine.org/about:config

  • Need suggestion regarding File compression and splititng

    Hi,
    I want to split and compress the big files into small chucks. On later any standard zip utility i.e. winzip, 7z etc can merge(extract) all the chunks to generate the original file. I am looking for any java library which provide the split and compression functionality.
    As Java also supports in built compression utility. Should I use those library or any other open source is available to do this? I welcome your suggestion regarding how can I start.
    Thanks

    If you're just looking for something to be used internally, it'd be pretty simple:
    1. Open your source InputStream.
    2. Create a standard read/write loop to pump the stream.
    3. Add a counter that determines how much you've pushed into your current target. After you reach a certain value, close your current target, create a new target stream, and reset the counter.
    4. Conclude by closing your source and your current target.
    For compression, you can use the built-in GZIPOutputStream or a third-party library of your choice. I usually find GZIP sufficient for my needs.
    Of course, if you want the output to be compatible with other programs like 7-Zip, you've got a lot more work on your hands complying with the file format spec. :)

  • If I have multiple browser windows open (not tabs, windows) and I close 1 of them, why do ALL browser windows close?

    If I have multiple browser windows open (not tabs, windows) and I close 1 of them, why do ALL browser windows close?

    How are you closing the window?
    Are you using the File menu or the close X on the title bar?
    Use Alt + F to open the File menu with the Close Tab entry visible (doesn't work with the mouse).

  • Parts of Horizonal Navigation Bar Do Not Appear In the Browser???

    Hi,
    When I added 'Contact Us" to Horizontal Navitation Bar it appears in the browser.
    There is No Negative Offset.
    Cheers,
    Dreamer101.1

    Rather than attaching only the html page, can you upload to a server and give us a link?
    How did you add the new menu item? Did you use the Properties Inspector after clicking on the blue tab of the SpryMenuBarHorizontal in the Design View? Or did you just type it into the code.
    If you just typed it into the code, check to make sure that the appropriate classes are added (imitate one of the other menu/list items), because the new item won't function properly without them. No harm in typing them in yourself.
    Beth

  • How to disable Refresh,Reload in browser and user should not allow to multiple browser sessions ?

    Dear All,
    How to disable Refresh,Reload in browser and end user should not allow to multiple browser sessions in portal.Where we need to configure the settings or any code in masthead or any other component. My server version is 7.4 - SP5 .Please help us.
    Thanks for advance,
    BR,
    Durga Rao.

    Dear all,
    i am able to logoff the click refresh button on keyboard.I am using this code to log off the user into the portal.
    document.onkeydown = function(e)
      var key;
      if (window.event) key = event.keyCode
      else
      var unicode = e.keyCode ? e.keyCode : e.charCode
      key = unicode
      switch (key)
      { //event.keyCode
      case 116: //F5 button
        LSAPI.sessionPlugin.logoff();
      event.returnValue = false;
      key = 0; //event.keyCode = 0;
      return false;
      case 82: //R button
      if (event.ctrlKey)
    LSAPI.sessionPlugin.logoff();
      event.returnValue = false;
      key = 0; //event.keyCode = 0;
      return false;
      case 91: // ctrl + R Button
    LSAPI.sessionPlugin.logoff();
      event.returnValue= false;
      key=0;
      return false;
    Thanks.
    But i am unable to control the multiple windows opening the browser.So any one can tell me the how to block the new window and new tab/duplicate tab option.
    BR,
    Durga Rao.

Maybe you are looking for

  • WrongName error when trying to run a package file

    Hi, I am trying to run a file in a package. The package name is called com.davidflanagan.examples.net and the file name is ProxyServer.class. I've set the class path to point to the directory the package is in using the CLASSPATH environment variable

  • After using iTunes my Mac doesn't shut down!

    My MacBookPro doesn't shut down after using iTunes. I have try anything and the apple support can't also help me. I can only stop my Mac with the power button. If I don't use iTunes I have no problems to shut down the Mac. Have anybody a similar prob

  • Is there any way to play all files in a directory by one url?

    Hi all, I am testing fms this days, I have put all my files(such as 1.mp3,2.mp3...n.mp3) in my directory. I can play single file fine with url like this: rtmp://localhost/mp3/mp3:x/2 but i want to know is there any way to play all files in my direcot

  • Copy Command across dblink

    Hi, i am wanting to copy a few columns from a table in db1 into a new table in db2. I can get this to work using the copy command in sql, but would like to recreate this in pl/sql. can the execute immediate create over the dblink?

  • Namespace Creation for my SWCV

    Guyz, i just created a swcv and i right-clicked and select 'Namespace' item. In edit mode, though the section 'Namespaces*' is appearing , there isn't any placeholder to type my namespace value..... i'm on NW04s ....is it something i missed while cre