Internet Explorer preview not working correctly.

Hi,
Well my problems seem to be mounting up, my website is loading completely fine in Chrome and Firefox, but in Internet Explorer it doesn't want to load properly. It seems that only the text is loading, leaving me to believe that the css files, style.css and style-desktop.css files are Not working in Internet Explorer.
I have already tried running a browser compatibility test, but it comes up with no errors.
Thanks.

Hi Nancy,
Here you go -
style.css:
/* Basic */
          *,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box -sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}
          body {
                    font-size: 13.5pt;
                    font-family: sans-serif;
                    font-family: 'Ubuntu Condensed', sans-serif;
                    color: #878e83;
                    letter-spacing: -1px;
                    text-align:center;
                    background: #D4D9DD url('images/bg01.jpg');
          h1,h2,h3,h4 {
                    color: #007897;
                    font-weight: normal;
          h1,h2 {
                    text-transform: lowercase;
          h2 {
                    font-size: 1.6em;
                    letter-spacing: -1px;
                    margin-bottom: 1em;
          h3,h4 {
                    color: #283121;
                    margin-bottom: 0.5em;
          h3 {
                    font-size: 1.2em;
                    margin-bottom: 0.8em;
          h4 {
                    font-size: 1em;
          p, ul {
                    margin-bottom: 1.25em;
          p {
                    line-height: 1.8em;
          strong {
                    color: #474e43;
          img.left {
                    float: left;
                    margin: 2px 1.25em 0 0;
          img.top {
                    margin: 4px 0 2.25em 0;
          ul {
                    padding: 0.25em 0 0 0;
          a {
                    color: #5d93a2;
                    text-decoration: underline;
          a:hover {
                    text-decoration: none;
          * > p:last-child {
                    margin-bottom: 0 !important;
/* Copyright */
#copyright {
          overflow: hidden;
#copyright p {
          padding: 50px 0px 0px 0px;
          text-align: center;
          font-size: 11pt;
          color: #555;
#copyright a {
          color: #888;
style-desktop.css:
/* Desktop (>= 480px)                                                            */
/* Basic */
          body {
                    width: 1920px;
          section, article {
                    margin: 0 0 60px 0;
          section:last-child, article:last-child {
                    margin-bottom: 0;
          #content
                    border-bottom: solid 1px #272e31;
                    padding: 45px 0 45px 0;
                    text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
                      text-align:left;
/* Reusable */
          .blog-post-image {
                    width: 588px;
/* Header */
          #header-wrapper {
                    background-color: #007294;
                    background-image: -moz-linear-gradient(top, #008dab, #007294);
                    background-image: -webkit-linear-gradient(top, #008dab, #007294);
                    background-image: -webkit-gradient(linear, 0px 0px, 0px 1200px, from(#008dab), to(#007294));
                    background-image: -ms-linear-gradient(top, #008dab, #007294);
                    background-image: -o-linear-gradient(top, #008dab, #007294);
                    background-image: linear-gradient(top, #008dab, #007294);
          #header {
                    position: relative;
                    margin: 30px 0 30px 0;
                    padding: 0 20px 0 20px;
                    border-radius: 5px;
                    border: solid 1px #006e8b;
                    box-shadow: inset 0px 0px 0px 1px #12a0bf, 0px 1px 4px 0px rgba(0,0,0,0.10);
                    background-color: #007b9d;
                    background-image: -moz-linear-gradient(top, #008ead, #007b9d);
                    background-image: -webkit-linear-gradient(top, #008ead, #007b9d);
                    background-image: -webkit-gradient(linear, 0px 0px, 0px 1200px, from(#008ead), to(#007b9d));
                    background-image: -ms-linear-gradient(top, #008ead, #007b9d);
                    background-image: -o-linear-gradient(top, #008ead, #007b9d);
                    background-image: linear-gradient(top, #008ead, #007b9d);
                    height: 46px;
                    #header h1 {
                              position: absolute;
                              left: 20px;
                              top: 0;
                              color: #fff;
                              font-size: 2.3em;
                              letter-spacing: -2px;
                              line-height: 40px;
                    #header h1 a {
                              color: #fff;
                              text-decoration: none;
                    #header nav {
                              position: absolute;
                              right: 20px;
                              top: 1px;
                              line-height: 43px;
                              text-transform: lowercase;
                              font-size: 1.3em;
                              letter-spacing: -1px;
                              #header nav a {
                                        display: inline-block;
                                        text-decoration: none;
                                        color: #fff;
                                        padding: 0 25px 0 25px;
                                        outline: 0;
                              #header nav a.current-page-item {
                                        background-color: #007897;
                                        background-image: -moz-linear-gradient(top, #007b99, #007897);
                                        background-image: -webkit-linear-gradient(top, #007b99, #007897);
                                        background-image: -webkit-gradient(linear, 0px 0px, 0px 1200px, from(#007b99), to(#007897));
                                        background-image: -ms-linear-gradient(top, #007b99, #007897);
                                        background-image: -o-linear-gradient(top, #007b99, #007897);
                                        background-image: linear-gradient(top, #007b99, #007897);
                                        box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.1), 0px 0px 5px 1px rgba(255,255,255,0.1);
                              #header nav a:hover {
                                        background-color: #0882a1;
                                        background-image: -moz-linear-gradient(top, #0782a0, #077d9b);
                                        background-image: -webkit-linear-gradient(top, #0782a0, #077d9b);
                                        background-image: -webkit-gradient(linear, 0px 0px, 0px 1200px, from(#0782a0), to(#077d9b));
                                        background-image: -ms-linear-gradient(top, #0782a0, #077d9b);
                                        background-image: -o-linear-gradient(top, #0782a0, #077d9b);
                                        background-image: linear-gradient(top, #0782a0, #077d9b);
                                        box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);
/* Footer */
#footer
                    color: #546b76;
                    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
                    align: top;
                    width: 1920px;
                    #footer h2
                              font-size: 1.25em;
                              color: #212f35;
                              margin: 0 0 1em 0;
                              align: top;
                    #footer a
                              color: #546b76;
                              align: top;
          #footer-wrapper
                    padding: 22px 0 80px 0;
                    text-shadow: 1px 1px 1px rgba(255,255,255,1);
                    background: #D4D9DD url('images/bg03.jpg');
                    width:100%;
                    border-bottom: solid 2px #272e31;
                    position:absolute;
                    bottom:0;
                    height:170px;   /* Height of the footer */
                    width: 1920px;
/* Copyright */
    #copyright
        background: #151515;
        border-bottom: solid 1px #272e31;
        padding: 45px 0 45px 0;
        text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
        position:absolute;
        bottom:0;
        width: 1920px;
        height:10px;   /* Height of the footer */
    #copyright {
        padding: 18px 0 18px 0;
                    text-align: center;
        align: top;
        color: #A6A88F;
        margin: 1% 0 0 0;
                    height:8px;   /* Height of the footer */
                    width: 1920px;
    #copyright a {
        color: #A6A88F;
Thanks .

Similar Messages

  • Internet Explorer 10 not working with EBS 12

    Good Day,
    Am working on
    Oracle Application 12.1.3
    Oracle Database 11.2.0.3
    Java Version "1.6.0_20"
    When i try to Open any form in the Application with IE 10 it's not open and i cannot see the responsibility "unidentified" status
    Thanks

    Hi,
    Click on Compatability View on the address bar, and restart browser and check.
    Please see:
    KentW Limited » Internet Explorer 10
    Oracle E-Business Suite R12 Internet explorer 10 “unidentified” « Duh! Microsoft did it ag…
    Also see:
    Recommended Browsers for Oracle E-Business Suite Release 12 (Doc ID 389422.1)
    Thanks &
    Best Regards,

  • Internet Explorer is not working.

    Dear all,
    Today i am getting another problem with my mac book.i am running my applemac book air laptop and i am trying to install internet explorer 5.2.3 after installing when i clicking on the browser so it's showing one message
    You can not open the application internet explorer because power pc application are no longer supported""
    please check and give some appropriate solution.
    Vijay jawre

    Internet Explorer is FAR outdated for the Mac.  Microsoft stopped supporting it... Therefor, the application does not work with Lion in any way.  You cannot, and SHOULD NOT, be using IE for ANYTHING.  Use Safari, the built in Mac browser, Google Chrome, or Firefox. 

  • Internet explorer does not work even though i have connection

    i barely got this two days ago. i cannot use internet explorer as it says something is wrong with my connection. thats a lie! its working perfectly. luckliy, i downloaded google chrome before i had this problem. how do i fix it?
    also, hp support assistant at the bottom of my screen has a red exclamation mark. and my norton security couldnt fix itself? whats going on! 
    This question was solved.
    View Solution.

    Hello Antoney805:
                 That is easy you have the same Internet Explorer as I do. Left click on the lock washer icon then select Internet Options. When window opens click on advance tab then click on Reset and then ok. You are all set now. It should restore the Internet Explorer to orginal settings.  If that doesn't work for some unknown reason go to your control pannel some where you should be able to unstall programs on your computer.  Internet Explorer is an update so you want to look for it in  update section not programs list.  Un install and down load a nother copy. http://windows.microsoft.com/en-us/windows/search#q=internet+explorer   You have to unistall the corrupted one first. Other wise the down load page will say you have the latest version installed. frrw.

  • Can't download - error message: 'internet explorer is not working'

    I can't even download AR. whenever I try to run the download I get the above error message and the dowload closes down.
    Running:
    Windows Vista Basic
    Dell Inspiron Laptop

    Internet Explorer is FAR outdated for the Mac.  Microsoft stopped supporting it... Therefor, the application does not work with Lion in any way.  You cannot, and SHOULD NOT, be using IE for ANYTHING.  Use Safari, the built in Mac browser, Google Chrome, or Firefox. 

  • Internet explorer 11 not working in app mode

    Hi,
    I have a Lenovo desktop computer with Windows 8.1. IE 11 worked perfectly well in both app and desktop modes but since 2-3 weeks my IE doesn't open in app mode. I think it might be linked to the update following the IE security problem.
    I tried to make the change described in a previous post, namely:
    Click the tools button in IE 11(IE 11 on the desktop), choose Internet
    options, navigate toprograms tab, on the opening
    Internet explorer, choose how you open links:
    Make sure we have always in Internet explorer or Let
    Internet Explorer decide selected.
    BUT in my case the tools/internet option/programs tab doesn't allow me to change this parameter... it's blocked on "always in internet explorer on the desktop" mode....
     it doesn't allow me to select anything else...
    Is there a solution to this ? please advise.
    Thanks

    blocked on "always in internet explorer on the desktop" mode....
    Sounds like you may have installed another browser which has set itself to be the default?   In order to use MUF IE, IE insists that it be the default browser.
    Robert Aldwinckle

  • Ram Preview not working correctly

    On one machine here, when the artist goes to do a ram preview, they only get grey frames in the comp window. Either that or they get a freeze of the first frame in the render region, but no motion.
    I have tried deleting prefs, zapping Pram, deleting the cache, purging memory. turning open GL on and off, all to no avail.
    Any thoughts?
    Thanks in advance
    Sam DeWitt

    I'm not sure if RAM issues really show up during normal work. In most cases the operating system will constantly rearrange the memory allocation, so it may never touch upon that one damaged memory block. You wouldn't even know it, if it caused a crash once a week, because it could be anything. I'll admit that it's a far shot, but nonetheless one should not rule out what seems to be impossible at first sight. the only other thing I can think of would be a tool that suppresses screen refresh, which could be some widget ort system extension...
    Mylenium

  • Creative Cloud PDF preview not working correctly

    More than 50% of the time, when we upload a PDF to our Creative Cloud the preview image is distorted to a square regardless of the actual proportions. The left and right arrows are also missing so you cannot preview multiple pages in a file. Sometimes it works but most the time it doesn't. Usually we have to upload again and then everything is fine.
    Even though the upload doesn't preview correctly or allow you to preview multiple pages the PDF download is fine.

    I am having the same problem, it's been like that for weeks. I've tried uploading an inDesign file and it only shows the first page, squeezed with funky font issues. I've tried different browsers with no luck.

  • Google chrome & Internet explorer is not working in my windows 7 professional "

    Hi  Team
    I m facing the issue that , when i sent any screenshot from my gmail account using google chrome & IE , it display that not responding & close the program" as i have clean format my windows 7 & after that still issue is same please help
    me

    Hi,
    Have you tried other mail account? Have you tried a email program or App instead of webmail in a browser? Maybe your newly installed applications or other recent changes cause this issue. undo these changes if possible as a test?  clear, or just test
    this issue in a clean boot mode, if it disappears, then we can continue to narrow down the cause.
    http://support.microsoft.com/kb/929135/en-us
    Meanwhile, clear browser history, disable add-ons (IE), test again.
    And could you please describe more about "sent any screenshot from my gmail account using google chrome & IE"?
    Yolanda Zhu
    TechNet Community Support

  • Links to PDF files bringing up Internet Explorer has stopped working message.

    When I click on a link to a PDF file - such as a bank statement - a box shows up on screen "Internet Explorer has stopped working correctly. Windows will close the program and notify you if a solution ios available.

    Hi,
    Start>Event Viewer.... post back with the error stack.
    the first step in troubleshooting web browser issues is to test by running in noAddons mode. NoAddons mode leaves ActiveX enabled, but stops COM Addons and Extensions from being loaded. IE10+ has Tools>ActiveX filtering... some websites do not test
    for this and may think that Flash is not installed on the client.
    When posting internet related questions it is helpful if you include the full address of any websites you are having issues with.
    Regards.
    Rob^_^

  • Preview not working!!! Blank document appears!

    My Preview stopped working! I downloaded a few PDF documents, thinking that Preview would automatically launch and open the files. Preview did launch, however, all I saw were blank white documents, nothing on them.
    Next thing I did was open my Adobe Reader application and tried to read the PDF documents. Yes, it worked. I was able to see the documents.
    But why is Preview not working correctly? What is happening?

    Hi, Makiko. The version of Preview that came with Panther is old, and some of the features that newer PDF-creation software can build into PDF files may not be supported by it. In other words, your Preview application became static several years ago, while the PDF file format has continued to evolve. Your Preview can probably still open all the other file formats that it opened when it was new, but you may want to set things up so that all PDF files are handled by Adobe Reader instead. To do that, click once on any PDF file in the Finder and choose Get Info from the File menu. In the "Open with" section of the Get Info window, choose Adobe Reader from the drop-down menu, then click the Change All button. Close the Get Info window. Now all PDFs that you double-click will open in Adobe Reader.
    Note that at present, the latest version of Adobe Reader that works in Panther is 7.1.0. If you have an earlier version, you may want to update it.

  • How do I enlarge a small photo I have scanned to my computer photo album ("My Pictures") to facebook; the steps that worked for Internet Explorer won't work for Mozilla?

    I scanned a small photo(2 x 3) with my Dell printer and stored it in my computer photo album "My Pictures." Now I would like to upload an enlargement of the picture to my Facebook photo album. The steps I used with Internet Explorer for enlarging an uploaded photo for Facebook will not work with Mozilla. My Adobe Flashplayer that I used with Internet Explorer would not work with Mozilla, so I downloaded a plug-in Adobe Flashplayer (10.) What else do I need to do? Please give me specific instructions as I am 69 years old and not as computer literate as young people! LOL Thank you. Evelyn Drown E-mail: [email protected]

    Some website that can resize images:
    * http://www.resizr.com/
    * http://www.shrinkpictures.com/
    * http://www.picresize.com/

  • Internet Explorer 11 "Enterprise Mode" do not work or do not work correctly!

    Dear community,
    Since yesterday we test the Feature "Enterprise Mode" for "Internet Explorer 11". However, we have many problems
    with this Feature. We have configured it as described by officially instruction by MS, but it does not work
    properly. Here is what we have done exactly to test this Feature:
    In Registry Key " HKEY_LOCAL_MACHINE \ Software \ Policies \ Microsoft \ Internet Explorer \ Main \ Enterprise Mode " we have created the Entry " Site List " and create the string " Enable" . In the
    String "Enable" we have added no value . 
    In Case of String "Site List" , we have specified the path to the XML file , as value of this String.
    The XML file was created with the Site List Manager from Microsoft
    And now, we regocnized following Problems:
    The "Enterprise Mode" ist only "active", if the User(!) check "Enterprise Mode" under "Tools"...!
    The site list is seemingly ignored, although in the Registry "currentversion" is pulled correctly, everytime we change
    the XML File. So we think "SiteList" is configured well.
    On one of our test computer freezes Internet Explorer 11 , if you try to hook the corporate mode
    In Summary, it seems to be configured properly but it even do not work or not work correctly.
    Our goal would be:
    Enterprise Mode + access to the Site List by IE11 should be "on" by Default!
    Entrys of sitelist.XML should be filtered and shown in "Enterprise Mode" or/and the right "DocMode", as configured.
    The user should have no chance  to check on or off the"enterprise mode"
    We use "Windows 7" on all our Clients, as test Clients are also running the same operating System...
    Please reply
    Thank you very much
    Greetings!
    Ps: Please do not be angry if pronunciation or grammar do not fit well. English is not my nature language (my nature language is german)

    Hi,
    According to your description, seems the end-users can manually turn on\off the enterprise mode, If you don''t want this, you can disable the option.
    Computer(User) Configuration > Administrative Templates > Windows Components > Internet Explorer\Let users turn on and use Enterprise Mode from the Tools menu option
    Disable this option, user will not have "Enterprise Mode" under "Tools", after that, please run gpupdate /force to update the policy, and get "Use the Enterprise Mode IE website list" applied again in the target system.
    After that, the enterprise mode website list get applied again, and user don't have an option to disable it.
    Yolanda Zhu
    TechNet Community Support

  • Unable to use all the feature of my email service (Juno on the web) like; font size/color, bolding, italics, highlighting etc why? Those features work through Internet Explorer but not Firefox.

    When I go to my Juno on the web through Firefox, I am unable to use the tool features such as:
    Font size / Color
    Bolding
    Italics
    Bullets
    Highlighting
    just to name a few. Yet when I bring it up through Internet Explorer these features work, plus the way Firefox reads my Juno the tabs are distorted (the page is not formatted correctly, I contacted Juno they said I should contact my modem company AT& T they said no so you are my last resort.. Please help resolve my issue, THANK YOU in advance for assisting with this matter.

    It is up to Juno to enable Midas, the Rich Text Editor which is built into Firefox, with one little line of code on every web page that has RTE for IE. There's nothing that you can do to turn that feature on your self, it has to be coded on each web page that has Rich Text Editing.
    http://www.mozilla.org/editor/midas-spec.html <br />
    http://kb.mozillazine.org/Midas
    Their ignorance probably lies with their staff programmers only knowing how to do it for IE ''(their training and certificates are probably from the Microsoft cabal)'', and not realizing that Gecko and WebKit apps each have their own Rich Text Editor's, which require their own small line of code to enable those Editor's.

  • I have a MacBook Pro and I need to be able to access Internet Explorer in order to login to my work server (Microsoft server) and Online Business Banking system. How do I do it if Internet Explorer is not supported on Macs?

    I have a MacBook Pro and I need to be able to access Internet Explorer in order to login to my remote work server (Microsoft server) and Online Business Banking system (Bank of America Cash Pro). How do I do it if Internet Explorer is not supported on Macs?  Is there another option? Please help. 
    I also feel like such a moron as I am really new to Apple computers and don't even know what operating system I am using.  The below is what I have. Sorry to all that are well beyond me in the Mac world.  Have been a windows user for my whole life and haven't quite figured out where to find everything I need on my new laptop yet.  Thanks!
    With the following configuration:
    PROCESSOR     065-0154     2.7GHz Dual-core Intel Core i7
    MEMORY     065-0156     8GB 1333MHz DDR3 SDRAM - 2x4GB
    HARD DRIVE     065-0159     750GB Serial ATA Drive @ 5400
    OPTICAL DRIVE     065-0161     8x Double-Layer SuperDrive
    DVI Adapter     065-0162     None
    VGA Adapter     065-0164     None
    REMOTE     065-0166     None
    Apple Software - iWork     065-7672     No iWork preinstalled
    Apple Software - Final Cut Exp     065-7682     Final Cut Express preinstalled
    Apple Software - Aperture     065-0338     Aperture preinstalled
    Apple Software - Logic Express     065-7675     No Logic Express Preinstalled
    Apple Software - Filemaker     065-8307     No FileMaker Preinstalled
    Apple Software - MS Office     065-0278     MSO-HOME & BUSINESS EDITION
    KEYBOARD AND DOCUMENTATION     065-0172     Keyboard/Users Guide
    COUNTRY KIT     065-0175     Country Kit

    If you are New to Mac... you may also find these links of Value
    Mac 101
    http://www.apple.com/support/mac101/
    http://www.apple.com/support/switch101/     Switching from PC
    MBP Support
    http://www.apple.com/support/macbookpro
    Cheers,

Maybe you are looking for

  • Using the same apple ID for syncing, my devices are confused...

    I have my daughter's, and my wife's iphones and ipads, signed into the same icloud account, so that we can all share our calendars, and contacts. However the problem is when I send a SMS or MMS to someone, it thinks that it is coming from my daughter

  • ITunes/Airport Utility Windows cannot connect to Airport Express

    I really hope someone can help me with this since I have spent 2 days trying to get my new Airport Express to stream music with no luck yet. I have a wireless network using Netgear WGR614 with WPA security settings. The AE has V6.3 firmware update an

  • WORKFLOW AGENT LISTENER SERVICE 기동되지 않을때

    제품 : AOL 작성날짜 : 2005-11-28 WORKFLOW AGENT LISTENER SERVICE 기동되지 않을때 ======================================== PURPOSE 신규설치 및 Clonning후 WORKFLOW AGENT LISTENER SERVICE 기동되지 않을때가 있습니다. 이에 대한 조치사항을 기술하고 있습니다. Problem Description 증상 1. Workflow Agent List

  • ES2 AD Sync - Not showing Child Principals from AD Group

    Hi Everyone, I currently am implementing Adobe LiveCycle ES2 SP1 BTE at a customer site. Most of the server side setup is done and all has been done without a snag. Currently we find only one issue with the way things are done and we would like to kn

  • Is it possible to move text inside an image in dreamweaver cs4?

    Hello, on a site I'm working on, I want a consistant background logo. I already have my heading, and I just want to move the heading text into the image. Is there any way to do this? A quick response would be great. -Dimitri