Website not displaying correctly in chrome

Tonight, I updated muse to v2.1, build 974, cl 770522. I then made a few changes to my website www.drselenasnow.com. When I attempted to display it in chrome, there was a weird doted line on the left side of my website and the coloring of the menus was misaligned. The website looks fine on explorer. Can anyone explain how to fix this?
Thanks,
Joe

Hello,
I just checked your website on Google chrome and Internet Explorer but could not see any were no dotted line or misaligned coloring when compared to Internet Explorer view of the website.
Please confirm if the issue is already resolved or it might be specific to your computer. in that case you can test in on some other computer.
Please have a look at the screenshot of your website in google Chrome :
http://trainingwebcom.worldsecuresystems.com/SachinFTP/2012-09-26_0023.png
Regards,
Sachin

Similar Messages

  • CSS : Website not displaying correctly in IE 7 , ok in Firefox and IE8

    Hello all,
    I am a newbie designing my new site with CS4. This is my first post to forum, although I have read many helpful hints while proceeding.
    I will be grateful for resolving a quirky issue.
    My website http://www.chezshuchi.com is not displaying correctly in IE7. IT is displaying correctly in most other browsers. The HTML validation is fine. I think there is some issue with CSS, but I am not able to find it despite spending much time. Will appreciate input.
    Two images are attached. The first is the screenshot in IE 7 . The second in Firefox (IE 8 is same).

    Change the embedded CSS at the head of the page in Code View as follows:
    from
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
    .twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    to
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
    .twoColLiqLtHdr #mainContent { zoom: normal; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->

  • Website not displaying correctly. Firefox is changing the character set to Western (ISO-8859-1) automatically.

    Normally I have set Firefox (or it's set by default) to Character Set Unicode (UTF-8) and everything displays perfectly. I've never had a problem before.
    Now however, whenever I upload my own website, for some bizarre reason on that particular tab (and only that tab) the Character Set is changed over to Western (ISO-8859-1) and then there's a few characters within my site that do not display correctly, namely apostrophes and hypens.
    It definitely isn't my software (Serif WebPlus X4) because the page displays correctly in every other browser. Plus it displays correctly in Firefox if I change the Character set back to Unicode.
    PS The site is a work in progress

    That happens because the server sends a content-type (<b>text/html; charset=ISO-8859-1</b>) via the HTTP response headers and in that case that content type prevails. The page code is saved with an UTF-8 byte order mark () that you see in this case.
    *http://web-sniffer.net/?url=http%3A%2F%2Fwww.valuevisionglasses.co.uk&http=1.1&gzip=yes&type=HEAD&uak=0
    *http://httpd.apache.org/docs/current/mod/mod_mime.html#AddType

  • Websites not displayed correctly

    Hi,
    since i updated to Safari 6.0.2, many websites are not displayed correctly anymore. instead of pictures i see a blue question mark, sometimes the whoe layout is a mess. this concerns multiple websites, alse like facebook or youtube. when i refresh, it mostly orks, so i think it´s not a plugin-issue
    Curiously, also in Mail, some Emails are not displayed correctly.
    Thank´s for any suggestions or ideas how to solve that.
    Christoph

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' 
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”. 
    Step 2 
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}' 
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}' 
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null 
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Websites not displaying correctly

    Just installed Firefox 7.0.1. (on Windows 7). Several websites not displayed properly, eg BBC which gives this message: "This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so." Any suggestions?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Websites not displaying correctly since upgrading to FF 10.0

    Since upgrading to FF 10.0 on Mac OS X 10.7.2 i have noticed that some sites are not loading correctly or they do not function like they used to.
    For example:
    1. The login page for Tumblr displays just the background image, not the login form.
    2. In the Art section of Newgrounds i can no longer change the content filter by clicking on the icons.
    However these sites still work fine with Safari and Chrome. For now i am moving to Chrome unless someone knows what is happening and how i can fix it?

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    ** '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''
    Check and tell if its working.

  • Edge Animation not displaying correctly on Chrome??

    I have an edge site which seems to be displaying correctly on Internet Explorer, but not on Chrome, the entire site gets all pixelated apart from one small animation.  The site has some transparencies and an imported gradient background.  Although it displays correctly in IE it does still seem to stall upon loading where only a small section of the background appears before the rest of the site comes up.  Is anyone able to shed some light on this?? Any help would be appreciated.

    Hello Kriten,
    Audio is a problem. if you have a action, like an sound and a action it doesnt work.
    Sounds that start in the begin of your animation, works. but no action and a sound combination.
    The new version of EDGE has more problems not only sound problems.
    I hope we will get a update that works better

  • Website not displaying correctly on Firefox

    Hello,
    My website www.gauravmittal.com is not showing correctly in Firefox. The images are showing up
    as thumbnails below each other as opposed to large scrolling images. I have tried everything possible
    from your available troubleshoot guide.
    Please help fix this.
    Thank you.

    Firefox isnt the only browser having that issue, I used a Webkit based browser (like Safari) and came up the same.
    * http://jigsaw.w3.org/css-validator/validator?uri=http://gauravmittal.com/&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en

  • New programs not working and websites not displaying correctly

    I need a little assistance. My older G5 is running Mac OS X (10.3.x), Mac OS X 10.3.9 (7W98) - I don't have the funds to upgrade right now - and during an update to iTunes awhile back the power was accidently cut and then my mess began. ITunes would no longer open,
    I am good with PCs and can pretty much resolve anything on them, but have been absolutely stumped with this. I searched all kinds of troubleshooting and eventually decided to just erase and reinstall Panther hoping that would resolve the issue, iTunes works now, but Safari is not displaying web pages correctly (for instance Facebook is just a stack of words but other sites may look okay), and now any new program I download will not open after I install it like Firefox.
    Any ideas as to how I can resolve this mess?

    You can try do download Onyx, it is a good free Software that will repair many issues that you can have with your Mac. You are running the very last 10.3.x I suppose.

  • One-page scrolling website not displaying correctly on Dell computers

    I am having issues with my current one-page scrolling website displaying correctly on Dell computers. I am able to view it perfectly on a MAC. How do I make sure the website will open correctly on different screen monitors? My current page properties W: 1020 H: 31281. Do I need to recreate the document with a smaller page width? Some of my images within the website appear larger on certain screens and smaller on others. Is this common?

    Hi,
    Kindly share the link to the website, that will make it easier to understand the problem, if any.
    Regards
    Sonam

  • Website not displaying correctly

    Hi,
    Firefox has stopped displaying websites correctly. When I view a certain page it does not longer align images, or show bullet points etc.
    I have gone thorugh all the troubleshooting steps available online like clearing cache and history, starting in safe move. Disabling add-ons, re-installing firefox etc, but nothing helps. Other browsers display my site just fine.
    Its a staging site at the moment for a new website. On the home page for example, there are 4 box areas each with a thumbnail image, which does not align with the text anymore.
    Really hope someone can help me with this issue.

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Firefox > Preferences > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *http://kb.mozillazine.org/Websites_look_wrong
    *https://support.mozilla.org/kb/Options+window+-+Content+panel

  • Flash Clipart website not displaying correctly on any company PC's

    We've been having issues displaying any of the graphics from faithclipart.com on our company pc's.
    PC's are all running the latest version of Flash 10 with IE 8.
    I can access this site correctly outside of the company.
    I've disabled firewalls and antivirus on the workstations.
    Any ideas what this site does differently to display its images from other websites running flash?
    Thanks
    Bryan
    IntelliTek

    The problem is that you let a graphics program create HTML code for you.  This is OK for quick prototypes but not for full production sites on the web. Use your graphics software to create images.  Use DW to build your web page and code.  In it's present state, this site will always be a nightmare for you to edit.  Rebuild the site now using real text instead of text inside images.  You'll be glad you did.
    Start here:
    Taking a Fireworks (or PhotoShop) comp to a CSS based layout in DW
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Website not displaying correctly when uploaded to internet

    Hi there,
    I've created shadows on one of my websites using gradients and aligning them with boxes to create the background to parts of the website.  It displays fine in Muse, but when I upload it, it's not aligned.  Here is the website:  http://www.hutchambulance.ca/index.html
    You can see on the Home page, that the orange column is not aligned properly and the shadow has a bit of a gap at the top on the right-hand side on the white part.  I've tried aligning them in Muse by making sure they are the exact same width/height in pixels and selecting both items and using the align function.
    If anyone can help me figure out what I am doing wrong, that would be great.
    Thank you!

    Still looking for help with the above issue.... if someone can help me out, that would be great.  Thanks!

  • Fluid Grid not displaying correctly in Chrome

    I'm laying out a simple 3 column design using fluid grids in CS6.
    I want only one colum to show in mobile, with the other two hidden. Two columns should show in tablet, with the third hidden and all three columns should be visable in desktop mode.
    I'm currently only testing between chrome and safari as I just want to get the hang of the feature.
    When I preview in safari, everything works as it should but when I preview in chrome, the browser seems to ignore the desktop settings and shows a large version of the two column tablet design.
    I'm using 4, 8 and 12 columns respectivly in my fluid grids.
    Has anyone else had this issue? I haven't been able to find any references to a similar problem.

    Has anyone else had this issue?
    Nope.  You're the only one. 
    Please show us your code.  My guess is that your media queries are messed up.
    How exactly are you defining the divs to show or not show?
    Nancy O.

  • Espn website not displaying correctly

    The main ESPN homepage loads correctly, but when you click on a link it displays it in a linear mode. Does anyone know how to correct this?

    Firefox isnt the only browser having that issue, I used a Webkit based browser (like Safari) and came up the same.
    * http://jigsaw.w3.org/css-validator/validator?uri=http://gauravmittal.com/&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en

