Blank chatShell window in Firefox + Chrome Intermittent Login

I get a blank window for:
/iwc_static/layout/chatShell.html?lang=en
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <!-- Mimic Internet Explorer 7 -->
     <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
     <title>chatShell</title>
     <style type="text/css">
          @import "../js/dojotoolkit/dojo/resources/dojo.css?14.01_234924";
          @import "../js/dojotoolkit/dijit/themes/tundra/tundra.css?14.01_234924";
          @import "../js/dojotoolkit/dijit/themes/dijit.css?14.01_234924";
     </style>
     <link rel="stylesheet" href="css/main.css?14.01_234924" type="text/css">
     <link rel="stylesheet" href="themes/default/default.css?14.01_234924" type="text/css">
     <link rel="stylesheet" href="themes/default/im/main.css?14.01_234924" type="text/css">
     <link rel="stylesheet" href="themes/default/im/blue_on_green.css?14.01_234924" type="text/css">
     <!-- IE Conditional Statements -->
               <!--[if IE 6]>
               <link rel="stylesheet" href="css/ie6.css?14.01_234924" type="text/css">
               <link rel="stylesheet" href="themes/default/im/mainIE6.css?14.01_234924" type="text/css">
               <link rel="stylesheet" href="themes/default/im/blue_on_greenIE6.css?14.01_234924" type="text/css">          
               <![endif]-->
     <!-- IE Conditional Statements -->
               <!--[if IE 7]>
               <link rel="stylesheet" href="css/ie7.css?14.01_234924" type="text/css">          
               <![endif]-->
     <script type="text/javascript">
          var iwc = {};
          var djConfig = {};
          (function() {
          var getParameter = function(paramName) {
               paramName += "="
               var queryString = window.location.search;
               var strBegin = queryString.indexOf(paramName);
               if (strBegin==-1){
                    strBegin = queryString.length;
               } else {
                    strBegin += paramName.length;
               var strEnd = queryString.indexOf("&",strBegin);
               if (strEnd==-1){
                    strEnd = queryString.length;
               return queryString.substring(strBegin,strEnd);
          var locale = getParameter("lang");
          if (locale.length > 0){
               djConfig.locale = locale.toLowerCase();
     </script>
     <script type="text/javascript" src="../js/dojotoolkit/dojo/dojo.js?14.01_234924"></script>
     <script type="text/javascript">
          dojo.registerModulePath("iwc", "../../iwc");
          dojo.require("iwc.base");
          dojo.requireLocalization("iwc.i18n","resources");
          iwc.l10n = dojo.i18n.getLocalization("iwc.i18n", "resources");
          var parent_iwc = window.opener.iwc;
          iwc.userPrefs = window.opener.iwc.userPrefs;
          dojo.require("iwc.widget.IMDialog");
     </script>
     <script type="text/javascript" charset="utf-8">
          var imDialog = null;
          dojo.addOnLoad(function() {
               // we should not use the default, but the users prefered
               iwc.api.loadTheme(parent_iwc.userPrefs.general.theme);
               // create the banner and quickActions widget
               var container = dojo.byId("chatContainer");
               var dialog = new iwc.widget.IMDialog({}, container);
               //dialog.addSession("Foo", null, null, {contact: {name: "Blort"}});
               imDialog = dialog;
               console.log("onLoad");
               /*if(iwc.widget.initialIMMessage) {
                    var initialMsg = iwc.widget.initialIMMessage;
                    console.log("initialIMMessage", initialMsg);
                    iwc.widget.initialIMMessage = {};
                    imDialog.selectSession(initialMsg.sessionName, initialMsg.message, initialMsg.presence, initialMsg.contact);
               parent_iwc.widget.IMChatManager.onWindowLoaded(window.name);
          dojo.addOnUnload(function(){
               imDialog.destroy();
               parent_iwc.widget.IMChatManager.onWindowClose(window.name);
          function selectSession(contact, message, presence){
               imDialog.selectSession(contact, message, presence);
          function presenceUpdate(newState) {
               if(imDialog) {
                    imDialog.onContactStateChange(newState);
          function sendIMMessage(chatWith, message){
               parent_iwc.widget.sendIMMessage(chatWith, message);
          function receiveMessage(contact, message, presence) {
               console.log("session " , contact, message, presence);
               imDialog.selectSession(contact, message, presence);
          function initializeMovedSession(contact, presence, json_log, html_log){
               imDialog.initializeMovedSession(contact, presence, json_log, html_log);
          function populateEditor(contact, contents){
               imDialog.populateEditor(contact, contents);
          //FIXME copied from api.js until print can be cleaned up to work from another popup
          dojo.provide("iwc.api");
          iwc.api.newPrintMessage = function(id, s) {
            // TODO: get localized print window title
               var title = escape("Print - " + s);
               var s =     'print.html?wid='+id+'&type=mail&title=' + title + '&' + djConfig.cacheBust;
               console.log("newPrintMessage - ", s);
               window.open(
                    'print.html?wid='+id+'&type=mail&title=' + title + '&' + djConfig.cacheBust,
                    'left=20,top=20,width=500,height=500,menubar=1,resizable=1,scrollbars=1'
          iwc.api.printMessage = function(id) {
               if (id) {
                    var w = dijit.byId(id);
                    if (w) {
                         return w.printMessage(id);
               // TODO: localization
               return "Invalid parameter: widgetID is null!";
     </script>
</head>
<body class="tundra iwcIMChat" id="iwcID">
<div id="chatContainer" style="height:100%;">
</div>
</body>
</html>when trying to send or receive an IM in Firefox - I can see a blue/light blue background image - but that's it (I tried clearing everything - cache for all time, restart, etc.)
Also - the Chrome browser only is able to login intermittently - takes a few tries to get in - seems to stumble somewhere - perhaps on one particular authorization Convergence performs - or maybe it is sending requests too fast?
Thanks,
s7

shjorth wrote:
starman7 wrote:
when trying to send or receive an IM in Firefox - I can see a blue/light blue background image - but that's it (I tried clearing everything - cache for all time, restart, etc.)Which exact version of Firefox and which client operating system?Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9
OS X - 10.5.8
>
Do you see this behaviour on other systems running Firefox with the same user?No. But it is running FF 3.6.8 - I will upgrade on the troubled system.
-- upgraded - problem is still there.
-- i disabled ad block plus (running w/ default filters only) and that was the problem - it works now.
>
Have you tried installing the firebug plugin and seeing if there are any javascript errors that may explain the behaviour?Yes - I don't see any.
>
Also - the Chrome browser only is able to login intermittently - takes a few tries to get in - seems to stumble somewhere - perhaps on one particular authorization Convergence performs - or maybe it is sending requests too fast?Chrome isn't a supported browser. There is an existing RFE to have it added:
RFE #6940556 - "support for Google Chrome browser"
The behaviour you have mentioned is a known issue and a workaround has been implemented in Convergence 2 however Chrome still remains unsupported in this release.
If you want Chrome to be supported I suggest you raise the above RFE with the Sun/Oracle account manager.Is Convergence 2 part of Comms Suite 7 update 1?
Thanks,
Bill
>
Regards,
Shane.Edited by: starman7 on Aug 19, 2010 3:08 PM
Edited by: starman7 on Aug 19, 2010 3:09 PM

Similar Messages

  • Firefox opens as a blank white window when NVidia Stereoscopic 3D is enabled.

    I just recently got a 3D HD Monitor for my desktop and I noticed that if nvidia's steroscopic 3D is enabled, firefox (and thunderbird) open as a completely blank white window. If you right click anywhere in the window it shows up as a blacked out rectangle. The minimize, maximize and close buttons do work if you know where to click.

    I had the same problem as I reported in Bug 643316 in March. I uninstalled the 3D Vision drivers at the time and the problem went away. Today when I installed the NVIDIA 285.27 beta, I installed 3D Vision again, and I can no longer reproduce the problem. It did NOT require a clean install for me.

  • Dear All, I can't play flash videos from any web site through firefox because it freezes but when i run firefox as administrator then it works fine (But Google Chrome Plays all videos normally.) . I am using Windows 7 & Firefox 7.0.1. Please help

    Dear All,
    Firefox hangs when i try to play flash videos from any site but when i run firefox as administrator it works fine. (but Google Chrome, Opera & I.E9 Plays videos without running as administrator.) I am using Windows 7 & Firefox 7.0.1. Please help.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • After i download web page, the downloads window in firefox 3.6.9 is blank

    why is the downloads window in firefox 3.6.9 blank after i download a file or web page? all of my downloads are directed to the "downloads" folder on my desktop [which i selected from ere i placed it]. i've tried many suggestions from contributors, mozilla magazine; and google suggestions.
    i selected in "tools, options" to "show" the downloads window when downloading," and elected NOT to close the window when downloads are finished. i cannot find an option to retain downloads in the download window.
    i also tried a dozen or more suggestions from mozilla's help page and from forum contributors.
    perhaps i'm incapable of accomplishing something that is beyond me.
    i do appreciated your advice.

    thanks, cor-el.
    yes, i checked the setting, and it is set exactly how you suggest.
    i remember that, in earlier versions of firefox 3x, the download window always remained open after a download was completed.
    in tools/options/general, the setting, "show the dowloads window when downloading a file" is checked. i unchecked the option to close the download window when all downloads are finished.
    now, what do i do about the "save files to" window and the "ask me where to save files" options. right now, the "save files to" is set to downloads folder. should i change this setting to "ask me"? or, what?

  • Firefox upgrade once downloaded displays a blank browser window...how can I fix?

    Firefox upgrade once downloaded displays a blank browser window...how can I fix?

    Are you using the Firefox 33.0.1 version?
    *Help > About
    You can find the full version of the current Firefox 33.0.1 release in all languages and for all Operating Systems here:
    *https://www.mozilla.org/en-US/firefox/all/
    You can check if you can start Firefox in <u>[[Safe Mode|Safe Mode]]</u> by holding down the Shift/Options key.
    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to install for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • Hello, iam using the latest version of firefox, whenever i login into my yahoo mail account i get a stop script error, the details of the error script is mentioned below , please suggest how to stop this : STOP ERROR

    Hello, iam using the latest version of firefox, whenever i login into my yahoo mail account i get a stop script error, the details of the error script is mentioned below , please suggest how to stop this
    the website is www.mail.yahoo.com. i was getting the same STOP script error every now and then in firefox 6 as well

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • Often when I click on a link to open an email to go to in an article, it opens a blank FF window and not the email format it should.

    Since upgrading to FF 4.0 when I click on an email link it never opens to that link but to a blank FF window.
    Would FF 5.0 fix that or what do I do?
    I'm afraid to use 5.0 because 4.0 caused a multitude of problems for me, not all fixable.
    Please send reply to [email protected] Somehow I never can get back to it on the Support Forum.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • System Preferences opens to a blank, white window

    I erased my drive when I set up a Dual 2.7GHz G5 tower for sale, and installed Leopard. Updated to 10.5.4. Then found that when I open System Preferences, I get a blank white window. I can go to the dock item and click to select a particular tab, but it only changes the window size. It is still all white.
    The menu bar items also display only white. Any ideas??? I'm stumped. Also sold the G5, so must get it fixed ASAP.

    I don't know if this will help: it used to work well in 10.3 and earlier, and quite often in 10.4.
    Strange behaviour by System Preferences can often be fixed by trashing com.apple.preferencepanes.cache in Home > Library > Caches folder. Trash com.apple.preferencepanes.searchindexcache as well if you have it.
    If this alone doesn't fix things after a logout/login, then trash them again (because it will have regenerated more bad files), together with com.apple.systempreferences.plist in Home > Library > Preferences folder, and in the Home > Library > Preferences > ByHost folder, the files com.apple.systempreferences.xxxxxx.plist, where xxxxxx = a hexadecimal numeric string.
    You need to log out and log back in again for this to have any effect (or restart if you prefer).
    If none of this helps, you will need to look in your log files to find out why your preference panes are not opening: the simplest way to do this is to use Console.
    Open the Console application from /Applications/Utilities. It will default to showing the "Console Messages" and possibly the "system.log". Use the File menu if necessary to get both these logs open, and use the Broom tool to Clear both windows.
    Now try to open System Preferences and see what appears in either of these windows. Copy and paste it here.
    You may see a message saying "Crash report written to <pathname of crash.log>". If so, click on the "Logs" icon at the top left in the tool bar (preferably in another window). Then, depending on the <pathname of crash.log> in your message, look under either ~/Library/Logs or /Library/Logs by clicking the disclosure triangle, then click the disclosure triangle for "CrashReporter".
    Find the crash log corresponding to your message and select it. It will open at the end of the log. Look back for the last line of asterisks in the log, then post everything after that to the end of the log.

  • Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome

    Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome. Works in IE. This is my first time trying to post a question - so please be kind. I am also not good with code and am finding css a real challenge after learning to design based on tables. I'm using CS5.
    The "test" page with the slide show is: http://www.reardanwa.com/index-slides.html   The same page without the slide show is http://www.reardanwa.com/
    I realize the images are not ideally sized - I'll fix those once I get the pages to function.  Maybe I need a different slide show? I would prefer a widget that I can modify to required size & postition. Again - I'm not good at building with code from scratch.
    The problem is the naviagation links that are directly next to the slide show do not work in Firefox of Chrome. They do work in IE.
    I've read about using jQuery.noConflict(); code but can't figure out the correct way to use it in my case or whether that's even part of the solution. I know my code is not well organized as I have cobbled together from various sources in an attempt to format the page the way the client wants it. Also, FYI, I will eventually try to make the page work in Surreal CMS.
    I've spent sevaral days over the last several weeks trying to solve sth slide show/navigation conflict - so any specific light you can shed will be much appreciated.
    Thanks in advance.
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Reardan Area Chamber of Commerce</title>
    <meta name="description" content="home page for Reardan Area Chamber of Commerce" />
    <meta name="keywords" content="Reardan WA, chamber of commerce" </>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript">  </script>
    <script type="text/xml">
    </script>
    <style type="text/css">
                                  #slideshow { 
                                      padding: 10px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 10px;
                                      background-color: #EEE;
                                      margin: 0;
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #004B8D;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
               /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    .left
    position:absolute;
    left:0px;
    .center
    margin:auto;
    width:95%;
    .box
              position:relative;
              left:-90px;
              width:950px;
              height:350px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              z-index:1000;
    .slide{
        position:absolute;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
              width: 960px;
              min-height:900px;
              padding:5px 0px 0px 0px;
              background: #E8F8FF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background: #E8F8FF;
              padding:10px 5px 0px 5px;
    .sidebar1 {
              float: left;
              width: 225px;
              margin: 60px;
              color: #FFFF0D;
              background: #595FFF;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
        z-index:-1;
    .sidebar2 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:2;
    .sidebar3 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:3;
    .content {
              padding: 0px 0px 0px 0px;
              width: 780px;
              float: left;
              background: #E8F8FF;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0px 15px 5px 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
              list-style: none; /* this removes the list marker */
              border-top: 0px solid #FFFF66; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
              margin-bottom: 50px; /* this creates the space between the navigation on the content below */
              font: Arial Black, Verdana, , Helvetica, sans-serif;
              font-size:1.3em;
              font-weight:bold;
              z-index:2;
    ul.nav li {
              border-bottom: 0px solid #FFFF66; /* this creates the button separation */
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
              padding: 3px 0px 5px 0px;
              display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
              width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
              text-decoration: none;
              color: #FFFF0D;
              background: #595FFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
              background: #595FFF;
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
              color: #FFFFFF;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background:  #595FFF;
              color: #FFFF0D;
              position: relative;/* this gives IE6 hasLayout to properly clear */
              clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <a href="#"><img src="images/Chamber-Logo-2.gif" alt="Reardan Chamber Logo" width="187" height="163" hspace="10" vspace="5" align="top" /></a><img src="images/Reardan-Chamber-Title.gif" width="476" height="204" alt="Reardan Area Chamber of Commerce, Dedicated to Preserving and Enhancing Area Businesses" /><p></p>
      <p style="color: #F00">This Site is under construction! Please pardon our dust as we create!</p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="about.html">About Us</a></li>
          <li><a href="history.html">Reardan History</a></li>
          <li><a href="activities.html">Activities</a></li>
          <li><a href="business.html">Business<br />
            Directory</a></li>
          <li><a href="about.html">Join the<br />
            Chamber</a></li>
           <li><a href="links.html">Links<br />
      <span style="font-size: 85%">Tourism</span><br />
          </a></li>
        </ul>
         <!-- end .sidebar1 --></div>
    <br />
    <br />
    <br />
    <br />
    <div class="box" +"slide">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=true;
    $(window).load(function() {
      $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'blindX',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              100,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    5000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '300px',
                        width:         '525px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
      </script>
      <div id="slideshow">
        <!--All elements inside this will become slides-->
        <img src="images/100_1537.jpeg" width="600" height="450" title="caption for image1" /> <img src="images/Parade-2011-2.jpg" width="300" height="225" title="caption for image2" /> <img src="images/100_1495.jpeg" width="600" height="450" title="caption for image3" />
        <div title="sample title"> Images for slide show will need to be re-sized to fit box to avoid distortion</div>
        <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
      <!--It is safe to delete this if captions are disabled-->
      <div id="slideshow-caption"></div></div>
    <div class="sidebar2" "anotherClass editable"><p align="center"><strong>Chamber News</strong><br />
    Local News item
    <br />
    Another New item</p>
      <p align="center">lots of news this week<br />
        <br />
        <br />
        <br />
      </p>
    </div>
    <div class="sidebar3" "anotherClass editable"><p align="center"><strong>Upcoming Events</strong></p>
      <div align="center">    <a href="activities.html" style="color: #FFFF0D">Community wide yard sales</a><br />
        <br />
        <br />
        <br />
        <br />
      </div>
    </div>
    <div class="content"><br />
    <br />
    </div>
    <div class="footer">
            <p align="center"><span style="font-size: small">Reardan Area Chamber of Commerce</span><br />
              <span style="font-size: x-small">[email protected]  - 509.796.2102</span><br />
            </p>
            <!-- end .footer -->
    </div></body>
    </html>

    If you DO want the slideshow overlaping the navigation try the below css:
    .sidebar1 {
        float: left;
        width: 225px;
        margin: 60px 0px 60px 60px;
        color: #FFFF0D;
        background: #595FFF;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
    .box {
    float: left;
    margin-left:-60px;
    width:700px;
    height:350px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;

  • Webpage does not load properly in firefox on ubunut, but in all other browsers (both ubuntu and windows[including firefox windows]) the page seems to be fine.

    Hello, i am newbie, and i am developing my website.
    My web-site's pages appears to be fine when i open in any browser (including IE, Firefox, Chrome) in windows..
    but when i open the same website page in Ubuntu-Firefox the page has lots of css and font errors..is this a problem in ubuntu or my website?
    my website link: http://www.beakkon.com
    any suggestion on how to fix it?
    i am also attaching the snippet of a page of my website when it is opened in Ubuntu-firefox.
    Thanks in advance!!

    There are some CSS errors in the Tools > Error Console about font instead of font-family.
    Font-weight is also wrong here:
    <pre><code>.heading_orange {
    font:Georgia, "Times New Roman", Times, serif;
    font-weight:500px;
    font-size:24px;
    color:#db4d3d;
    text-align:justify;
    </code></pre>

  • Thumbnail/preview images are not showing in Facebook (Safari/Firefox/Chrome)

    Hello
    I've never had this problem before in a year of having a new MBP. The MBP completely ran out of juice for days to the point of the clock resetting (whether this is an issue I don't know), although the MBP works totally fine and is now on full juice.
    However, I've noticed that when using Facebook (which is important for my work / digital marketing), I can't see any preview thumbnails/images, which is really annoying, as when posting official work stuff I can't see if they are being displayed properly.
    Screenshot of the problem- you will see a white question mark in a blue box where the image/preview thumb should be.
    I've reset safari/firefox/chrome completely and deleted ALL history/cache etc etc and udated to all latest versions. All the usual troubleshooting stuff, but it's still happening!??
    Can anyone help with this???
    Thanks!

    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.
    The purpose of this exercise is to determine whether the problem is localized to your user account. Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select “Help” from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    As Guest, launch the application(s) and test. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.

  • Problem with opening page in new window in firefox 5

    When I open a page in a new window in firefox 5, it doesn't copy the URL into the address bar (it is blank), so I can't refresh the page. The address bar of the new window is blank, with default 'Go to a web site' text in it.

    When I open a page in a new window in firefox 5, it doesn't copy the URL into the address bar (it is blank), so I can't refresh the page. The address bar of the new window is blank, with default 'Go to a web site' text in it.

  • "Fast Web View" not supported in Acrobat X plug-in for FireFox/Chrome

    The Acrobat X plug-in for displaying PDFs in FireFox/Chrome does NOT support fast web view.   This means that PDFs don't display until after the entire file has been download.
    For example, try viewing this document in either IE(Windows) or Safari(Mac):
    http://partners.adobe.com/public/developer/en/pdf/PDFReference.pdf
    Notice how it opens very quickly, and then you can scroll around and view all the content as the PDF content strreams in?  In Safari you can see the download progress like you used to be able to see in all versions of the acrobat plug-in.  Note also that in the IE version, although fast web view is working, you cannot see the download progress like you used to be able to... Thats an issue, but not nearly as bad as the real issue...
    Now try clicking the same link in either FireFox or Chrome (note that in Chrome you need to be sure that Chrome's PDF viewer is turned off and the acrobat plug-in is enabled).  Note that the PDF is not displayed until the entire file is downloaded.
    This feature is VITAL for viewing large documents online.  I'm astonished that this has not been reported by other users.
    Adobe -- PLEASE be sure that this gets fixed in the next update to Reader X!!  I was shocked to see that it was not fixed in 10.1.

    WHY would you want to disable this? Linearized "Fast Web View" enabled PDF are the right and proper type of document to be created.

  • Mixed bag  1.     I have a security app on my computer, Flashbrief.  I have it checked in the hide column but whenever I turn on the computer it appears in the top menu line.  2.     Whenever I turn on the computer, a new blank document window in MS Word

    mixed bag
    1.         I have a security app on my computer, Flashbrief. I have it checked in the hide column but whenever I turn on the computerit appears in the top menu line.
    2.         Whenever Iturn on the computer, a new blank document window in MS Word 2011 appears.  I do not have this listed in the login items.
    3.         I have a current model of Apple wireless mouse. It keeps getting stuck in text or e-mails and I have to somehowotherwise move the cursor to break it free.
    Help with any of these will be appreciated.
    BF

    1.         I have a security app on my computer, Flashbrief. I have it checked in the hide column but whenever I turn on the computerit appears in the top menu line.
    I've never heard of this software, and cannot find any reference to it online, which is a bit concerning.  What is it supposed to do?  There really isn't much need for security software on a Mac.
    2.         Whenever Iturn on the computer, a new blank document window in MS Word 2011 appears.  I do not have this listed in the login items.
    In Mac OS X 10.7, any applications left open when you shut down or restart are re-opened at startup, and any documents left open in an app when you quit are re-opened when you launch them again.  The former can be controlled by unchecking the box in the restart/shutdown alert:
    You will need to do this each time you shut down or restart, it won't remember that setting.
    The latter can be deactivated by unchecking the box in System Preferences -> General:
    3.         I have a current model of Apple wireless mouse. It keeps getting stuck in text or e-mails and I have to somehowotherwise move the cursor to break it free.
    That does not sound normal, but I don't use a mouse with my MBP, so I can't provide a solution, other than to try replacing the batteries in the mouse.

  • I used the Firefox Refresh button, but it never finished. When Firefox finally showed up again, it just showed a blank screen, with the Firefox "frame".

    Reluctantly tried Firefox Refresh. Step #3 says "3.Firefox will close to refresh itself. When finished, a window will list your imported information. Click Finish and Firefox will open."
    I never got that window. Firefox re-opened after about 20 minutes with a blank screen. I waited some more, but nothing. At first it didn't seem to be responding to mouse clicks or keyboard entry, but after a couple more minutes, I was able to click on the menus or Firefox button and get a response.
    When I look under Firefox profiles (folder), I see my original profile folder with a dash after default and then a number added at the end (xxxxx.default-zzzzz). It is still my only profile folder. I thought Refresh was supposed to create a new profile folder.
    All of my bookmarks are missing.

    Hello there,
    This may be caused by the large amount of visited sites and as a result this can slow down Firefox
    Can you please try to clean your browsing history and cookies by doing the following:
    1. Click the menu button, choose "History", and then "Clear Recent History"
    2. Select how much history you want to clear ( Everything is recommended)
    3. Finally, click the "Clear Now" button.
    If none of the above work then I would suggest to reinstall Firefox and see if that solves the issue.
    Keep us posted!

Maybe you are looking for

  • Safari doesn't open, computer without other web browser

    Safari does not even open, simply quits unexpectedly within a few seconds. I have no other web browsers downloaded.

  • BUG: NEXT BUTTON IN REPORT (PORTLET)

    If I run a report as a portlet and pass a parameter to the page containing the portlet and press the next-button of the report, the parameter is not passed again to the page... My intention is to write my "own" provider implementation to adjust page_

  • Create Image not working

    Hi all, I am trying to draw my graphics off screen. To do this i created an image of the width and height of the component under consideration. But i got a null reference. But when i tried to create the image inside the overridden paint call , i was

  • Time Capsule/Machine - Duplicated Volume

    Hi, since I have upgraded to SnowLeopard something went wrong with my time machine. I have a Time Capsule hard drive called "TimeCapsule". Now every time Time Machine runs, it seems to be mounting two volumes (called backup of xxxx and MAC OSX for so

  • OB52 - Authorization for specific population

    Hello, Here is the context: At this moment in our client there are 2 group of populations: normal population and specific population (which has to be able to post some days during the month M). We are managing posting periods through OB52 where norma