Safari 7 in Mavericks - My webpage does not display correctly.

Wondering if this has been a bug for anyone else. The navigation menu of my website does not stay in its div container. This only occurs in the new safari 7 in Mavericks. This problem can be seen here www.abovethestandardsounds.com .  I have looked at my website in other browsers, but the problem is confined to the new safari 7 update. I am wondering if anyone has gone through this problem also and have found a fix?

Looks a bit complicated to me.<br />
You set the font size of the body to 100% and set the width of the DIV #container to 60em.
So with a default font size of less than 16 set in Firefox/Tools > Options > Content > Advanced > Proportional > Size (pref: font.size.variable.x-western) then the width of the body is not enough and the container doesn't fit and is moved down. So try to set the font-size for the body to 16px to see if that works for you.

Similar Messages

  • I just upgraded to Mavericks and suddenly youtube does not display correctly although other sites work fine. I am using the newest MacBook Air. Any suggestions?

    I just upgraded to Mavericks and suddenly youtube does not display correctly although other sites work fine. I am using the newest MacBook Air. Any suggestions?

    Hi ..
    Open System Preferences > Flash Player then select the Advanced tab.
    Click Delete All under Browsing Data and Settings
    Back to Safari. Press Command + Option + E to empty the Safari cache.
    Quit and relaunch Safari, try a video.

  • Main Viewer Window does not display correctly

    Ever since I upgraded to Aperture 3.3 through 3.4.1, the main viewer window does not display correctly.  Everything is justified to the right of the screen.  When viewing images, the are not in teh center, they are over to the right.  I can't even see the import controls when trying to import... actually I can't even press the import button or add metada.  I am really in a bad position here.  Need help with this... anyone out there have a solution please?  my clients are waiting for their photos.  Yikes!
    Right justified?
    No Import Controls?
    Faces -  Everything displayed in a single row, runs off the end of the right side of the screen

    Have a read through this page and follow the directions to delete your application preferences,
    Let us know how you go.
    Tony
    http://support.apple.com/kb/HT3805
    Message was edited by: Tony Gay

  • Oops - spry menu bar 2.0 does not display correctly when loaded

    Oops - obviously I'm new at this. I think I got my graphics loaded now.
    Dear Sirs:
    I notice bzz31 had a pretty complicated post, so perhaps someone can help me with my complicated problem that has been vexing me for months. I tried the Spry Menu Bar 1.0, but it was impossible for me to edit, and I was delighted to see Spry Menu Bar 2.0 come out. However the 2.0 version has been frustrating me as well.
    I can get my menu bar to display properly in Live View, as shown below.
    However when I load everything onto the server, the menu bar does not display correctly, as shown below:
    I don't quite understand the code "file:///" but I interpret it to mean that the Spry-UI-1.7 folder is in the topmost folder of MacPro5-Docs, which is my hard drive. Here's the code I'm having trouble with:
    Here's my computer directory, shown below:
    Since my index file is two folders down from Spry-UI-1.7, I loaded the files onto the server similarly, as shown in the next three pictures:
    (The picture below is the same as the one just above, but now you can see the path from index to Spry-UI-1.7.)
    I would be most appreciative if someone can help me.
    Thank you.

    Have a look at the following links
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryMenu.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarKeyNavigationPlugin.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarIEWorkaroundsPlugin.js" type="text/javascript"></script>
    <link href="file:///MacProG5-Docs/Spry-UI-1.7/css/Menu/basic/SpryMenuBasic.css" rel="stylesheet" type="text/css" />
    Each of the above points to a file on your local system and cannot be found by the remote server.
    Replace the red coloured parts with http://www.twhsbands.org/ will remedy the situation.
    You also have some remnants of the other SpryMenuBar that should be removed from your markup.
    Gramps
    Wel, so much for the red coloured parts, they did not show up.
    The red coloured parts read file:///MacProG5-Docs/

  • Webpage is not displaying correctly in IE7 or IE9

    Hi,
    I'm a newbie and am having an issue with a webpage not displaying correctly in IE7 & IE9.  It displays correctly in Chrome, Firefox, Safari & Opera. I've looked around the forum but have been unable to find an solution. You can take a look at the page here. www.avgamer.com
    I'm learning HTML curently and would appreciate any help you can provide.
    Here's what it looks like in IE7
    and IE9
    in Chrome
    Thank you!

    You're using a commercial template.  Does the original template work in all browsers?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Report does not display correctly when exported to adobe

    Post Author: mgisonda
    CA Forum: Crystal Reports
    Hopefully someone can help me. I am currently running Crystal Reports profession version 10. I have applied service pack 1 and recently service pack 6. I am having a problem with the display of a report within adobe. My report is a bit complex. It is a 8.5x11 one page landscape report. It is set up in a grid format with multiple lines and boxes drawn on it. Here is the report information: Report Definition----
    Number of Database Fields:   144     Number of On-Demand Formulas:   40     UFLs in use:   None     Page N of M Used:   No     File Format Schema:   10.2.0    I created the report using CR developer. I use the report within a web project. The user requests the report and it returns to the user, an adobe file of the report. However, this is where I am having trouble. On my local development machine, the report displays fine. In CR developer, the report displays fine. When I export the report to Adobe from the CR Developer, it exports fine. BUT when I run the report from my web site, the adobe file that is returned is broken up over 42 pages. What seems to be actually happening is the return adobe file seems to think that the page size is 2in X 4in.. Where it got that, I don't know.The server running IIS is a windows server 2003. It has adobe 8.0 reader on it. I also have Crystal 10 Server Distribution loaded on it. And I have loaded CR10 Service pack 6 on that as well. Below is the web code that is used to display the report:Imports CrystalDecisions.Shared'Imports CrystalDecisions.CrystalReportsImports CrystalDecisions.CrystalReports.EngineImports CrystalDecisions.CrystalReports.Engine.ReportClassPublic Class PrintInspectionLayout    Inherits System.Web.UI.Page   Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load        Dim mNotInSpringDesign As String        Dim mPartType As String        mNotInSpringDesign = Request.QueryString("NotInSpringDesign")        If mNotInSpringDesign = "TRUE" Then            mStockCode = Request.QueryString("StockCode")            lblNotInSpringDesign.Text = "Stock Code #: " & mStockCode & " does not exist in Spring Design."            lblNotInSpringDesign.Visible = True            Response.Write("<br><br><br><br><br><font color='blue'><center><a href='SpringDesignWildCardSearch.aspx'>Go To Search Page</a></center></font>")        Else            mStockCode = Request.QueryString("StockCode")            Dim pList As ParameterValues = New ParameterValues            Dim paramName, paramValue As String            Dim pV As ParameterDiscreteValue = New ParameterDiscreteValue            Dim Report As ReportDocument= New ReportDocument            Dim expOpts As ExportOptions = New ExportOptions            Dim pdfRtfWordFormatOpts As PdfRtfWordFormatOptions = expOpts.CreatePdfRtfWordFormatOptions            Dim expFormatOpts As ExportFormatOptions = expOpts.ExportFormatOptions            expOpts.ExportFormatType = ExportFormatType.PortableDocFormat            mPartType = Request.QueryString("PartType")            'SELECT THE INSPECTION LAYOUT TYPE TO PRINT            Select Case mPartType                Case Is = "C"                    Report.Load(MapPath("./Reports/CompressionLayout.rpt"))                    'Report.Load(MapPath("./Reports/PCAR.rpt"))                Case Is = "E"                    Report.Load(MapPath("./Reports/ExtensionLayout.rpt"))                Case Is = "T"                    Report.Load(MapPath("./Reports/TorsionLayout.rpt"))                Case Is = "W"                    Report.Load(MapPath("./Reports/WasherLayout.rpt"))                Case Is = "F"                    Report.Load(MapPath("./Reports/FreeFormLayout.rpt"))                Case Else            End Select            pV.Value = mStockCode            pList.Add(pV)            Report.DataDefinition.ParameterFields("StockCode").ApplyCurrentValues(pList)            Response.ClearContent()            Response.ClearHeaders()            Response.ContentType = "Application/pdf"            Report.ExportToHttpResponse(expOpts, Response, False, "")            Report.Close()        End If    End Sub    Any ideas as to the solution? Why is it not displaying correctly? I have spent two days researching every FAQ  to try to find an answer, but to no avail. Please any help would be greatly appreciated. ThanksMike   

    Hi Paul
    You're more likely to get an answer to this if you post in the UNIX forum.
    By the looks of it, you may have a problem with your fonts.

  • Webpages are not display correctly

    Hello,
    my problem is webpages are not shown correctly you can see in images
    i use chrome Version 41.0.2272.118 dev-m   it is shown correctly after certain refreshes please help me this is very irritating.

    Hello,
    Thank you for posting in the HP Support Forum.
    Is this only happening with the HP forum site or with many web-sites ?
    Can you try with different browsers - IE, Firefox ?
    Please, re-install Chrome and install/run the latest stable Chrome release:
    http://www.wikihow.com/Reinstall-Google-Chrome
    http://googlechromereleases.blogspot.com/2015/04/stable-channel-update.html
    Google uses Windows internal settings for Internet. These instructions refer to IE but will also affect some Chrome settings. Please, follow them:
    https://support.microsoft.com/en-us/kb/923737
    If the above does not help, please check with your ISP (Internet service provider) about DNS issues and your DNS settings or any other issues.
    Check with your antivirus software or firewall (disable protection, disable web-protection, disable firewall or IPS protections and test)
    Best wishes,
    IT_WinSec
    Hewlett-Packard employee | HP Enterprise Services
    Although I work for HP, I express my personal opinion.
    Visit www.hp.com/makeitmatter
    --Say "Thanks" by clicking the Kudos Thumb Up in the post that you find useful.
    --Please mark the post that solves your problem as "Accepted Solution"

  • Dragging and dropping an item within horizontalList does not display correctly

    It appears that when I drag an item from a HorizontalList to another location within the same HorizonList, it does not display the images correctly. In my HorizontalList, I have an itemRenderer that shows the thumbnail image of the item.  I have about half a dozen items in the list and when I drag the sixth item and move to the beginning of the list, the display looks as if the first and the sixth element are switched, while in reality the resulting dataProvider array seems to have the right order, meaning the sixth element became the first element and the first element became the second element and so on. Has any one seen such a behavior and how do I rectify this? Thanks in advance. Cheers, Ramesh
    The HorizontalList def is
    <mx:HorizontalList id="myList" width="92%" height="100%" columnWidth="90" rowHeight="105" rollOverColor="#f26722"
                        itemRenderer="com.myListRenderer" labelField="name" dataProvider="{arr}" columnCount="10"
                        click="updateView(event)" dragEnabled="true" dropEnabled="true" dragMoveEnabled="true" >
    </mx:HorizontalList>
    The renderer code is
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" horizontalScrollPolicy="off" verticalScrollPolicy="off" horizontalAlign="center"
            verticalAlign="middle" width="90" height="90" verticalGap="0" creationComplete="init()" >
    <mx:Script>
        <![CDATA[
            private function init():void {
                imageFile.source = data.url;
                imageName.text = data.name;
        ]]>
    </mx:Script>
        <mx:Image id="imageFile" scaleContent="true" width="90" height="70" horizontalAlign="center" verticalAlign="middle"/>
        <mx:Label id="imageName" height="18" width="90" textAlign="left"/>
    </mx:VBox>

    Hi Alex,
    In your blogpost on itemRenderers, you discussed something relevant in a brief section on "Background color changes when data changes". However, I could not find any reference for use on dataChange event handler. Can you pelase point me to the right article?
    Implementing dataChange event instead of creationComplete did not solve my issue. I still had the issue. Thanks, Ramesh

  • MB56 does not display correct information

    Hello,
    All 3 plants, use transaction MB56 for traceability.  This shows the components that used to manufacture the product and also where the product was shipped, depending on whether you select top/down or bottom/up.  I have found an error in the transaction.  When you execute for Bottom up to see where the product was shipped,  the information is not correct. 
    The number of pcs is correct for the total amount shipped, but it does not display all of the deliveries that the product was shipped on.  Please see the attachment for details of one example. I have executed this for 4 different materials and I have the same problem everytime.
    Could you tell me what went wrong?
    Thanks
    JJ

    Hi John,
    MB56 will not display data because there is pre-requisite of it.
    You must have to compile the inventory documents by MB57 first.
    Only you need to execute MB57 t.code.
    Specify from & to date & execute it. (It will take some minutes).
    Then check it by MB56. You will find traceability.

  • Webpages do not display correctly, but do when i uninstall certain add-ons

    i had the firefox add-ons of shaved beiber and adblocker plus. one day, websites such as blaghag, 100boatsin100days, halolz, and other websites using the design of blog posts or main text with extra links alongside, or websites such as equinox kayaks, with a black background and white text, would not display correctly.
    i had to uninstall BOTH addons to make the sites display correctly.
    == URL of affected sites ==
    http://halolz.com, www.blaghag.com, equinoxkayaks, daiwa, etc.

    Hi,
    If you're using a theme you can try to temporarily switch to the '''Default''' theme in Tools > Add-ons > Appearance. If the problem persists, please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]. Safe mode disables the installed '''Extensions''', and themes ('''Appearance''') in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons'''. Hardware acceleration is also temporarily disabled - the manual setting is '''Tools''' > '''Options''' > '''Advanced''' > '''General''' > [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u '''Use hardware acceleration when available''']. All these settings/options/add-ons can also be individually or collectively disabled/enabled/changed in Firefox normal mode to check if an extension, theme, option or hardware acceleration is causing issues. Disabling/enabling hardware acceleration, and some types of add-ons in normal mode may require a Firefox restart.
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.org/en-US/kb/Options%20window Options]

  • Iweb updated page does not display correctly in firefox or safari

    www.rohanstevenson.com
    tried to update my site with a couple of cues and the wheels have completely come off. i cannot get the site to display correctly.
    it looks a bit better if i open the page directly from the computer, but after sending it to ftp host it will not load up properly in the browsers.
    i have no idea what is going on and i rather desperately need that site back up and running
    help!!

    This is happening probably because the text encoding on your server end is set wrong. Or perhaps your FTP program is doing the encoding differently. This is commonlly seen when uploading iWeb pages to 3rd party servers and can be corrected.
    Our own Tom Gewecke has a nice writeup about these strange looking characters that can appear. He also has some suggestions about what to check and what to do. Check it out and see if any of it might be relevant to your situation. If not come on back and we'll keep trying to troubleshoot with you...
    http://homepage.mac.com/thgewecke/iwebchars.html
    Good luck!

  • Website created in FrontPage does not display correctly in Safari

    Using StoreFront software (PC based only), we have created a website that performs beautifully in Explorer and Netscape on a PC. For some reason, not all pages open properly on a MAC. It is the left column that does not open properly on the dynamically generated pages. Does Safari have a problem with style sheets?
    NH Barrie
    G5   Mac OS X (10.3.9)  

    If you would provide the url of your page, it would be a lot easier to help. You might yourself want to check your page against the w3c standards to see how far off it is:
    http://validator.w3.org/

  • Router webpage does not load correctly

    I own a wireless WRT54G, which has worked fine in the past. After setting up a new wireless network, I went to the router webpage to open some ports. The problem with the page loading is that it doesn't display correctly. No clickable text is displayed on the top of the page or the side bar, so I basically can't do anything whatsoever to configure it. I've tried loading it up in both Firefox and Internet Explorer, with IE saying the page loaded but with errors. Any help would be much appreciated.

    I did not understand what you meant when you said   "After setting up a new wireless network".   What new wireless network did you set up?
    To view the router's web pages:
    Use Internet Explorer, it usually works.
    JavaScript must be enabled.
    Use a computer that is wired to the router.
    In the non-working computer, temporarily turn off your software firewall.
    If you are using Zone Alarm, right click on the ZA icon in the system tray (lower right corner of screen) and then click "Shutdown ZoneAlarm", and see if this fixes your problem. If this does not work, try the following with Zone Alarm: Open the ZAISS control center, go to Privacy, then temporarily turn off Ad Blocking and Cookie Control, and see if that fixes your problem.
    If you are using Noton Internet Security with the Add-on Pack, be sure to turn off the Pop-up Blocker. Some users have reported that they needed to uninstall the entire Norton Add-on Pack.
    If you cannot get anything at 192.168.1.1 then perhaps this is not your router's address. Go to "Start" > All Programs > Accessories > Command Prompt.
    A black DOS box will appear. Type in "ipconfig" (with no quotes), then hit the Enter key. Look at the "Default Gateway". Is it 192.168.1.1 ? Point your browser to the "Default Gateway", then login to your router.
    If the above fails, disconnect your modem from the router, and try again. If this corrects your problem, then most likely you have a "modem-router" rather than an ordinary modem. Check to see if your "modem-router" is using the same 192.168.1.x address space as your Linksys router. If it is, then report back with this problem, and also state the make and model of your modem-router.
    If all of the above fails, power down your entire system, unplug it from the wall, wait one minute, then power up and try again.
    If all of the above tips fail, then reset the router to factory defaults: Power down the router and disconnect all wires from it. Wait one minute. Power up the router, allow it to fully boot (1-2 minutes), then press and hold the reset button for 30 seconds, then release the button and allow the router to reset and reboot ( 2-3 minutes). Power down router. Wait one minute. Connect one computer, by wire, to a LAN port on the router. Boot up system. It should work.
    If the reset does not fix your system, then you need to download and install (or re-install) the latest firmware for your router. After the firmware upgrade, you must reset the router to factory defaults, then setup the router again from scratch. If you saved a router configuration file, DO NOT use it.

  • Mac mini minidvi to hdmi does not display correctly new Panasonic TC-L37D2

    Hi,
    I have the 2009 mac mini (2.2GHz cor 2 duo nvidia 9400 256mb) and I recently purchased the Panasonic TC-L37D2 LED LCD tv. I use the mini dvi to dvi adapter with a belkin dvi to hdmi cable I purchased at the apple store to connect the mac mini to the tv. I cant seem to get the display to correctly fill the screen. When I select 1080P the top menu bar is out of view. Basically the desktop is larger than what is displayed on the screen making navigation difficult. I tried overscan but my screen then has black bars framing the entire desktop. Are there any updated display drivers I can try to fix this. I tried the third party software switchresx but I was only able to correct the vertical issue and not the horizontal issue (so the apple pulldown in the upper left corner is off of the screen). Why is it such a hassle to get this working? My buddy has a 42 inch Panasonic plasma and does not have any problems. Anyone know the correct switch resX settings at least? I see that Apple has added an hdmi port to the new mac minis but that just means I should have waited to buy mine. :/

    Read my post in Mac Mini to HDTV. A 3rd party utility called DisplayConfigX will allow you to create a custom resolution that will resize the Mac DVI/HDMI output to fit.
    It is annoying when that top menu bar is off the screen huh?

  • PDF does not display correctly

    Issue: One of our website page displays a PDF form filled with data retrieved from database. The PDF file displays perfect in IE browser, but the PDF form was blank in Firefox browser - can not see the filled data at all in Firefox browser nor in print-out from Firefox.
    I installed the most recent version of Firefox PDF viewer 0.8.1 add-on, and played with different options under the menu "options/Portable Document Format (PDF), but no luck to solve the above issue.
    I noticed that not only our website, but also some government websites have the same issue display data filled PDF.
    Anybody can help me out to resolve this issue?
    Many thanks!

    This may well be a limitation of the JavaScript-based PDF Viewer. It currently does not support all the feature of the Adobe plugin (or stand-alone version of Adobe Reader). You can test that theory using the steps in this article: [[How to disable the built-in PDF viewer and use another viewer]].
    While an end user can switch around among viewers by changing their Firefox options, unfortunately there currently is no way for websites to detect which viewer is in use and assist visitors in a personalized manner. I think for now you may need to recommend that Firefox users use the above article for assistance if more complex PDFs do not render as expected.

Maybe you are looking for