Background isn't displayed in browser

Hi guys,
So I've made my webpage in animate and looks great. But only on my computer. After uploading it on server the background image of my website isn't displayed, but rest is. Any ideas how to fix this?
I use this code to have full screen background:
<code>
sym.$("Stage").css({'background-image':'url("images/Background.png")',' background-repeat':'no-repeat','background-size':'cover'});
</code>
Thank you

Hi,
The url is www.insaneinsects.com.
The webpage is now working, but what I did in the end was:
(For other poor unfortunates like I)
1. In publish settings make sure u select static content and transparent poster
2. After publishing, go to the folder you published your web and find file with extension .oam
3. Change that extension to .zip and unpack this folder
4. Go to the unpacked folder and find Asset folder in it
5. Go to the asset folder and the content of the asset folder is the content which you should publish on server and it works as it should.
A. Having said that, I find more than disappointing that I had to actually go to those steps in order to publish my website which  works perfectly on my computer.
B. Unfortunately I didn't manage to have a moving background instead of static image. That is, on my computer I can have moving background and it works perfectly, full screen moving background, but when I publish and upload this on server, then I do not see my moving background at all, doesn't matter what I do.
I'd really would appreciate if somebody could please help me with this.
Thank you.

Similar Messages

  • Help isn't displaying because JavaScript is turned off. You can enable JavaScript in your browser's preferences or settings. Then refresh this page to try again.

    Help isn’t displaying because JavaScript is turned off.
    You can enable JavaScript in your browser’s preferences or settings. Then refresh this page to try again.
    I've followed instructions to remove problem, still exists, how do I get Iphoto to open?

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Back button isn't displaying

    The back button isn't displaying properly. It can only go to the previous page if I right click the arrow.
    http://i.imgur.com/By6GSB6.png

    nevermind. restarted the browser, it's fine

  • TS1456 My 4th Gen iPod Nano isn't displaying a "Use iTunes to restore" message, but iTunes is displaying a restore message when I connect it. I have original music that I can't back up on my iPod. Is there any way that I can fix the iPod without restoring

    My 4th Gen iPod Nano isn't displaying a "Use iTunes to restore" message, but iTunes is displaying a restore message when I connect it. I have original music that I can't back up on my iPod. Is there any way that I can fix the iPod without restoring it?

    It's not designed to work like this. When you sync, the iPod stores some information that basically says 'this iPod belongs to computer xyz'. Apple did this to prevent copyright issues (syncing someone else's music).
    If you really want to do this, you'll have to at least tie both iTunes installations to the same account. Maybe have them sync with each other.

  • Adobe Reader X re-enabling "Display in browser" option by itself

    Hi all,
    I've ran into this problem with two users, but can't seem to figure out how to fix it. We've unticked the "Display in browser" option under Preferences a couple of times, but it always re-enables itself after a few hours. I've also disabled the browser addons, and they seem to stay disabled. Reinstallation on Reader X didn't help... Also I can't update the Reader to version 11, because that's not compatible with another software this company is using.
    Does anybody have any suggestions on how to fix this?
    -Ville

    Yeah, I just realized that this company hasn't updated it's Reader package in a while, so I already downloaded the newest version 10.1.4 and I'll try it this afternoon

  • Adobe Reader X 10.1.1: PDF does not display in browser

    Hello,
    If I click on a link to a PDF-file, this PDF-file does not display in browser eventhough I have checked "Display PDF in browser" (Preferences ==> Internet ==> Web Browser Options) but instead Adobe Reader X opens the PDF-file outside browser. What is wrong?
    Thank you for your help.

    I solved the problem. I used Internet Explorer, 64-bit. If I use Internet Explorer 32-bit the PDF-file displays in browser. If I use Internet Explorer 64-bit Adobe Reader X opens the PDF-file outside browser.

  • Transform for Reader 9.2 disables display in Browser

    Hi there,
    I use the Adobe Customisation Wizard 9 to create a MST file to transform the original Adobe Reader 9.2 msi file. Mostly I use it to automaticaly accept the EULA, but also for some other stuff. I leave the "Display in Browser" under "Online and Acrobat.com Features" untouched on "Enabled", but when the Reader is installed with that transformation file and I try to open a file in Internet Explorer, I get the message that the installed version can not be used to display PDF files in the webbrowser.
    After removing and installing the Reader without using my MST, displaying PDFs in the browser works again.
    Is the Customisation Wizard not compatible with Acrobat Reader 9.2?
    I have uploaded my MST here: http://ul.to/fqxogw
    Regards
    Christian

    I've looked through the 9.1.2 MSI that I have that works with browser integration and the 9.2 transform.  I can't find any difference in the Properties or registry entries, so I'm concerned that there has been a code change.
    I hope that more info is released on this "feature".

  • Oracle Database 11gR1 Enterprise Manager Console Cannot Display in Browser

    Folks,
    Hello. I am running Oracle Database 11gR1 with Operaing System Oracle Linux 5. I have some issues regarding EM connects with the Database Server as below:
    First, the default listener is LISTENER with standard port number 1521 and protocol TCP/IP.
    Its corresponding service naming S1 is with port 1521 and protocol TCP/IP and hostname localhost.localdomain.
    I run this listener in the following way:
    Step 1: [user@localhost bin]./lsnrctl start LISTENER (This command runs sucessfully.)
    Step 2: [user@localhost bin] ./sqlplus SYS/SYS as sysdba (This command starts sqlplus sucessfully.)
    Step 3: [user@localhost sqldeveloper] ./sqldeveloper.sh (This command invokes SQL Developer sucessfully.)
    But when start Enterprise Manager Console, it cannot connect with the Database. I do it in this way:
    [user@localhost bin] ./emctl start dbconsole
    The above command's output is:
    https://localhost.localdomain:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ... ...
    When open the link https://localhost.localdomain:1158/em/console/aboutApplication in browser, this message comes up:
    The connection to localhost.localdomain: 1158 cannot be established.
    Thus, I add Port Number 1158 into both LISTENER and Service Naming S1. I run ./emctl start dbconsole again and get this message:
    The connection to localhost.localdomain:1158 was interrupted while the page was loading.
    In order to solve the above issue, I create another listener LISTENER2 and another Service Naming S2 with Port Number 1158 and protocol TCP/IP because
    in my point of view, each listener only can have one Port Number(1521 or 1158) and its corresponding Service Naming (S1 or S2) need to have the same Port Number and Protocol (TCP/IP).
    But when I run [user@localhost bin]./lsnrctl start LISTENER2, this message comes up: the listener supports no service.
    From the message, it seems that LISTENER2 cannot work with its corresponding Service Naming S2 with Port 1158.
    EM with Port 1158 cannot display in Browser.
    My questions are :
    First, Is there any relationship needed to be established between listener(LISTENER2) and Service Naming(S2) in order to display EM in Browser ?
    Second, how do folks display EM in browser ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying. I do the following command: [user@localhost bin]$ wget http://localhost.localdomain:1158/em
    The command returns the message:
    --11:36:33-- http://localhost.localdomain:1158/em
    Resolving localhost.localdomain... 127.0.0.1
    Connecting to localhost.localdomain|127.0.0.1|:1158... connected.
    HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
    Length: unspecified
    Saving to: `em'
    [ <=>                                                                                                              ] 7 --.-K/s in 0.002s
    11:36:33 (4.15 KB/s) - Read error at byte 7 (Connection reset by peer).Retrying.
    --11:36:34-- (try: 2) http://localhost.localdomain:1158/em
    Connecting to localhost.localdomain|127.0.0.1|:1158... connected.
    HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
    Length: unspecified
    Saving to: `em.1'
    100%[=================================================================================================================>] 7 --.-K/s in 0s
    11:36:34 (16.8 KB/s) - Read error at byte 7 (Connection reset by peer).Retrying.
    The above message repeats again and again until finally returns the following message:
    11:39:02 (40.2 KB/s) - Read error at byte 7 (Connection reset by peer).Giving up.
    In browser, http://localhost.localdomain:1158/em cannot display and pop up a Windows with the message: You have chosen to open whicn is BIN file from http://localhost.localdomain:1158 What sholud FireFox do with this file ? Save to Disk ?
    My question is:
    I don't know how to display http://localhost.localdomain:1158/em in Browser. How to solve the issue ?
    Thanks.

  • "Internal error: An unexpected exception has occurred" error message displayed when browsing a cube.

    “Internal error: An unexpected exception has occurred“ error message displayed when browsing a cube.
    The error behaviour is quite irregular and does not occur for specific condition.
    Will cumulative update 9 for SQL Server 2008 R2 (SP1) installation help to fix the issue which is provided on the below link:
    (http://support.microsoft.com/kb/2152148)
    The current version of SQL Server I am using is as below:
    Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64)   Jun 17 2011 00:54:03   Copyright (c) Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)
    Thanks in advance for the help!

    Hi Mon,
    The hotfix you said is for Microsoft SQL Server 2008. So it will not work on your scenario since you are using SQL Server 2008 R2.
    Based on the limited information, we cannot give you the exact reason that cause this issue. In order to narrow down this issue, you can apply the latest Service Pack and Cumulative Update as GregGalloway said. Besides, you can troubleshoot this issue by
    using the Windows Event logs and msmdsrv.log.
    You can access Windows Event logs via "Administrative Tools" --> "Event Viewer".  SSAS error messages will appear in the application log.
    The msmdsrv.log file for the SSAS instance that can be found in \log folder of the instance. (C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log)
    Here is a blog about data collection for troubleshooting Analysis Services issues, please see:
    Data collection for troubleshooting Analysis Services issues
    Regards,
    Charlie Liao
    TechNet Community Support

  • Display of Browser and Fullscreen

    Hi,
    I'm on a MacBook with an external monitor connected to it. I want to display the Browser in the MacBook and the fullscreen picture at the external monitor. The MacBook is the first display and contains the dock bar.
    How should I configure the settings in Aperture? I'm trying this since one hours.
    Many thanks in advance.
    Tobias

    Tobias,
    I got the configuration you want once after many tries and could never get it to work again. I tried changing menu locations, all main and secondary settings yadda, yadda, yadda.
    I have done the opposite, my iMac as main in full screen and have the Browser on a secondary screen. To do this I have menus on Main screen, Main Screen set to Show One and Secondary Screen set to Desktop. I then resized the window in split screen mode (Browser and Viewer, no Inspector) and dragged it onto the Secondary screen, select a thumbnail and go into full screen using the HUD. Clicking the lock at top right of the HUD locks it to the right so it doesn't overlap the image.
    I hope this is helpful.
    Cheers,
    Terry

  • Page cannot be displayed in browser

    Hi,
       Recently I installed SAP NetWeaver 7.0 ABAP Trial version on Windows XP. Its working fine. Now I am using this as  a server and connected Two more systems with LAN.  Now I am working in Web Dynpro. In the server system its working fine. The pages are displaying in browser. But whenever I am trying in the client systems its not displaying. Its showing page cannot be display the webpage. Can anyone tell me that what settings need to be changed.
    Thanks

    Added Server IP in the Client hosts file.
    MS

  • Does anyone know why all of a sudden any new parent divs I add won't display in browser preview?

    Does anyone know why all of a sudden any new parent divs I add won't display in browser preview?

    yes styles are applied. What does not show up are the container divs - they all have the thin purple borders.
    The "Blog Lovers" image shows up but it is inside the #blogindex div - which seems to be invisible because the elements inside #blogindex div are just piled on top of each other. (see below html) This is now happening on all the pages of this site.
    (I test a different site in DW and I was able to add divs and borders and content inside divs just fine.)
    <!-- start #blogindex --> 
         <div id="blogindex">
            <div id="blog_image1"><img src="images/bloglovers.gif" alt="Blog Lovers" /></div>   
             <div id="blog_image2"><img src="images/gcblogheader350x70.jpg" alt="Gina Charles Blog" /></div>
          <div id="blogindex_text">
          <p class="blackbolditalic">Visit the blog for happenings, highlights and conversation! </p></div>
          </div>     
       <!-- end #blogindex -->
    http://www.newworldapparel.com/tests/  -scroll 1/2 way down page to see the "Blog Lovers" pile up!

  • Background Color When Displaying Playlists

    After years of use, when opening iTunes today, the background color when displaying the playlist changed from white to pink. How do I change it back to white

    Make sure that in your Display Settings colour is set to 32 bit. See this link for details: iTunes - Pink iTunes window under iTunes XP/Vista

  • 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

  • Why is my laptop displaying, "unsupported browser"?

    why is my macbook air displaying, "unsupported browser" when I try to access Aereo.com?

    Load CheckMyIp.org and post the "USER AGENT information" shown.

Maybe you are looking for