Menubar does not appear horizontally

I am having difficulty in getting the Spry menubar to show horizontally (in the DIV I created) It appears correctly  in Live View, but after I save the Dependent Files the menubar is there until I go again to Live View when it shows as a vertical blue text with bullets.
When I test it out in the various browsers it shows as a menubar but when I publish to the server it shows as vertical bullet items.
The site is www.christopherrobson.com

I still get
http://www.christopherrobson.com/index.html/SpryAssets/SpryMenuBarHorizontal.css
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /index.html/SpryAssets/SpryMenuBarHorizontal.css was not found on this server.</p>
<hr>
<address>Apache/2.2.3 (Red Hat) Server at www.christopherrobson.com Port 80</address>
</body></html>
and
http://www.christopherrobson.com/index.html/SpryAssets/SpryMenuBar.js
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /index.html/SpryAssets/SpryMenuBar.js was not found on this server.</p>
<hr>
<address>Apache/2.2.3 (Red Hat) Server at www.christopherrobson.com Port 80</address>
</body></html>
Which shows that the files are still not uploaded.
Ben

Similar Messages

  • Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bars are supposed to appear when needed.
    For example, scroll bars will appear when you zoom in on a page.
    FAQ: How to zoom in/out on a page
    Windows 8 automatically hides scroll bars after a few seconds of inactivity.  Scroll bars will reappear when you touch the screen and move your finger (on a Touch-enabled device) or move your mouse.
    Additionally, page navigation depends on the view mode (Single Page vs. Continuous Page).
    In the Single Page mode, you can swipe left/right (horizontally) or click the left/right arrow button with your mouse to go to the previous/next page.
    In the Continuous Page mode, you can swipe or scroll up/down (vertically) to go to the previous/next page.

  • Vertical Scroll bar does not appear in table control

    Hi ,
    I have a table control with both vertical and horizontal scroll bars.
    The data which comes is always more than 50 and the visible line size is 8.The vertical scroll bar
    does not appear at times..but if i run the program again, it appears..
    Sometimes it appears and sometimes no vertical scroll bar comes thought the data is more than the visible lines.
    Any suggestions ? why is this happening?
    Regards,
    Sharadha

    You have inserted data in the internal table and not "informed" the table control
    In the PBO, use a statement like
    DESCRIBE TABLE <itab> LINES <control>-lines.
    Regards

  • Vertical scrollbar does not appear

    Hi all!
    Here is my problem.
    I have a JPanel on a JScrollPane (called: container).
    I have an other class which extends JPanel (called: component).
    I have a JButton which adds a new from component to container on every click. (container's layout is null, and I use the setBounds method on component).
    After every adding I've just set a new height to the container (setSize(container.getWidth(), container.getHeigth()+100)), but vertical scrollBars of JScrollPane does not appear.
    I tried to call the revalidate, repaint methods on the container but it did not work.
    Please help me!

    Which JScrollPane constructor are you using? If you're using one that does not specify scrollbar policy parameters, horizontal and vertical scrollbars only appear if the component's contents are larger than the view. You can of course set a JScrollPane's scollbar policies by calling the appropriate mutator methods: setVerticalScrollBarPolicy and setHorizontalScrollBarPolicy.

  • I do I eject a blank CD stuck in my iMac 10.7.5? The CD does not appear on my desktop. Why not?

    How do I do I eject a blank CD stuck in my iMa 10.7.5? Also, the CD does not appear on my desktop. Why not?

    Here are some ways to eject it, hope this helps.
    Five ways to eject a stuck CD or DVD from the optical drive
    Ejecting the stuck disc can usually be done in one of the following ways:
      1. Restart the computer and after the chime press and hold down the
          left mouse button or track pad until the disc ejects.
      2. Press the Eject button on your keyboard at power up.
      3. Click on the Eject button in the menubar.
      4. Press COMMAND-E.
      5. If none of the above work try this: Open the Terminal application in
          your Utilities folder. At the prompt enter or paste the following:
            /usr/bin/drutil eject
    If this fails then try this:
    Boot the computer into Single-user Mode. At the prompt enter the same command as used above. To restart the computer enter "reboot" at the prompt without quotes.
    By Kappy

  • OpenBrWindow Help Needed - Clickable Hand Does Not Appear

    I have created a new window that opens upon clicking any of
    the photos referred to in the code below. All works well, HOWEVER,
    when one rolls over the photos, the "hand" indicating the object is
    clickable does not appear. Is there something I have left out of
    the code? How can I fix?
    Any help greatly appreciated. Thank you!
    Denise
    <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159" style="margin:10px 55px 10px 55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menubar=yes,scr ollbars=yes,width=905px,height=650px')"
    /><img src="../images/veritcal-line.png" width="2"
    height="180" /><img src="../images/Source/About Us/Denise
    Mason Chambers.jpg" width="95" height="159" style="margin:10px 55px
    10px 55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menubar=yes,scr ollbars=yes,width=905px,height=650px')"
    /><img src="../images/veritcal-line.png" width="2"
    height="180" /><img src="../images/Source/About Us/Michelle
    Choquette.jpg" width="95" height="159" style="margin:10px 50px 10px
    55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menubar=yes,scr ollbars=yes,width=905px,height=650px')"
    />

    You have applied the behavior directly to the <img> tag
    <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159"
    style="margin:10px 55px 10px 55px;"
    onclick="MM_openBrWindow('management
    Don't do that. Remove the behavior. Then select the image.
    Enter "#" in
    the Link field of the Property inspector. Press Tab to cement
    that change.
    Now your image is wrapped in an Anchor tag, e.g.,
    <a href="#"><img ...></a>
    With the image still selected, click on the <a> tag
    directly to its left on
    the tag selector, and now apply the behavior. It will be
    applied to the
    anchor tag, and you will get the finger, so to speak.
    Alternatively you can move the code manually. Change this -
    <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159"
    style="margin:10px 55px 10px 55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    r=yes,scrollbars=yes,width=905px,height=650px')" />
    to this -
    <a href="../images/Source/About Us/Jay Betz.jpg"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    r=yes,scrollbars=yes,width=905px,height=650px');return
    false"><img
    src="../images/Source/About Us/Jay Betz.jpg" width="95"
    height="159"
    style="margin:10px 55px 10px 55px;" /></a>
    (I added a little bit there to make your link work even if
    javscript is
    turned off in the browser)
    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
    ==================
    "dmchambers" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have created a new window that opens upon clicking any
    of the photos
    >referred
    > to in the code below. All works well, HOWEVER, when one
    rolls over the
    > photos,
    > the "hand" indicating the object is clickable does not
    appear. Is there
    > something I have left out of the code? How can I fix?
    >
    > Any help greatly appreciated. Thank you!
    >
    > Denise
    > <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159"
    > style="margin:10px 55px 10px 55px;"
    >
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    > r=yes,scrollbars=yes,width=905px,height=650px')"
    /><img
    > src="../images/veritcal-line.png" width="2" height="180"
    /><img
    > src="../images/Source/About Us/Denise Mason
    Chambers.jpg" width="95"
    > height="159" style="margin:10px 55px 10px 55px;"
    >
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    > r=yes,scrollbars=yes,width=905px,height=650px')"
    /><img
    > src="../images/veritcal-line.png" width="2" height="180"
    /><img
    > src="../images/Source/About Us/Michelle Choquette.jpg"
    width="95"
    > height="159"
    > style="margin:10px 50px 10px 55px;"
    >
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    > r=yes,scrollbars=yes,width=905px,height=650px')" />
    >
    >
    >

  • HT201250 My time machine back up does not appear to back up documents and e mails (the most important things for me). How do I get this done?

    My time machine back up does not appear to back up documents and e mails (the most important things for me). How do I get this done?

    How do you know it's not backing up those things? To check documents, go in the Finder to your documents folder, then go to the Time Machine icon in your menubar and click Enter Time Machine. Scroll back through time and see if previous versions of the documents exist in the backups.
    For Mail, same thing. Open the Mail app, go into Time Machine in the same way, and scroll back. Your inbox should change to reflect how it looked when it was backed up.
    Matt

  • HT201250 Time machine makes whirring noise 24 hours a day. Orange light often flashes. Does not appear to be overheating. Can you help? Thank you.

    Time machine makes whirring noise 24 hours a day. Orange light often flashes. Does not appear to be overheating. Can you help?

    First: Are you wearing/regularly checking your radiation badge?
    Second: What does the little Time Machine icon (in the menubar) say when you click on it?  Alternatively, what does Time Machine Preferences (in System Preferences) tell you is going on?
    Third: http://pondini.org/TM/Troubleshooting.html

  • I am trying to set up Sharing amongst several computers on my home network.  I have followed all the setup instructions but after completion Sharing does not appear in my iTunes window (on any of the computers I've set up).  There is no explanation why.

    I have been trying to set up Sharing between two computers on my network. I did this once and it worked.  However, when I try to set this up now the Sharing feature does not appear on the left side of the iTunes window (on either computer).  There is no explanation as to why not.  Is this a configuration problem, a network problem or what?   Can it be fixed?  I have tried turning sharing off and back on on both computers but to no avail.  What am I missing?  Thanks for any help you can provide.

    Hey innerev2003,
    Thanks for the question, and welcome to Apple Support Communities.
    If, while searching through your past purchases, items are unavailable to download and show a "Purchased" button, they are still on your computer. It may be best to search your iTunes library by clicking Music, then use the search bar at the top right.
    If you are completely sure the items are no longer in your library, try signing out of the iTunes Store, and then back in.
    iTunes 11 for Windows: Manage your iTunes Store account
    http://support.apple.com/kb/PH12507
    Thanks,
    Matt M.

  • Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Reboot the machine holding Command and r keys down, you'll boot into Lion Recovery Partition
    In there will be Disk Utility, use that to select your Lion OS X Partition and Repair Permissions.
    After that is done reboot the machine and see if you can log in.
    If not repeat the above steps to get into Lion Recovery, get online and reinstall Lion again, it will overwrite the installed version and hopefully after that it wil work.
    Reboot and try again.
    If not follow my steps to create a Snow Leopard Data Recovery drive, then option boot from it and grab a copy of your files off the machine.
    Then reinstall all your programs onto the external drive like setting up a new machine, then use Disk Utility to erase the entire internal boot drive (select the drive media on the far left, not the partiton slightly indented) format Option: GUID , 1 partition OS X Extended and then use Carbon Copy Cloner to clone the external to the newly formatted internal drive. Once that is finished reboot and disconnect the external drive.
    Once you go that, boot into Snow Leopard and update to 10.6.8, use the AppStore and option click on Purchases and download Lion again and install.
    Lots of work, but there is no Lion disks.
    https://discussions.apple.com/message/16276201#16276201

  • BPM Application Link does not appear in BPM Workspace (11.1.1.7)

    I spent huge amount of time to reveal why does that happens.
    All that follows further is valid for BPM Suite 11.1.1.7.
    The scenario.
    You developed a simple BPM process with Initiator pattern (maybe by following the "Quote Request" tutorial).
    But the application link did not appear in BPM Workspace.
    Here i'm skipping any kind of mistakes as "oh, incorrect swimlane", "oh, i did not include the user to the app role" and so on.
    At first, you should know about the "feature" - You have to attach task form to the Initiator Human Task to see the App Link.
    The simplest way to do that is to AutoGenerate task form (and deploy it, of course).
    Else the Appication Link will not appear.
    One exception to this rule - If your Task HAS NO PAYLOAD (no parameters) the Task Form is not required (to appearing of the Application Link).
    The second find is a bug (is think so).
    If you edited the Role that Attached to the swimlane of Initiator Task, you will not see the Application Link.
    If you look to organization.xml you will see something like this:
            <ns1:applicationRole id="StartTask.InitRole" isProcessRole="true">
                <ns5:name>StartTask.InitRole1</ns5:name>
                <ns1:processRole id="InitRole" name="InitRole1"/>
            </ns1:applicationRole>
    The Application Link will appear ONLY IF THE "applicationRole id", "applicationRole name" and "processRole id" have the same value.
    When you edit name of the application role in Organization Editor you change "applicationRole name" and "processRole name" values.
    After that "applicationRole id" != "applicationRole name" and the Link does not appear.
    How to fix?
    Just edit organization.xml (with external editor) - change the "applicationRole name" to the value of "applicationRole id".
    That allows to have value of "processRole name" something like "The Initiator Role" - that value appears in the BPMN diagram of process.
    Also you can edit organization.xml with Organization Editor and set the Name to the value of "applicationRole id".
    In that case the associated swimlane will have the same name as the "applicationRole id".
    Hope this helps somebody
    Oleg

    Flash Player is a browser add-on, not an executable program.
    If you need to open a local SWF file you will need the standalone player (Projector) from http://www.adobe.com/support/flashplayer/downloads.html
    Note that the download is the player, not an installer, so you will need to make the file association manually.

  • File Place does not appear on my menu. Neither does Tools Photoshop Image processor.

    In Bridge File>Place is grayed out on my menu. Tools>Photoshop>Image processor does not appear at all.  I have reset the preferences numerous times and am good to go until I shut down my computer.  When I reboot they are gone again.  I have a Mac with OS 10.10.2 (Yosemite) and CC. 

    Mardi Carter wrote:
    I shut down using "Shut Down" under the Apple menu.....always…
    Well, that's fine for the OS, but sometimes not so great for Photoshop.  Try QUITTING Photoshop from the Photoshop menu, or by Command Q, before you get anywhere near your Apple menu .
    Gene gave you sound advice, but don't forget to run Repair Permissions with Apple's Disk Utility before and after any installation, upgrade or update of the OS or any application.
    You'd think that shouldn't be necessary, but it is indeed vital, indispensable routine maintenance.
    Forget about "it had never happened before", Yosemite is a work in progress.  Apple never gets a major OS X release right until about the dot four or five release, so Yosemite has a way to go before it's at 10.10.4 or 10.10.5.  That has proven to be the nature of the beast.

  • Adobe Creative Cloud (Desktop) does not work properly. The application is blocked : it could not be launch neither stopped. I'm on MAC Yosemite OS, does anyone know how to remove it properly or to force its stop. It does not appear in the launched applica

    Adobe Creative Cloud (Desktop) does not work properly. The application is blocked : it could not be launch neither stopped. I'm on MAC Yosemite OS, does anyone know how to remove it properly or to force its stop. It does not appear in the launched applications.

    I received no error message. The application was just trying to find applications unsuccessfully.
    I am using MAC OS 10.10.1
    I tried to uninstall the application  but it seems that a kind of deamon is still installed thus providing me to reinstall properly. Do you know where are the elements to remove in order to get my machine just like before ?
    Otherwise I would have to reinstall everything and this would be a pain.
    Thanks for your help.

  • HT204266 I downloaded AirPlayIt yesterday from the app store.  It was on my iPad yesterday.  Today, however, the app icon does not appear on my home screen.  When I go into apps it is there but it doesn't have an "Open" choice.  There is only a cloud with

    I downloaded AirPlayIt yesterday from the app store.  It was on my iPad yesterday.  Today, however, the app icon does not appear on my home screen.  When I go into apps it is there but it doesn't have an "Open" choice.  There is only a cloud with an arrow pointing down.  When I click on the app it pops up but there is no open button.  How can I remove it?  Tapping it won't work as it isn't on my home screen.

    You'll have to contact the developer about this. Apple doesn't make this app;

  • Media Manager does not appear on my second stb

    I downloaded Verizon Media Manager and installed it without problems.  When I checked my HD stb the program is listed and I could use it.  I do not have any kind of recorder on the network.  When I check my non HD stb the VMM does not appear.  This is the unit I want to use as it will allow me to play music through the home theater sound system.
    So, am I limited because I do not have a recorder or does the feature not work on non HD stb?  If this is the case, I might as well delete the program from my PC.
    Solved!
    Go to Solution.

    Hi. I apologize for the inconvenience. Unfortunately at this time, the standard def STBs do not work with Media Manager. It doesn't have to be a DVR, but the stb has to be an HD box. If you do not wish to upgrade the STD box at this time and depending on your setup, you can always swap the STBs and move the media manager functionality to where you want it. 

Maybe you are looking for

  • Variable Filename in Sender-Fileadapter

    Hello, i have a question about the possibility to implement the following part of a scenario: Step 1: An E-Mail with a filename will be sent to the XI Step 2: There starts an BPM process Step 3: The XI read the filename from the mail Step 4: The Send

  • PO with 2 vendor

    Dear All I want to create a PO with 2 Vendor ( One vendor for purchase Material and one Vendor for Import and Freight). Could you please tell me how to do. Thanks and Best regard. Thang

  • Release of po when two plants with two difrent procedures

    Hi, i am having one po with two line items .one line item with one plant and other with an other plant.two plant have difrent releasing procedure.what r the customisations required to pick the system related releasing procedure when it pick item one

  • Unable to backup iphone after itunes 10.7 update in windows 7

    After the update to iTunes 10.7 on Windows 7 64 bit today, I can't get my iPhone to back up to my computer.  I get a a message about being unable to establish a session with the phone.  This happens with my iPad as well.  Is this a known issue, or an

  • Opening pdf from harddisk with link

    Can i set a link to a pdf-file on my harddisk in my keynote presentation? or to another document? I am sure this question has been answered a thousand times, but i couldnt find it. sorry.