Twistie image won't display

RH 9 / WebHelp output
I added twisties to my project a couple of weeks ago and they worked fine.
Recently I re-organized my images and the twistie graphics were not displaying so I went into the css and updated the path.
The collpage icon displays fine, but the expand will not. I even tried using the collapse icon for the open icon and it still won't display. I put the images back at the root and re-did path, and nothing changed.
Attached pictures of the 2 outputs, and the code.
Have a release going out tomorrow so any help much appreciated.

Hi there
For starters, the CSS seems that you are referencing the same exact file. So your Expand and Collapse should be identical. But in your screen capture, it appears that the collapse isn't showing?
If you are really wanting the same image, perhaps make a copy and name the copy slightly differently. Then specify it in the CSS editor or code.
Another thing to try is to right-click and add both images to your project as Baggage files.
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7, 8 or 9 within the day!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • DW8:  image won't display in Design View

    Folks:
    DW8 on MacOS 10.4.8 (fully updated) on Intel iMac.
    What would keep an image from displaying in DW Design View?
    What are the causes of the grey box with the superimposed "X"? Is
    there any diagnostic output that might help? Is the grey box and
    "X" substituted by DW8 for an invalid or un-drawable graphic, or is
    this done by the OS?
    The problem:
    I've got a 1912 x 1481 graphic, a geographic map, in AI that
    I'm trying to use as an ordinary web image, but DW won't display it
    in Design View. Instead all I see is a big grey box and "X". For
    test purposes, I'm starting from a new "Basic" HTML web page and
    all I'm doing is inserting this one image. I need to get this
    working so I can draw hotspots on this graphic to make it
    "clickable" .
    Here's what I've tried:
    o Triple-checking that the inserted image reference is
    correct. Yes, the image file is correctly linked. With the image
    selected, the inspector shows a tiny but recognizable miniature of
    the expected image. Further, when the page and the image are
    uploaded to the web server and I look at it via a browser, the
    expected image is _always correctly displayed.
    o Exporting the graphic "for the web" from AI as both a GIF
    and a medium-quality JPG. Neither of these are displayed in Design
    View; both are served up correctly after being uploaded
    o I found a larger JPG on a different site I'm managing. This
    always displays as expected in both DW Design View and when served
    up. I substituted the failing map JPG image. The result: A grey
    box.
    o Checking the map images: The JPG and GIF versions seem to
    be visible in all environments (image readers, browsers, etc.) I've
    checked _except_ DW8 Design View.
    o Checked on another system. I made the failing image
    available to a very helpful ACE, who performed a similar
    experiment. It worked fine for him. I used his exact HTML and
    directory structure -- and it failed for me. Grey box with "X".
    It seems to me that I've checked most of the obvious
    possibilities. Now it is time to check the less obvious ones.
    Suggestions are very welcome!
    Thanks,
    Henry

    Randy:
    Thanks for your response.
    This is a virtual memory system, so -- in theory-- it should
    accommodate anything that will fit on the hard drive, more or less,
    if I'm wiling to wait the hours (days?) it will take to swap on and
    off the disk. That assumes DW8 takes advantage of the capability.
    It may not.
    "Larger"? The JPG image I compared to is 1692 x 2160 pixels,
    but weighs slightly less, 289K bytes. I'm losing track of all my
    test images that fail, but a representative one is 1912 x 1481
    pixels and weighs 332Kb on the disk. "Roughly comparable" might be
    a better description. The point is still reasonable: DW8 does
    handle images of this size on my system.
    One issue that occurred to me recently is that I may have
    caused some grief by monkeying with the "Save for web" settings at
    the Illy export. Perhaps I asked for some configuration that's
    normal for Illy to export --or it would have warned me, I hope--
    but too strange for DW to grok. DW should complain more
    informatively than painting a gray box and "X" when that happens, I
    would think.
    Henry

  • Images won't display

    Hello,
    I am building a site for a photographer. Just some thumbnail
    pages with
    links to larger images in series. I'm stuck with a page that
    won't display
    some jpg's while other pages will. Have tried the document
    versus site
    reference change both ways to no avail. The problem page is
    http://www.stephenlehmer.com/puy_fish/Puy_fish.html.
    You can click on the
    place holders which will tell of the image without display
    it.
    The home page is
    http://www.stephenlehmer.com/
    Any suggestions greatly appreciated.
    Bill

    Try renaming the files without the pound symbol.
    http://www.stephenlehmer.com/puy_fish/Puy_fish_thumbnails/Puyfish#3bTb.jpg

  • User Uploaded Image won't display on Mac OSX

    I am experiencing something very strange with user uploaded
    images on Mac OSX, latest Debug Flash Player 9, Safari and Firefox
    2. Everything works fine on Windows (XP and Vista) on all major
    browsers.
    A user selects a local image to upload. The file gets
    uploaded to server, resampled, saved to a public location, and a
    response is sent back to the Flash Player in the form of a JSON
    object. The response contains the URL to the uploaded image on the
    server. The Flash Player downloads the image and adds the Loader to
    a sprite that is already on the stage. All appropriate events are
    fired. The progress events show that the image is downloading, and
    the complete and init events are both fired. Using the Charles Web
    debugging Proxy I can verify that everything is working correctly
    (upload and download), and no security violations are occuring.
    Charles even shows the actual image that gets downloaded. However,
    on Mac, the image doesn't display (stays blank, as if it's an empty
    sprite), whereas on PC/Windows the image displays fine.
    I have placed a crossdomain file in the appropriate location
    - even though it is never requested as I don't try to do anything
    with the image's bitmap data.
    Unfortunately, I haven't had a chance to create a new project
    to test this out in, but will do as soon as I can, and post a link.
    Any ideas?
    Many thanks,
    Shaun.

    We had a similar problem, maybe it is related to this (it was
    done in as2, but the real problem was outside flash)
    flash took an enormous time to display thumbs for a gallery
    of images.. and directly in ff on osx, the thumb (about 100x100 px)
    would load only half way.. and again wait for about half a minute
    or more.. and then display. In flash the thumb would remain blank
    until the loading was over.. that is for about half a minute or
    more.
    What this turned out to be, was that the php script on the
    server somehow returned header information that the image had the
    dimensions of the full-sized image. So after all the data for the
    thumb downloaded, the client (browser or flash) would just wait
    until a predefined timeout..
    Since you are resizing uploaded images I thought this could
    be one of the possible reasons, maybe the flash player for osx and
    for windows handle such "missing data" cases differently.

  • Images won't display on my webpages with Rapidweaver 5

    For some reason I can't see any pictures on my website once it's published onto my website. The pictures won't load on my website. At first I thought that there was a conflict with my APPS because i have other APPS on my Mac too. So I've formatted my hard drive and restored my computer to factory default  and reinstalled Rapidweaver from the app store before installing any other apps. So there was no other apps I've installed on my Mac. Rapidweaver with the first apps I've installed. I didn't even install any themes or add-ons and I was still having problems viewing my images on-line.
    Well…still having the same issue regardless if I'm using a third party add-ons or from Rapidweaver. I have a Macbook Pro 2012. Everything is currently updated. I've checked updates for your softwares and plug-in. I've paid a lot of money buying themes and plug-ins. Over $200 buying themes and plug-ins before knowing that I can't view my pictures on-line. I'm a teacher. I have multiple domains. I was using Sandvox to design my websites before purchasing Rapidweaver.
    Since I've purchased Rapidweaver Version 5.3.1. I've been testing your softwares on www.jwmien.uni.me and www.mien.uni.me. These two site are my test sites for RAPIDWEAVER.
    Can you please help. I really don't want to flush $300 down the toilet. I bought RapidWeaver, Nick Cates Design themes for $99 and not to mention tons of plug-in such as Blocks, Stacks 2, collage and many more.
    So I feel sick to my stomach because I can't see the view any images on my webpage using Rapidweaver. The picture on my computers are standard jpeg images. These jpeg images are taken from the same digital camera. I am able to view these jpeg format when I was using Sandvox to publish my website.
    PLEASE! PLEASE HELP! Crying for help.
    Hardware Overview:
    NOT RETINA Display
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro9,1
      Processor Name:          Intel Core i7
      Processor Speed:          2.6 GHz
      Number of Processors:          1
      Total Number of Cores:          4
      L2 Cache (per Core):          256 KB
      L3 Cache:          6 MB
      Memory:          16 GB
    System Version:          OS X 10.8.3 (12D78)
    This is the same message I sent to Rapidwaver support and they still haven't gotten back to me about any fixes yet.

    For some reason I can't see any pictures on my website once it's published onto my website. The pictures won't load on my website. At first I thought that there was a conflict with my APPS because i have other APPS on my Mac too. So I've formatted my hard drive and restored my computer to factory default  and reinstalled Rapidweaver from the app store before installing any other apps. So there was no other apps I've installed on my Mac. Rapidweaver with the first apps I've installed. I didn't even install any themes or add-ons and I was still having problems viewing my images on-line.
    Well…still having the same issue regardless if I'm using a third party add-ons or from Rapidweaver. I have a Macbook Pro 2012. Everything is currently updated. I've checked updates for your softwares and plug-in. I've paid a lot of money buying themes and plug-ins. Over $200 buying themes and plug-ins before knowing that I can't view my pictures on-line. I'm a teacher. I have multiple domains. I was using Sandvox to design my websites before purchasing Rapidweaver.
    Since I've purchased Rapidweaver Version 5.3.1. I've been testing your softwares on www.jwmien.uni.me and www.mien.uni.me. These two site are my test sites for RAPIDWEAVER.
    Can you please help. I really don't want to flush $300 down the toilet. I bought RapidWeaver, Nick Cates Design themes for $99 and not to mention tons of plug-in such as Blocks, Stacks 2, collage and many more.
    So I feel sick to my stomach because I can't see the view any images on my webpage using Rapidweaver. The picture on my computers are standard jpeg images. These jpeg images are taken from the same digital camera. I am able to view these jpeg format when I was using Sandvox to publish my website.
    PLEASE! PLEASE HELP! Crying for help.
    Hardware Overview:
    NOT RETINA Display
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro9,1
      Processor Name:          Intel Core i7
      Processor Speed:          2.6 GHz
      Number of Processors:          1
      Total Number of Cores:          4
      L2 Cache (per Core):          256 KB
      L3 Cache:          6 MB
      Memory:          16 GB
    System Version:          OS X 10.8.3 (12D78)
    This is the same message I sent to Rapidwaver support and they still haven't gotten back to me about any fixes yet.

  • Image won't display in browser

    An image I am attempting to display won't come up in browser.
    The error when I check for browser compatibility is unsupported
    property layer background image. I am quite new at this.

    Let's see your code, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Crusey" <[email protected]> wrote in
    message
    news:fqe189$ht8$[email protected]..
    > An image I am attempting to display won't come up in
    browser. The error
    > when I check for browser compatibility is unsupported
    property layer
    > background image. I am quite new at this.

  • Poster image won't display over slideshow

    Trying to place a simple poster image over a slideshow in an article. This works for me over a pan & zoom image and over a video image. Why won't it work over a slideshow in the same way?

    The poster is just an image, not an overlay. You don't apply the "Hide Before Playing" option to the poster. You apply it to the MSO. That way, the MSO sits behind the poster until you tap the poster. Then the MSO moves to the front and stays there until you navigate away from the page.
    Note that the slideshow poster doesn't work the same as a poster used for an image sequence or image pan. Double-tapping the slideshow re-displays the poster with image sequences and image pans, but not for the slideshow.

  • Image Won't Display In Mobile Safari

    I'm developing a website, it validates properly, and it works perfectly in Chrome, FireFox, Internet Explorer, and Desktop Safari. The only problem that I'm having with it is in Mobile Safari for iOS. I have a div element with an <img> tag inside it. On a desktop browser, it will show it. However, iOS will display a missing image icon instead. This only occurs on iOS. You can test it out yourself by going to http://covu.optini.com first in your desktop browser and then again in your Mobile Safari browser. Could anyone please give me some insight as to why this would be happening? Thanks. All the other images display correctly in Mobile Safari.

    Update: It works perfectly on iOS5 Mobile Safari. It isn't working on iOS 4.3.3's Safari.
    I hate to double post, but the edit button wasn't showing up.

  • Pdf images won't display

    In many display/annotate apps pdf files will not display images.
    In Adobe's app most images disply properly, but some turn
    into black rectangles.

    Thanks for your response, the thing is I don't want the end user to have to go through these steps in order to be able to see my pdf file as it renders in older versions of Firefox.
    What I've noticed is the use of buttons and interactivity is not been rendered, so it doesn't even show up in the page. The drop shadows applied within InDesign are also not been properly render by the browser, making the background of the image surrounded by dark background.
    I have temporarily fixed the problem by getting rid of my drop shadows and using regular hyperlinks on text instead of interactive buttons.
    Hope this issue gets fixed, since interactive pdfs is widely used today.
    Thanks

  • Images won't display in Review mode

    When I send a draft of a page for review, several of the
    images (jpegs and gifs) will not display. Do the images need to be
    formatted in a certain way?

    When the draft is published, are the images visible
    then?

  • Image won't display at top of page: Firefox, Opera

    http://www.mariagrist.net/dev/TCT/
    It's the logo at the top left I am looking at. The image is
    inside a td
    which has a valign=top attribute.
    Image correctly displays flush to top of page in Internet
    Explorer, but
    there is a white gap in both IE and Opera.

    Change this -
    <td valign="top"><p><img
    src="images/logo-top-left.gif" alt="logo-top-left"
    width="162" height="168"></p></td>
    to this -
    <td valign="top"><img
    src="images/logo-top-left.gif" alt="logo-top-left"
    width="162" height="168"></td>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Pixel Warrior" <[email protected]> wrote in
    message
    news:eohh5a$799$[email protected]..
    >
    http://www.mariagrist.net/dev/TCT/
    >
    > It's the logo at the top left I am looking at. The image
    is inside a td
    > which has a valign=top attribute.
    >
    > Image correctly displays flush to top of page in
    Internet Explorer, but
    > there is a white gap in both IE and Opera.
    >

  • I moved my podcasts and image files to a subfolder - now images won't display in iTunes

    I moved my podcasts and image files into a subfolder. The podcasts are working OK, but the image file does not display in iTunes anymore.
    The feed is directed through feed burner at http://feeds.feedburner.com/VineyardChurchOfMilan.
    The source xml is at https://www.dropbox.com/sh/rl89sk4lkrn9930/Zm0Jb6C1Hj/Podcast (MilanVineyardChurch.xml)
    The iTunes link is at https://itunes.apple.com/us/podcast/vineyard-church-of-milan/id562567379
    I added "/Podcast/" to the image path url in the <itunes:image> tag in the xml file and updated the path to the xml file in feedburner, but I did not add the <itunes:new-feed-url> again. Do I need to do this to force the iTunes scripts to reread the whole file again? I thought that if the iTunes scripts are reading the feedburner file that they would pick up path changes to the image when they read the feedburner file. The location of the feedburner file has not changed. Only the location of the source xml and the image have changed. Feedburner is working right, and shows the image.

    You have changed the image URL in the 'image' tag but you have not changed it in the 'itunes:image' tag, and that is what is applicable here.
    iTunes is looking for an image at
    http://dl.dropbox.com/u/89406141/MilanVineyardChurch.png
    and not finding one there. When you have amended the tag with the new URL it will probably take some days before the image appears in the Store.
    The new image is apparently at http://dl.dropbox.com/u/89406141/Podcast/MilanVineyardChurch_144.png - this is 144x144 which is inadvisably small for iTunes.
    Although your episodes, which have Feedproxy URLs, are appearing OK, iTunes does not get on at all well with Dropbox and you might be advised to consider hosting your image on an ordinary web server. However, it's possible that it will work once you've amended things.

  • Saved for web images won't display in browser

    I am using Photoshop elements 5.0 on WinXP. when I save images for web , they will not display in browser (IE) but images downloaded from net and other sources will display ok, but once opened and saved with my PSE they will no longer display on browser. I have tripple checked .jpg ect. all seems ok.Any idea's welcome .

    I ran across this a while back and it took me a minute (or two) to figure out what was wrong. For JPG images to display in a web brower, the color mode must be RGB not CMYK.
    Hope this helps,
    Gilley

  • Images won't display - mapping problem?

    My images are stored outside of wwwroot, and they do not
    display when I browse pages on my production server (it's a virtual
    private server on hostmysite.com) Everything works fine on my
    development server, which appears to be set up identically.
    My site's pages are in C:\ColdFusion8\wwwroot.
    My images are in C:\ColdFusion8\extMySales\topSiteImages. In
    order to access these images, I created a virtual mapping in the
    jrun-web.xml file (which is in C:\ColdFusion8\wwwroot\WEB-INF). I
    have 3 other virtual mappings defined in jrun-web.xml (for example,
    all my cfc's are in C:\ColdFusion8\extMySales\cfcs) and they all
    seem to work fine. Here is the mapping for the images folder:
    <virtual-mapping>
    <resource-path>/extTopSiteImages</resource-path>
    <system-path>C:\ColdFusion8\extMySales\topSiteImages\</system-path>
    </virtual-mapping>
    Here is my code for a typical image: <img
    src="/extTopSiteImages/logoBig.gif" class="floatLeft topLogo">
    But on my pages, a standard icon displays instead of my
    images, which I assume means the image cannot be found. Any ideas
    would be appreciated. (I have contacted the hosting company, but
    their tech support quality seems to be hit or miss, and they have
    not responded yet.)
    Thanks.
    Pete

    A couple of ideas... First, I would try hitting the image
    directly from your browser, i.e.
    www.thedomain.com/extTopSiteImages/logoBig.gif and see what
    happens. If you get a 404 not found error, then something is screwy
    with the mappings.
    You may consider referencing the image directly through the
    file system rather than counting on the mapping to resolve the URL.
    Something like: <img
    src="file:///C:/PathToFile/extTopSiteImages/logoBig.gif" />
    Note the triple slash. We've used this in some places to show
    images outside of the web root, as well as any time we use an image
    in a cfdocument tag.
    Good luck!
    Josh

  • Images WON'T display in htmlText...

    Hey Guys,
    I am having an issue where an image is being loaded via HTML
    and a text area but WILL not display no matter what. If I click on
    the button that displays the html text, the words from the p and
    span and links work fine and will even jump to the right exactly
    the same distances as the images is wide but the image is
    invisible.
    I have used the same EXACT code in a blank flash document and
    it works fine but when I incorporate it into the flash document I
    need it in, bam! I have been pulling my hair out for the last 3
    days over this. Any advice will be much appreciated!!!
    Thanks
    -Jason

    Ok, never mind. I solved the problem. I was updating the
    htmlText per frame in the onEnterFrame method so it was constantly
    trying to loading every frame :P

Maybe you are looking for

  • Itunes and itunes library not matching

    I have imported music into itunes and these discs are not showing up in mu itunes library. Any suggestions would be appreciated. Thanks!

  • RAW Plug-in

    I just purchased PE v12. I can't open CR2 images from my Canon 70D. Adobe says this camera is supported using the RAW Plug-in v8.2. PE 12 comes with v8 and when I try to update I'm told I have the latest updates. How does one get the RAW Plug-in v8.2

  • Ordered prints. Several were cut off at edges or were printed off center. How do I prevent this in the future?

    Ordered prints from my Mac library to Apple. Several came back cut off or printed off-center. How do I prevent this in the future?

  • Contribute CS3 incompatible with Dreamweaver CS3

    All my Conribute connections no longer work with DW CS3 & CT CS3. Why? 1. I have correctly set up a remote connection in Contribute. The contribute connection to the website IP is established. 2. The FTP connection from DW to the website IP is also c

  • Retries of x-fi software install cd fail

    Where are the files or registry settings that the install cd uses to say, hey i tried to install the sound blaster apps already so let's skip it and go right to automatic update install? I'm trying to get the apps installed but since the first time f