Maybe you are looking for

  • IPhone 5s won't update to iOS 8.0.2

    My iPhone 5s won't update to iOS 8.0.2. I had been using beta versions of iOS 8 but even though there is a '1' in the Software Update box, it tells me my software is up to date (iOS 8). However, I also get messages telling me my current iOS will expi

  • [Unsolved, closed] Grub not showing other kernel (linux-lts)

    Hi, Stuck with Grub not showing other kernel, started with willing to keep two kernels. grub config file shows both kernels correctly but still not appearing at boot (it's like pale black/blue, seems I am stuck with grub legacy? tried reinstallation

  • When will I use object locking by User ID report?

    Hello, I am using EP7 SP9. I would like to see all the locked users at the portal. The problem is that even that there are locked users (I can locate them individually using the UME), the object locking report doesn't show them when I search by User

  • Desktop Folders - how can I customize like before in 10.4?

    I apologized if this has been asked already but I have searched high and low here. Probably a simple question (setting somewhere) but I'm stumped! How can I "turn off" the alphabetical ordering of the files on my desktop; even more so, how can I just

  • Country Stats

    The attached code is a simple query I use to generate a CFCHART flash graph of total page visits by country. The stats_log table also has a date column. I'd like to provide the user a with form to pick a date range (startdate, enddate) and re-create