Image does not appear in all browsers

On the homepage, just below of the "available soon dethrone" now has a command button. It seems that with Safari. I tried Firefox, Chrome and IE, and the image does not appear on one of these. The thing that annoys me is that the image was there before and worked fine, I didn't make it bigger and link, so I'm confused why all of a sudden it is not displayed.

Thanks in advance for any help.

http://turtlecell.com

Post edited by: hcblue

I suspect that your image is not properly optimized for the web.  Open in Photoshop & press on file > save for Web.

In Panel of DW of files, the PUT option (up arrow) is used to upload files to your server.

Nancy >

Tags: Dreamweaver

Similar Questions

  • Nav background image does not display in some browsers...

    Hello

    I am trying to build a model of Web site - still ironing a few bugs, but just found out that the information in my navigation bar image does not appear on some browsers (including certain versions of Internet Explorer). It works in IE8 where my first test (on both my drive local and temporary 'live' server, but in most other browsers, does not appear...

    Here is a link to my test page:

    and here's the css with the code in red:
    / * Menu external Wrapper * /.
    {.p7PMMh04}
    Width: auto;
    height: 20px;
    margin: 0 auto;
    do-family: Arial, Helvetica, without serif.
    do-size: 11px;
    make-weight: bold;
    background-image: url (img/new_bk.gif);
    background-repeat: repeat-x;
    background-color: #000;
    text-align: left;
    line-height: normal;
    }
    / * Hide the submenu in Design view
    Compensate for the LI padding on doors sliding themes * /.
    .p7PMMh04 ul div {}
    display: none;
    }
    /*
    TOP LEVEL MENU
    */
    .p7PMMh04 ul {}
    margin: 0;
    padding: 0;
    }
    .p7PMMh04 li {}
    list-style-type: none;
    float: left;
    Width: 120px;
    }
    / * Hide IE5 Mac * /.
    .p7PMMh04 li {}
    Width: auto;
    }
    / * High level links * /.
    .p7PMMh04 a {}
    display: block;
    text-decoration: none;
    padding: 2px 14px 3px 14px! important;
    color: #ffc42a! important;

    / * border-right: 1px solid #8184e6;  */

    text-align: left;
    }
    / * Link stationary when a drop-down list is not present * /.
    .p7PMMh04 a: hover {}
    color: #df8f04! important;

    / * background-color: #DFDFDF; * /
    }
    /*
    Syntax of the special classes programmatically assigned to the first and last links and also read
    See the guide the user for more information
    .p7PMMh04 ul a.pmmfirst {}
    border-left: 1px solid #df8f04;
    }
    .p7PMMh04 ul ul {a.pmmfirst}
    border-left: 0;
    }*/
    .p7PMMh04 ul a.pmmlast {}
    }
    .p7PMMh04 ul li.pmmfirst {}
    }
    .p7PMMh04 ul li.pmmlast {}
    }
    / * First void / level * /.
    .p7PMMh04 ul ul {}
    z index: 10000;
    background-color: #333;
    Width: 150px;
    background-image: url(img/pmm_carbon_subs.jpg);
    background-repeat: repeat-x;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    }
    .p7PMMh04 ul ul li {}
    float: none;

    background-color: #000;
    background-image: none;
    }
    .p7PMMh04 ul ul a {}
    padding: 4px 12px! important;
    color: #ffc42a! important;
    border-right: 0;

    text-align: left;
    overflow: hidden;
    }
    / * tread on 1st level transfer * /.
    .p7PMMh04 ul ul a: hover {}
    background-color: #333;! important;
    color: #df8f04! important;

    }
    / * Third level (launchers in the horizontal menu) * /.
    .p7PMMh04 ul ul ul {}
    border-top: 1px solid #df8f04;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #df8f04;
    }
    /*
    THE IMAGE-ORIENTED SPECIAL RULES
    */
    .p7PMMh04 img {}
    border: 0;
    }
    .p7PMMh04 .p7PMM_img {}
    padding: 0px;
    border: 0;
    background-image: none;
    background-color: transparent;
    }
    /*
    TRIGGERS and the RULES of MARK CUURENT
    The Closed state is related to the trigger elements when their kids meals are not displayed
    The open State refers to the trigger components when their kids meals are displayed
    Selectors added with _left automatically change the orientation and position of the arrow
    If additional levels are set to fly to the left
    */
    / * Void / level * /.
    .p7PMMh04 ul a.trig_closed .p7PMMh04 ul a.trig_closed_left {}
    background-image: url(img/pmm_south_medium.png);
    background-repeat: no-repeat;
    background-position: Center-right;
    }
    .p7PMMh04 ul a.trig_closed_up {}
    background-image: url(img/pmm_north_medium.gif);
    background-repeat: no-repeat;
    background-position: Center-right;
    }
    .p7PMMh04 ul a.trig_open .p7PMMh04 ul a.trig_open_up {}
    Color: #000! important;

    background-color: #DFDFDF! important;   / * It's background color of rolling main drop-down list *.
    }
    .p7PMMh04 ul ul {a.trig_closed}
    background-image: url(img/pmm_east_dark.png);
    background-repeat: no-repeat;
    background-position: Center-right;
    }
    .p7PMMh04 ul ul {a.trig_closed_left}
    background-image: url(img/pmm_west_dark.gif);
    background-repeat: no-repeat;
    background-position: left Center.
    }
    .p7PMMh04 ul ul {a.trig_open}

    color: #FFF! important;
    background-color: #424242! important;
    }
    / * The current marker (you're here) links * /.
    .p7PMMh04 .current_mark {}
    make-weight: bold;
    color: #60c3d1! important;
    }
    .p7PMMh04 ul ul {.current_mark}
    color: #FFF! important;
    }
    /*
    Rule the utility used for floats in the horizontal Menus
    */
    {.p7pmmclearfloat}
    Clear: both;
    height: 0;
    line-height: 0;
    do-size: 0;
    }
    ---------------------------------------------
    Thanks in advance for any advice,
    Jesse

    Add overflow: hidden; (as shown below) for the class selector in your stylesheet p7PMMh04.css .p7PMMh04

    {.p7PMMh04}
    Width: auto;
    height: 20px;
    margin: 0 auto;
    do-family: Arial, Helvetica, without serif.
    do-size: 11px;
    make-weight: bold;
    background-image: url (http://home.roadrunner.com/~jgigandet/trinity/img/new_bk.gif);
    background-repeat: repeat-x;
    background-color: #000;
    text-align: left;
    line-height: normal;
    overflow: hidden;

    }

  • Background image does not appear

    I worked on my Web site recently, and in order to personalize it a bit more I added some background images to the cells. The problem is that the image does not appear in my browser. I tested background images of page too and nothing. It makes no sense. I select the cell, go to the properties panel, and then find a background image. Once I have select this one appears in dreamweaver, looking the way it is supposed to. After I downloaded the page, however, I check in my browsers, Mozilla Firefox and Internet Explorer, and the image is not there. All this shows is the background color of the cell or of the page, depending on the question of whether I make the background color of the transparent cell. I asked a few friends to view the page too to see if it is for them and they tell me that it is not for them either. Anyone know why this is happening? Oh I should mention I publish as an html file and I tried both .jpeg and .png file types. In addition, it's all in Dreamweaver 8. Any help would be greatly appreciated. Thanks in advance.

    Background ="... /... / move background2.jpg

    can't go up two levels of folders from there...

    Also should avoid spaces in the names of files and folders.

    copy of a previous post on this topic:

    the style sheet link and especially images that you have placed have paths such as
    this:

    ../gifs/ means go UP one folder level, then into the folder named ">

    The problem: the home.html file is at the level of the root of the public
    space web is not not to attend. So all these paths are distributed on the
    downloaded pages.

    My guess her site definition is set to the wrong folder level in the
    local and remote site.

    The way it should be is the local and remote should be defined in the folder
    that contains home.html. Use the 'Folder of the Site Local' button to select the
    good record and the "host directory" If the folder level must be
    adjusted on the remote control (such as you land in a high level of private accommodation
    folder when connecting with ftp and need to go to one site files
    folder named "public_html" then type public_html directory of the host
    the remote server info line)

    > The page is http://www.flash-vault.com/submissions.
    > The background image is supposed to appear behind the five titles in the
    > first column. It appears in dreamweaver and when I saw, but not after
    > It is published.
    >

  • Why the original image does not appear on my desktop and not Wo one?

    Why the original image does not appear on my desktop and not Wo one?

    I made adjustments to an image that shows himself such that adjusted with the symbols at the bottom right of the image.
    I tried to drag and drop and he transferred the original image.

    The adjusted picture can be transferred and what I need to do or I do something wrong?

    Thank you

    Greg,

    Claes has pretty much nailed. You will do well to spend time to learn how Lightroom works. He is not like most software that you've used before, and if you don't understand what it does and how it does, you stand a good chance of losing your images.

    Try googling 'Lightroom tutorials' or 'get started in Lightroom. It's not rocket science, but it's different.

    HAL

  • Why is my image does not appear in my library? I can see it in my library on my Android phone, but where is it in my library in the DI library panel?

    Why is my image does not appear in my library? I can see it in my library on my Android phone, but where is it in my library in the DI library panel?

    I thought about it. Thank you for you. He appeared once I hit sync to cloud

    icon.

  • Can someone help me? PNG image does not appear on Dreamweaver cs6

    Can someone help me? PNG image does not appear on Dreamweaver cs6,

    Why its display with blue bg? his strange appearance... !!

    hand.jpg

    Thanks for your reply...

    Well, the problem was on the mode of the image. It is in gray scale, when it changed to RGB-image works fine...

    Once again thank you!

  • Windows Fax and Scan for Windows Vista does not appear under all programs

    Windows Fax and Scan for Windows Vista does not appear on my computer under all programs - where he might or he is still in charge?

    If you have Vista Home Basic and Vista Home Premium, they do not come with Fax software included.

    You will need software 3rd party Fax:

    http://www.SnapFiles.com/reviews/Snappy_Fax_2000/snappyfax.html

    Snappy Fax 2000 allows you to send and receive faxes from your computer. You can use your scanner to scan documents and then sent a fax to any fax machine, or use the print command other applications to use the virtual fax printer, allowing you to send faxes directly from most Windows applications. In addition, the program also supports faxes sending via the internet, filtering of unwanted faxes and transfer incoming faxes to other fax or e-mail addresses. Additional features include import address book, faxes by email (with zip for images support), OCR, spell checking and much more.

    See you soon. Mick Murphy - Microsoft partner

  • SVG image does not appear in the mobile version, but does in the desktop version

    Hello

    I am new to the use of Muse and have created one before site in Muse. I took screenshots to show the problem I'm having.


    I used Illustrator to create the image of the logo depending on whether I have save to SVG file:

    Screen Shot 2015-04-18 at 15.01.04.png

    As you have probably guessed, I used a clipping mask to insert the purple Mason image in forms and text (this may be relevant to the problem, I don't know).

    I then save out as a SVG with the following details as advised by Adobe:

    Screen Shot 2015-04-18 at 15.01.34.png

    Before moving into Muse, I File > place the SVG file. "Unable to generate thumbnail" comes in both desktop and phone:

    Screen Shot 2015-04-18 at 15.03.26.png

    Anyway, I uploaded to FTP message on my site. While SVG is perfectly displayed on my desktop browser, it not only shows any on my phone's browser:

    Screen Shot 2015-04-18 at 15.13.18.png

    This is not only happening on my phone, I visited the same Web site on several phone devices and the SVG image still does not appear. Ideas why this happens?

    Have I totally missed something on file formats for versions of mobile browser in Muse?

    Also - in illustrator, I saved the SVG logo for the mobile version as a SVG as SMALL as that I saved to the desktop version.

    Thank you

    Use a PNG file. I see nothing in your logo that would justify using nothing else. You're not scaling it, there is no interaction and everything that you do is hide some pixel data already. Forgive me, but using a SVG makes no sense at all. In addition one would need to see the file, but my guess would be that once more 'reactive' setting incorporates incorrect data. Wouldn't be the first time...

    Mylenium

  • image does not appear in the HTML email

    Hi all kind people.

    I have a client who wishes to an HTML email designed for her. I did a test,

    and the CSS and HTML works fine, but when I try and export it to
    Safari (safari > file > send the contents of this page) it does not appear at the other end.

    Is there a way to insert the image in the HTML code? or y at - it another way to do this?
    Maybe Outlook?

    I'm on a Mac and using mail as e-mail client.

    Michael Farnbach wrote:

    Hi all kind people.

    Is there a way to insert the image in the HTML code? or y at - it another way to do this?
    Maybe Outlook?

    Maybe, but not the incorporation in the email.  All peoples kind here do is to explicitly link the images directly from the server.  for example, if I want to connect an Adobe image on my Web page or email, then I would use an explicti path such as:

    https://wwwimages2.Adobe.com/content/dam/Adobe/images/shared/product-totems/80x80/Totem-AX I-pro - 80 x 80 .png .adimg .mw. 80.png>

    In this way, I can move the page or even e-mail, but the image will still be there.  However, you must download the image on the server before creating the link otherwise it would be a futile exercise.  In addition, some people have disabled images in messages, but this isn't your problem.

    Now this is how I do but a few muppets will tell you to do something funny.  What works with you.

  • Image does not appear in Internet Explorer, but displayed in Firefox

    Hi all

    I have an image in my page in the header section.
    The problem is that the image is displayed in Firefox but does not appear in Internet Explorer.

    Thanks in advance.

    Best regards

    Arif Khadas

    Request Express 4.0.1.00.03

    Published by: Arif Khadas, February 13, 2011 14:29

    Hello

    Try

    BUSINESS SCHOOL

    You don't miss > after a href tag

    Kind regards
    Jari

  • Alternative text for Images does not appear in FF 4 b 2

    When you attempt to view the alt on images for websites text as XKCD, the text, which appears as a ToolTip in the previous version of Firefox, including 4 b 1, does not appear. Help!

    URL of affected sites

    http://xkcd.com

    Problems with ToolTips not working not properly have been reported to be due to the Google toolbar (Tools > Modules > Extensions)

    http://www.Google.com/tools/Firefox/toolbar/FT5/intl/en/
    http://Tools.Google.com/tools/Firefox/toolbar/FT5/intl/en/install.html

    See Troubleshooting extensions and themes and problems of hardware acceleration to resolve common Firefox problems

  • contacts Windows does not appear in "all programs".

    Contacts Windows does not appear in 'Programs' in my new laptop using Windows 7, although I brought all my contacts in my old laptop using Windows Vista.  Everything I found online dealing with issues related to the importation of these contacts began with directions to open Windows Contacts under start programs. What should I do to get the Windows Contacts is displayed in all programs?

    I've never had Windows Contacts in all programs in Windows 7.

    I think that Vista had the Windows Contacts in all programs.

    Is located in the

    Username C:\Users\*Your * \Contacts

    If you type Contacts in the help, it will guide you as well.

    See also this.

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-Networking/cannot-find-Windows-contacts-in-all-programs-menu/8af71887-81af-455C-92D3-22a9d156dfbe

  • The older module does not appear in all: debugging #addons

    I Developer Edition installed (v51) and some add-on for Firefox, with maxVersion 41.0 value

    I activated the installation of the add-on unsigned and was able to install and use.

    However, it does not appear on everything: debugging #addons and at the bottom I have no way to debug it.

    How to find out the reason for it.

    In fact, the Toolbox in the browser solved my problem: I can debug my extension using the Toolbox in the browser.

  • My body background does not appear on all of my Web pages?

    www.hunterstables.co.UK

    I changed my body to have a clear grey color but it shows only on a few pages - why is it please. The color does not appear on the product page or one of the drop-down list of the menus under products, not the gallery page.

    Kind regards

    Karen

    Don't worry I have sorted out what's wrong.  Thanks anyway

  • When I open Photoshop CS6, the image does not appear in Photoshop. The image IS open, i.e. the name of the file is displayed on a tab and the image layers appear in the layer panel. What is going on?

    Photoshop and Bridge is open as usual. But when I open an image, the image does not show in the area of the image. The image filename is show in a tab and the spectacle of layers in the Panel layer. What is happening and how to fix this.

    I solved the problem. It was somehow connected to my using Microsoft

    photos of theme. I put Windows to use the basic theme and the problem

    went. Thanks for the suggestions.

    HA!

Maybe you are looking for

  • What is the best solution of virtual machine to run El Capitan in Mountain Lion?

    Looking for the best solution run El Capitan in a mac Mountain Lion. I just need to use El Capitan to run xcode. There are 3 main reasons that I improve my main system at El Capitan: 1 apps that I always trust that are only optimized to work up until

  • El Capitan 10.11.5 cannot open Pages

    I just get a black blank document with the spinning wheel of death (although colored) Cannot open doc scratch or previously saved.

  • Satellite Pro C850 - 14 d won't boot to the top

    My laptop won't turn. I had the toolbar Sweet Packs to come and I'm never round down to remove. Then last week, it was not plugged and ran out of battery. When I plugged it would not start. I'm completely at a loss. I pressed F8 and tried to turn it

  • Satellite Pro M30 series deactivates the WLan connection

    I have an old Satellite Pro M30 series. Whenever I turn on the wireless signal, the computer closes its doors.I assume that the driver's latest version. I'm not known for that Yes, there is someone out there who can advise me on where to find the lat

  • Cannot open any program because of restrictions

    Hi, I changed the access programs enable this: Start - System gpedit.msc - users I don't recall then all I want open except the hard disks and folders, gives this error: restrictions This operation has been cancelled due to restrictions in effect on