Website works great in firefox, blank in IE

first i am very new to html code. so this could be a very
dumb problem.
i created an html that has a tab spry. nothing else out of
the ordinary. i previewed in Firefox while building it, worked
great. checked browser compatibility, Dreamweaver showed nothing
wrong. IE loads page, no errors, but is completely blank.
someone please help :)
here is a link to the
website

unclosed html comment wrapping around a style statement.
<!--
.style1 {
font-family: "Futura Lt BT";
font-size: 14px;
body, td, th {
font-family: Futura Lt BT;
.style2 {font-family: "Futura Lt BT"}
.style3 {font-size: 12px}
.style6 {
font-size: 14px;
font-weight: bold;
.style8 {font-size: 12px; font-weight: bold; }
</style>
</head>
change the end of that to
.style8 {font-size: 12px; font-weight: bold; }
-- >
</style>
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/

Similar Messages

  • I use hd simplepass identity protection which works great with firefox 3.6 but firefox 4 does not recognize so i had to uninstall 4 and reinstall 3.6 what do i do to make simplepass work with firefox 4

    I use hd simplepass identity protection which works great with firefox 3.6. I updated to firefox 4 and when I tried to use simplepass to log into my bookmarked account firefox gave an error message. I had to uninstall firefox 4 and reinstall 3.6 and now I am able to use simplepass again

    The company that make the bioscanner for HP have abandoned it. For more details see https://support.mozilla.com/en-US/questions/799388

  • Works great in Firefox, crashes IE6 on 3 different Windows

    Hello,
    At work we are looking to purchase a mainframe terminal emulator applet which gathers parameters through JavaScript.
    Some of these parameters are sensitive, and we wish to keep them hidden, particularly from doing "View Source" in the web page.
    I tried to demo a technique using two applets on the same page: one applet will "set" an INPUT TYPE="HIDDEN" value and the other will "get" the (sensitive) JavaScript values
    and use them.
    To control the order, the first applet writes the second applet's <APPLET> tag dynamically.
    The technique works great using the 1.5 plugin in Firefox on Windows ME, Windows XP Pro SP2 and Windows 2000 Server. It also crashes badly Internet Explorer 6 on the same machines, as soon as you try to launch the second applet.
    Hang, freeze for 5 minutes, CTR-ALT-DELETE. Pretty bad.
    I tried recompiling with javac -source 1.4 and get the same.
    I tried recompiling with javac -source 1.3 and get the same.
    Below is the complete code (one HTML file and two applets). You can also download the compiled project with source at:
    http://www.quadmore.com/applet2/applet2.zip
    We control our environments, but need to use IE. Any fix or workaround would be greatly appreciated.
    Thanks!
    Bert
    (begin JSjava.java)
    import java.applet.*;
    import java.awt.event.*;
    import java.awt.*;
    import netscape.javascript.*;
    public class JSjava extends Applet implements ActionListener
         Button b1;
         TextField tfuser;
         TextField tfpass;
         JSObject win;
         public void init()
              setLayout(new FlowLayout());
              tfuser = new TextField(10);
              tfpass = new TextField(10);
              b1 = new Button("vers la page web");
              b1.addActionListener(this);
              add(tfuser);
              add(tfpass);
              add(b1);
         public void actionPerformed(ActionEvent ae)
              if (ae.getSource() == b1)
                   // send TO FORM
                   JSObject win = (JSObject)JSObject.getWindow(this);
                   JSObject outputLabel;
                   win.eval("setHTMLInputTextUser('"+tfuser.getText()+"');");
                   win.eval("setHTMLInputTextPassword('"+tfpass.getText()+"');");
                   //lancer le deuxi�me applet ici
                   try
                        outputLabel = (JSObject) win.eval("document.getElementById('lblOutputText')");
                        outputLabel.setMember("innerHTML","<APPLET NAME=JS2 CODE=JSjavatwo.class MAYSCRIPT WIDTH=200 HEIGTH=200></APPLET>");
                   catch(Exception e)
                        e.printStackTrace();
    (end JSjava.java)
    (begin test.html)
    <html>
    <head>
         <SCRIPT>
              var s;
              var s2;
              function getHTMLInputTextUser()
                   return window.document.dynamic_hidden_values.secretusername.value;
              function setHTMLInputTextUser(s)
                   window.document.dynamic_hidden_values.secretusername.value = s;
              function getHTMLInputTextPassword()
                   return window.document.dynamic_hidden_values.secretpassword.value;
              function setHTMLInputTextPassword(s2)
                   window.document.dynamic_hidden_values.secretpassword.value = s2;
              function showHiddenValues()
                   alert('The user name is...' + window.document.dynamic_hidden_values.secretusername.value + ' and the password is...' + window.document.dynamic_hidden_values.secretpassword.value);
         </SCRIPT>
    </head>
    <body>
         <form name="dynamic_hidden_values" method="post">
              <input type="hidden" name="secretusername" value="">
              <input type="hidden" name="secretpassword" value="">
              <input type="button" value="Show the current values" onClick='showHiddenValues();'>
         </form>
         <APPLET NAME="JS" CODE="JSjava.class" MAYSCRIPT WIDTH="200" HEIGTH="200"></APPLET>
         <div id="lblOutputText">�</div>
    </body>
    </html>
    (end test.html)
    (begin JSjavatwo.java)
    import java.applet.*;
    import java.awt.event.*;
    import java.awt.*;
    import netscape.javascript.*;
    public class JSjavatwo extends Applet implements ActionListener
         Button b2;
         TextField tfuser;
         TextField tfpass;
         JSObject win;
         public void init()
              setLayout(new FlowLayout());
              tfuser = new TextField(10);
              tfpass = new TextField(10);
              b2 = new Button("de la page web");
              b2.addActionListener(this);
              add(tfuser);
              add(tfpass);
              add(b2);
         public void actionPerformed(ActionEvent ae)
              if (ae.getSource() == b2)
                   // receive FROM FORM
                   JSObject win = (JSObject)JSObject.getWindow(this);
                   tfuser.setText((String)win.eval("getHTMLInputTextUser();"));
                   tfpass.setText((String)win.eval("getHTMLInputTextPassword();"));
    (begin JSjavatwo.java)

    There is a mention in the "Core Java" Vol.1 book by Cay Horstmann that 2 applets from the same codebase can communicate with each other, but this is not a good solution for us as one of the applets will be purchased.
    It has also been suggested that sub-classing the purchased applet might be possible, but of course that would be a no-cab-do if the inheritance was flagged as "final".

  • I dl'd Firefox 4, was working great but, Firefox 4 is unable to work w/ Netflix. I hit the Netflix restart in 32-bit mode and now Firefox 4 will not open on my MacPro. I have to "Force Quit". What's the problem?

    I dl'd Firefox 4 on wide release Tuesday. It was working just fine on all news sites I use. Then, I tried to use my Netflix streaming. Netflix alerted me FF4 needed to run in 32-bit mode due to its movie player plug-in. I hit the Netflix restart in 32-bit button, FF4 crashed. I've since re-dl'd FF4 and loaded it into the Apps folder on my MacPro(Mac OS 1.6.7/2.66 Quad-core/2 GB RAM/256MB GPU). It still won't open and I have to "Force Quit". Several "Reports" have been sent to Apple but, I don't think Apple is the problem. As it now stands, I can only run last version of FF on my MacPro.
    I also have a MacBook(Mac OS 10.6.7/2.16 C2D/1 GB RAM/64 MB GPU) and I am able to have 2 versions of FF on that Mac. I even have the newest version labeled as Firefox4, so as to distinguish between the 2 for the purpose of using FF4 for everything but Netflix. So, what happened? What's the difference? Why won't FF4 run on my MacPro anymore?

    If this were just a Netflix problem, why can I access Netflix through Internet Explorer and not through Firefox? I've been using Firefox to access Netflix for at least the past year and starting yesterday (12/6/11) Firefox doesn't seem to recognize that Netflix exists. I've tried the suggested Firefox "help" which was of no help whatsoever and may even have made life more difficult in accessing other accounts. Anyone know how to contact Netflix or Firefox by phone?

  • Firefox will not open, extentions updated, tried older versions, had worked before but quit. goog chrome and explorer work great but firefox bombed any thoughts

    Windows 7 ultimate, this program worked fine for the last 5 months and all of a sudden just quit. I erased and put on earlier versions all have same outcome. Click on icon and just looks like time clock just spins. No program opens but says program is open.

    hello, could you attribute it to any change / update that was applied? some security software like zonealarm could create problems after a firefox update when sandboxing is enabled, see [[Firefox won't start - find solutions]]
    also in some cases this behaviour can be caused by malware, so please do a full scan of your system with the security software already in place and possibly with a different tool too.
    [[Troubleshoot Firefox issues caused by malware]]

  • Images are no longer scaling with (img {max-width: 100%; }) in css as of update 34.0.5 in firefox, this still works great in IE and chrome.

    My website worked great until firefox update 34.0.5. Now the images will not scale to fit the box anymore. I am using flexbox so that the site scales to fit the size of the browser. In css I set img {max-width:100%;} and this would make the jpg files automatically size to fit the box they were in, but not anymore as Mozilla has really screwed this up with update 34.0.5. My site still works great with IE and Chrome but 70% of my web traffic is using firefox so I really would like this to work in firefox.
    Any help is greatly appreciated!

    I had the same problem, and this worked for me:
    img {max-width:100%; width:100%;}

  • I have a iMac destop 10.6.2 and use the AOL Mail web site with your Firefox Browser. It has worked great for years. I update the firefox to 6.1 and now I cannot send images using the Firefox browser. With Safari browser it works fine.

    I use AOL mail - http://www.aol.com/ with my Firefox 6.1 browser. Before updating aol mail worked great with firefox for years. Now when I try to send ( upload) messages with a file or images I always get the reading " there was a technical problem and I should try again". Messages with NO files or images go through just fine. I have cleared the Firefox history, the cache and cookies and the problem remained the same. The question is does this problem have something to do with the latest update ? AOL are still only familar with the 3.6 Firefox versions. Thanks

    Well I guess I was too optimistic. Since last posting I have had three hang events, one during reboot. When the login dialog box came up I clicked on it and it hung.
    However I do have a new data point. I have enabled the remote login (sshd). I have discovered that when the system hangs like I described above, I can still log in via SSH from my Windows system. The shell appears normal, but when I tried a "killall Safari" command the OS crashed hard. After a hard reset, the system hung during the login process. Again I could login remotely, and that time I executed a "sudo reboot" via the remote session. That cleared the display to all-blue but did not successfully reboot.
    Can anyone suggest what to try via the remote login to help diagnose what is happening? I am familiar with typical Linux architecture but the differences in Mac OS X are leaving me a bit disoriented.

  • Impossible to access the website addons firefox, all other websites works

    impossible to access the website addons firefox, all other websites works.
    Almost all pages of mozilla get the same message!
    Impossible to add troubleshooting informations too!
    I get this message.
    Firefox ne peut trouver le serveur à l'adresse addons.mozilla.org.
    Veuillez vérifier la syntaxe de l'adresse (saisie de ww.exemple.com au lieu de www.exemple.com par exemple) ;
    Si vous n'arrivez à naviguer sur aucun site, vérifiez la connexion au réseau de votre ordinateur ;
    Si votre ordinateur ou votre réseau est protégé par un pare-feu ou un proxy, assurez-vous que Firefox a l'autorisation d'accéder au Web.
    ALL OTHER WEBSITE WORKS
    -I reinitialize firefox
    -I check my firewall and antivirus
    -I empty the cache and cookies
    try everythings...
    Thank you for help me quickly
    Murielle

    Nothing happend.
    I have the same problem on Chrome.
    Only for the website Mozilla, even cant access the download page!

  • Iframe won't scroll! It works fine in FireFox, Chrome, and IE

    I wrote a simple holder to display websites writen for phones on larger screens. In it I simply have an Iframe. This works great for FireFox, Chrome, and IE (although IE does not work well with HTML5). However on Safari instead of scrolling the Iframe expands. Below is my holder page.
    I've been testing with an IPad 3.
    Thanks for any advice.
    Joel
    <html>
    <head>
    <title>Phone Internet</title>
    <meta name="viewport" content="width=device-width, user-scalable=no">
    <style type="text/css">
    <!--
    div.Title{font-family: Arial, Helvetica,sans-serif;font-size: 18px;}
    div.Copy{font-family: Arial, Helvetica,sans-serif;font-size: 12px;}
    #CellWindow{width: 320px;height: 480px;overflow:scroll}
    -->
    </style>
    <script type="text/javascript">
    <!--
    if (navigator.userAgent.indexOf('MSIE') > -1){alert("This page is best viewed with Chrome, FireFox and Safari. Other browsers may not display
    // -->
    </script>
    </head>
    <body bgcolor="#808080">
    <div align="center" class="Title">Mobile Phone HTML Examples</div>
    <div align="center">
    <iframe id="CellWindow" height="480" width="320" scrolling="yes" noresize="noresize" src=""></iframe>
    </div>
    <div align="center" class="Copy">&copy;Joel Moses 2012</div>
    <script type="text/javascript">
    <!--
                        document.getElementById("CellWindow").src = "http://www.zendisoft.com/mobile/index.htm";
                        document.getElementById("CellWindow").style.height="480px";
    // -->
    </script>
    </body>
    </html>
    Thanks for the help.

    User csdco (https://github.com/fancyapps/fancyBox/issues/2#issuecomment-5997068) has provided a simple answer that solved the issue for me.
    It's much easier to control overflowed divs than it is iframes, and the scrolling + blank content issues are working all the way back to iOS 4, where previously I wasn't even able to get the 2 finger scrolling to work (in iframes).
    It goes something like this:
    <iframe id="stupid-iframe" width="600" height="200" src="a-file.html"></iframe>
    a-file.html:
    <html>
    <body>
    <div id="wrapper" style="width: 100%; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch;">
    </div>
    </body>
    </html>

  • GetURL javascript working only in firefox

    Hi,
    I have this code on a button, which works great in Firefox,
    but in IE I get page error.
    url = "
    http://www.funways.us/public/C02_view.php?an=C02&ui=182&uk=8fccd137d1&ri=1&cri=116";
    getURL("javascript:
    window.open('"+url+"','"+winName+"','"+"width="+w+",height="+h+"');void(0);");
    any idea?
    Thanks

    Here is how I solved this issue.
    I noticed that if I stopped ibus and restarted it, then ibus was working with firefox.
    So it point me out that the problem might be related to loading timing.
    $ ibus exit
    $ ibus-daemon --xim
    So I get off the kick-off of ibus in my .xinitrc
    export GTK_IM_MODULE=ibus
    export XMODIFIERS=@im=ibus
    export QT_IM_MODULE=ibus
    # ibus-daemon -drx
    exec cinnamon-session
    And added -in my cinnamon settings- in the starting application settings:
    ibus-daemon -drx
    Having the daemon starting later, solved the problem, and ibus is now working correctly with firefox.

  • MBP works great. iBook was great, restart made it stop. Still great signal.

    I've got an MacBook Pro that's working fine with the new Airport Extreme. And until a few hours ago. My older iBook G3 was working great. Firefox locked up a few times, so I did a restart. Now no matter what I do, I cannot get Safari or Firefox to connect to the internet. It's getting a strong signal, but it won't let me connect! I've tried different DHCP settings, but no help. Also, maybe this is important, the airport is making put my password in through "internet connect" choosing "other" because it won't accept my wep password as "wep personal" when I choose it from the drop down menu in the upper right. I've got to use internet connect to choose "WEP Password" rather than "WEP Personal" which is the only option the pull down gives me. Oh, yeah, and HELP! please. Thanks in advance.

    It's nice to note that the router was able to provide you the speed that you have expected from it. It's just that it was not able to keep it's performance going like what you have expected. There are many things that we have to take into consideration when it comes to intermittent internet connection.
    Some of the top reasons why we encounter this type of concern is because of there is wireless interference within the network or the wireless settings of the Linksys router are not yet configured. Your router may be operating on the same frequency as your cordless telephone system or other nearby equipment.  Try to change your router’s channel to 1 or 11 (the default channel is 6) and restart the wireless computers then observe the connection.
    It can also be due to physical obstacles such as thick walls and concrete floors.  Try to move the device to different locations to find a better signal. It is highly recommended that you place your router as high off the ground as possible.  When placing the router in a high location, leave a distance of two (2) feet between the router, the ceiling and the wall.  If your signal passes through multiple floors, place the router on the upper-most floor and place it in an elevated spot in the room. Keep the router away from large metal objects, bodies of water (fish tanks, bathrooms), and any electrical equipment including television sets, microwave ovens, radios, etc.

  • Can't get firefox to work for more than a week. won't pull up any website - IE works great

    I have been having problems with Firefox for some time now. I have a HP running a AMD Athlon II X4 (Windows 7). Only major software is PC Tools PC Doctor, Skype, and other MS Office software.
    Firefox will simply stop loading webpages and just sit there. Internet Explorer will work fine. I have completely uninstalled, ugraded, and just about everything I can think of. This has been ongoing. It will work great for about 2 weeks, then stops. Any help would be appreciated, i don't want to use IE.
    thanks

    I have been having problems with Firefox for some time now. I have a HP running a AMD Athlon II X4 (Windows 7). Only major software is PC Tools PC Doctor, Skype, and other MS Office software.
    Firefox will simply stop loading webpages and just sit there. Internet Explorer will work fine. I have completely uninstalled, ugraded, and just about everything I can think of. This has been ongoing. It will work great for about 2 weeks, then stops. Any help would be appreciated, i don't want to use IE.
    thanks

  • I can not click in a form on my website. I try it in IE works great but not Firefox. Any sugestions?

    http://off-roadinternational.com/tough_terrain_price_order_form.html

    You need to install Quicktime Player. Download [https://www.apple.com/quicktime/download/ Quicktime Player], double click the downloaded file to install QuickTime, restart Firefox, then see if your website works. (I'd advise you to add a warning on the website to warn users to install QuickTime)

  • My bookmark icons can be fully seen in bookmark toolbar. But on the address bar and on tab most of the icons are blank and when I open most of the websites, their icons are also blank, too. I've already reinstall the firefox 3.6.3 but it is the same. Plea

    My bookmark icons can be fully seen in bookmark toolbar. But on the address bar and on tab most of the icons are blank and when I open most of the websites, their icons are also blank, too. I've already reinstall the firefox 3.6.3 but it is the same. Please help me. Some of the websites show thier icon normally.
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3

    Yes, it doesn't work. I ran in safe mode. nothing changed. I uninstalled Mozilla firefox with only standard removal, no change. I finally uninstalled Mozilla with complete removal and reinstalled it, then it return to normal. Why does this happen? Thanks for your reply.

  • Up/Down Arrow keys do not perform their function on SOME websites or at SOME times, on other websites and at other times these keys work fine, updated firefox, restarted computer. turned off cursor key option in Advanced tab, using autoscrolling option.

    Up/Down Arrow keys do not perform their function on SOME websites or at SOME times, on other websites and at other times these keys work fine, updated firefox, restarted computer. turned off cursor key option in Advanced tab, using autoscrolling option.

    You may have switched on [http://kb.mozillazine.org/accessibility.browsewithcaret caret browsing].
    You can press press F7 (on Mac: fn + F7) to toggle caret browsing on/off.
    See http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    * Tools > Options > Advanced : General: Accessibility: [ ] "Always use the cursor keys to navigate within pages"

Maybe you are looking for