Having trouble with different websites wanting different versions of flashplayer

hulu.com wants one version of flash player and CBS wants another so i downloaded the achive 9 but it is not working on CBS. i do not know what to do i did see a page on adope about switching but cant find i tnow. [email address removed]

There can be player detection issues on web site especially when we move from say version 10 to version 11.  This has happened before and we try to work closely with these sites to make sure they fix their detection. Would you let me know what version of Flash Player you have installed on what OS and browser you see these problems.  I'll check it out and contact the site if I can reproduce. 

Similar Messages

  • Still having trouble with Dreamweaver website in Internet Explorer

    I had to make some changes and IE (8 & 9) is giving me new fits. This is the URL "http://www.canonguy.net/KehilaLinktest/"
    The left menu isn't stacked (links are different lengthsit does an over/under???) & the font sizes are different in right/left sidebars. like it is in Safari/Firefox/Chrome and the
    Here are my stylesheets today:
    threeColFixHdr.css
    @charset "utf-8";
    /*.container .blockquote {
        background-color: #FAF0E6;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        font-weight: normal;
        text-decoration: underline;
        border-left-width: thick;
        border-left-style: double;
        border-left-color: #666;
        margin-left: 25px;
        margin-right: 15px;
    .content blockquote  {
        background-color: #FAF0E6;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: normal;
        text-decoration: none;
        border: thin dashed #333;
        padding: 10px;
        margin-left: 12px;
        margin-right: 10px;
    /* CSS Document */
    body {
        /* [disabled]font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; */
        background: #42413C;
        margin: 0;
        padding: 0;
        color: #000;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        /* [disabled]font-size: 1.2em; */
    /* ~~ 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. */
        padding-right: 15px;
        padding-left: 15px; /* 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. */
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: .8em;
        font-weight: 300;
        text-align: center;
    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;
    img {
        border: 2px solid #000;
    .header a:link {
        color: #FFF;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
        font-weight: 900;
    .header a:hover, .header a:active, .header a:focus {
        text-decoration: none;
        color: #FFF;
        font-weight: 400;
    .header a:active , .header a:focus   {
        text-decoration: none;
        color: #FFF;
    .header a:hover {
        text-decoration: blink;
        color: #E8E1D1;
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #00F;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
        font-weight: 900;
    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: blink;
        color: #929C53;
    /* ~~ This fixed width container surrounds all other divs ~~ */
    .container {
        width: 1000px;
        background: #FFFFFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        font-size: 14pt;
    /* ~~ 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 {
        /* [disabled]background: #ADB96E; */
        height: 88px;
        background-color: #929C53;
        color: #FFF;
        border-bottom: 1px solid #000;
    h3  {
        color: #FFF;
    .content {
        padding: 10px 0;
        width: 600px;
        float: left;
        font-size: 1.0em;
        min-height: 600px;
        max-height: 3000px;
        margin-left: 35px;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
        float: left;
        width: 170px;
        background: #E8E1D1;
        font-size: 9pt;
        height: 650px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    .sidebar2 {
        float: right;
        width: 170px;
        background: #E8E1D1;
        padding: 10px 0;
        font-size: 9pt;
        height: 650px;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        color: #333;
    .container .sidebar2 .JewishGen {
        font-size: 0.8em;
        margin-top: 50px;
        margin-left: 10px;
    .CenteredHeadings {
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: 1.1em;
        font-weight: 600;
        text-align: center;
    .sidebar1 a:link {
        color: #030;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
        font-weight: 900;
    .sidebar2 a:link {
        color: #333;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
        font-weight: 900;
        text-align: left;
    .container .sidebar2 .searchBox {
        margin-bottom: 5px;
        border: thin solid #000;
        margin-left: 15px;
        margin-right: 5px;
        background-color: #BEC49F;
        margin-top: 25px;
        width: 140px;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding: 0 15px 15px 40px; /* 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: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
        margin-bottom: 15px; /* this creates the space between the navigation on the content below */
    ul.nav2 {
        list-style: none; /* this removes the list marker */
        border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
        margin-bottom: 15px; /* this creates the space between the navigation on the content below */
    ul.nav li {
        border-bottom: 1px solid #666; /* this creates the button separation */
    ul.nav2 li {
        border-bottom: 1px solid #666; /* this creates the button separation */
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
        width: 145px;  /*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;
        background: #BEC49F;
        /* [disabled]background-color: #C6D580; */
    ul.nav2 a, ul.nav2 a:visited {
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
        width: 135px;  /*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;
        background: #BEC49F;
    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: #ADB96E;
        color: #FFF;
    ul.nav2 a:hover, ul.nav2 a:active, ul.nav2 a:focus {
        background: #ADB96E;
        color: #FFF;
    .nav {
        height: 250px;
    .nav2 {
        height: 250px;
    /* ~~ The footer styles ~~ */
    .footer {
        background: #CCC49F;
        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 */
        height: inherit;
        font-size: .6em;
        border-top: 1px solid #000;
    .footerCopy {
        /* [disabled]padding: 10px; */
        background: #CCC49F;
        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 */
        font-size: 1em;
        text-align: left;
    /* ~~ 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;
    h1 {
        font-size: 200%;
        color: #000;
    h2 {
        font-size: 170%;
        color: #000;
    h3 {
        font-size: 150%;
        color: #333;
    h4 {
        font-size: 130%;
        color: #333;
        text-align: left;
    h5 {
        font-size: 120%;
        color: #333;
    h6 {
        font-size: .9%;
        color: #333;
    .container  .smallText {
        font-size: 0.75em;
        text-align: center;
    .container .sidebar2 {
        /* [disabled]color: #929C53; */
    .Center_caption {
        text-align: center;
        color: #333;
        font-weight: normal;
        padding: 0px;
        margin-top: 10px;
    .container .content .indentContent {
        text-align: left;
    .container .content h5 {
        margin-left: -250px;
        /* [disabled]padding-left: 25px; */
    .container .content .pageTitle {
        font-weight: 900;
        color: #333;
        margin-left: 50px;
        padding-bottom: 25px;
    .romania {
        font-weight: 900;
        color: #906;
    spryMenuBarVertical.css
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
        padding: 0;
        list-style-type: none;
        cursor: default;
        width: 140px;
        background-color: #BEC49F;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
        text-align: left;
        cursor: pointer;
        border: 1px solid #fff;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
        margin: -5% 0 0 95%;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        left: -1000em;
        top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
        left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
        width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
        border: 1px solid #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
        border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        background-color: #BEC49F;
        padding: 0.5em 0.75em;
        color: #333;
        text-decoration: none;
        font-size: 9pt;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        background-color: #929C53;
        color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
        background-color: #929C53;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;
    HeaderDivs.css
    @charset "utf-8";
    /* CSS Document */
    .leftSide{
        float:left;
    .rightSide{
        float:right;
    BigHeader {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 200%;
        font-style: normal;
        font-weight: 900;
        font-variant: normal;
        color: #FFF;
        margin-top: 20px;
        margin-left: 15px;

    In this line:
    <img style="margin-left:27px;margin-top:30px;" src="images/coat-of-arms.gif" width="100" height="138" alt="Roman's Coat of Arms" /><h4 style="padding-top:25px;padding-bottom:8px;text-align:center;font-weight:800;">
    Close the image tag at the end:
    <img... ...height:800;" />
    You need to go through your <ul> and <li> tags very, very carefully.  You have some mismatched elements (missing closing tags) in your huge list.
    Here:
    <p>
         <!-- end .content -->
         <!-- InstanceBeginEditable name="EditRegion4" --><!-- InstanceEndEditable -->
       <p> </p>
    You have missed a closing </p> tag
    These input elements need closing like this
    <input name="allcountry" value="ALLROMANIA" type="hidden" />
    You may have too many closing </div> tags at the end of your page.
    Check your site in the validator: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.canonguy.net%2FKehilaLinktest %2F
    Fix the problems you can and then revalidate it to see how you are getting on.
    Martin
    The first thing to focus on is your <ul> an <li> tags that will screw your menu

  • I am having trouble with replacing my old Firefox version 3.6.3 with the new 9.0 version on my Macbook. I have it downloaded as a dmg file, but I keep getting a message that the opertion cannot be completed because the item Firefox is in use...HELP!

    After having the issue with my photos being blocked on Facebook, I was told I needed to upgrade to the newest version of Firefox and that the version I am currently using (3.6.3) is no longer supported with security updates. I have tried to follow the steps in the upgrade process through Firefox itself, but have been unable to do it...I would love step by step instructions to walk me through it as I don't know what I am doing wrong.'''bold text'''

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    *Firefox 9.0.x: http://www.mozilla.org/en-US/firefox/all.html
    *Trash the current Firefox application to do a clean (re-)install
    *Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Having trouble with left align in all versions of internet explorer

    I created my pages in Dreamweaver and uploaded them to my university's server.  Because we have a content management system and my boss didn't like the layout that we are able to use, I had to create separate html pages and place them into the CMS using iframes.  Each individual page has a banner on the top, and underneath that, a menu on the left side and the main body text on the right.    In Chrome, Safari, and Firefox, the menu takes up the appropriate amount of space (about 250 px) and then the body text is left aligned about 10 px to the right of the menu.  However, when I open the same page internet explorer, there is a large gap between the menu and the text. I have tried it within the iframes and without and both have this problem.  The URL is: http://chicago.medicine.uic.edu/UserFiles/Servers/Server_442934/File/Hematology/welcome.ht m.  Any suggestions? 
    Thanks!

    I don't  use tables for layouts.  You have more control with CSS. 
    Copy & paste this into a new HTML page and play with it.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <base target="_top" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    /* Layout */
    body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    background: #edeadb;
    #wrapper {
    width: 925px;
    margin:0 auto; /**centered on screen**/
    overflow:hidden; /**to contain floats**/
    #header { }
    #leftSidebar {
    width: 225px;
    float:left;
    border-right: 1px double navy;
    font-size:12px;
    #mainContent {
    margin-left: 255px;
    /**left side menu**/
    #leftSidebar ul li a, .menu ul li a:visited {display:block !important; text-decoration:none; color:#000; width:220px !important; height:30px; text-align:left;  text-indent: 10px;   border:1px solid #fff; border-width:1px 1px 0 0; background:#070738 !important; color:#FFFFFF !important;
    line-height:30px; font-size:11px;}
    #leftSidebar ul {padding:0 !important; margin:0 !important; list-style-type: none !important; }
    #leftSidebar ul li {float:left; margin-right:1px !important; position:relative !important;}
    #leftSidebar ul li ul {display:none !important}
    li.leaf, li.collapsed, li.expanded {
      list-style-image: none;
      list-style: none;
      list-style-type: none;
    #leftSidebar ul {
      list-style-image: none;
      list-style: none;
      list-style-type: none;
    /* specific to non IE browsers */
    #leftSidebar ul li:hover a {color:#fff !important; background:#3b3b5c !important;}
    #leftSidebar ul li:hover ul {display:block !important; position:absolute !important; top:0; left:220px; width:105px;}
    #leftSidebar ul li:hover ul li a.hide {background:#070738; color:#FFFFFF;}
    #leftSidebar ul li:hover ul li:hover a.hide {width:150px;}
    #leftSidebar ul li:hover ul li ul {display: none !important;}
    #leftSidebar ul li:hover ul li a {display:block !important; background:#070738 !important; color:#FFFFFF !important; width:150px;}
    #leftSidebar ul li:hover ul li a:hover {background:#3b3b5c !important; color:#FFFFFF !important; list-style-type: none !important;}
    #leftSidebar ul li:hover ul li:hover ul {display:block !important; position:absolute !important; left:151px; top:0; color:#FFFFFF;}
    #leftSidebar ul li:hover ul li:hover ul li a {display:block; width:200px; background:#070738 !important; color:#FFFFFF;}
    #leftSidebar ul li:hover ul li:hover ul li a:hover {background:#3b3b5c !important; color:#fff;}
    /**end menu**/
    </style>
    </head>
    <body>
    <div id="wrapper">
    <div id="header">
    <img src="http://chicago.medicine.uic.edu/UserFiles/Servers/Server_442934/Image/Hematology/mainbannerredstripe.jpg" alt="UIC Hemaotology/Oncology" />
    <!--end header --></div>
    <div id="leftSidebar">
    <ul>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/">Welcome</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/medicine/hemonc/hemonc_calendar/" target="new">Section Calendar</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/faculty/">Faculty</a></li>
    <li><a href="ttp://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/fellowship/">Fellowship</a>
    <ul>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/fellowship/about/">About the Program</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/fellowship/curriculum/">Curriculum</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/fellowship/mph/">Additional UIC Programs for Fellows</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/fellowship/physicianscientist/">Clinical Investigator Pathway</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/fellowship/apply/">How to Apply</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/fellowship/contact/">Contact Us</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/fellowship/currentfellows/">Current Fellows</a></li>
    </ul>
    </li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/research/">Research</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/studentrotations/">Medical Student Rotations</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/dom_sicklecell">UIC Sickle Cell Center</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/BMT/">UIC Blood &amp; Marrow Transplant Program</a>
    <ul>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/BMT/about/">About Us</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/BMT/research/">Stem Cell Research</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/BMT/contact">Contact Us</a></li>
    </ul>
    </li>
    <li><a href="http://www.chicago.medicine.uic.edu/cancercenter/clinical_trials/">Cancer Clinical Trials</a></li>
    <li><a href="http://www.chicago.medicine.uic.edu/cancercenter">UIC Cancer Center</a></li>
    <li><a href="http://uillinoismedcenter.org/">UIC Medical Center</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/macneal/">UIC Cancer Center at MacNeal</a>
    <ul>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/macneal/about/">About Us</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/macneal/faculty/">Faculty</a></li>
    <li><a href="http://chicago.medicine.uic.edu/departments___programs/departments/Medicine/hemonc/macneal/contact/">Contact Us</a></li>
    </ul>
    </li>
    </ul>
    <img src="http://chicago.medicine.uic.edu/UserFiles/Servers/Server_442934/Image/Hematology/line.jpg" alt="" /> <br /><br />University of Illinois at Chicago <br />
    Section of Hematology/Oncology <br />
    840 South Wood Street <br />
    Suite 820-E CSB, MC 713 <br />
    Chicago, IL 60612 <br />
    Phone: (312) 996-9424 <br />
    Fax: (312) 413-4131
    <!--end leftSideBar --></div>
    <div id="mainContent">
    <h1>Welcome!</h1>
    <p>Welcome to the Section of Hematology/Oncology at the University of Illinois at Chicago. There are over twenty-five faculty members that are committed to providing the highest quality of patient care. The section houses a variety of outstanding programs including an exceptional stem cell transplant program, a nationally recognized sickle cell program, and a strong neuro-oncology program.  We are one of the few universities that participate in the Minority-Based Community Clinical Oncology Program and are also a member of the Myeloproliferative Disease Program, both being NCI-funded programs.</p>
    <p>The program continues to be a leader in expanding the possibilities of cancer research.  Patients are given the opportunity to participate in a variety of pivotal clinical trials in thirteen different disease-type areas.  Our research teams work to ensure that tomorrow's science is practiced as today’s medicine.</p>
    <p>Our three-year ACGME Accredited fellowship program offers fellows the opportunity to work with a  range of hematologic and oncologic disorders in a variety of settings in the Chicagoland area.  Fellows rotate at the Jesse Brown VA Medical Center, Mount Sinai Hospital, Mercy Hospital and now with MacNeal Hospital in Chicago’s west suburb of Berwyn.  Fellows are given the opportunity to focus on both clinical and bench research projects under the mentorship of our faculty members.</p>
    <p>We welcome you to take a look at what our section has to offer.</p>
    <!--end maincontent --></div>
    <!--end wrapper --></div>
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Having trouble with garmin website registering recent product

    I recently purchased a garmin product and while visiting the website and trying to register my product, it said it wasn't compatible with Firefox 5.0. I would like to know how to get the updated version of Firefox to register my Garmin product.

    Basically, the Garmin software that you installed on your PC needs an updated version of Garmin's Firefox plugin. Firefox 5.0 was just released 7 weeks ago, and it is the latest release version of Firefox. And Firefox 6 is due to be releases on 8 / 16.

  • I am having trouble with all websites that have the embedded Windows Media Player. If I go to a page with a Webcam that is using Windows Mwdia, the player does not play or even show up. Any ideas?

    With all my other browsers, thia is not an issue including Firefox 3.6. For example, this page http://www.liveduvalstreet.com/ will display fine in every browser except Firefox 4. Because of that issue, I reverrted back to 3.6 until I can find a fix. I have tested this page in Chrome, Maxthon 2 and 3, Internet explorer 8 and Firefox 3.6 with no issues at all. This is just an example site. All sites with the embedded player will not work.

    Thanks a million! Thatr did the trick. I had an older versiuon of the plug in installed as well.

  • Iam having trouble with certain website letting me got to the next page of that website like my ent or usaa it will not let me check my summary. If i click sudmit it will not do any thing just keep me on that same page. what do I do?

    When i click on a button that says sudmit or next it will not go to that next page it just stays on that page.

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • I have been having trouble with my iphone 4 for the past day . i tried to update it to 7.0.4 then the screen went blank and it keeps telling me to connect to itunes . I have connected it to 2 computers , using different cords

    I have been having trouble with my iphone 4 for the past day . i tried to update it to 7.0.4 then the screen went blank and it keeps telling me to connect to itunes . I have connected it to 2 computers , using different cords and it doesnt recognize it . It says it is in recovery mode and i need to restore . after clicking restore it says that my iphone cannot be restored . I am very frustrated because i have been online searching for solutions all day and nothing seems to work . As soon as i turn on my phone it goes to the apple logo for about 2 seconds then the connect to itunes screen . SOMEBODY PLEASE HELP ! my phone is my life and i need it back on .

    Connect the device to iTunes and restore from the most current backup.
    If the issue continues, restore as new.

  • We are currently having troubles with our iTunes. Playing different songs and randomly it changes the name of the song to pink time after time. We could go through 5 songs before it will change the next one to song title time after time and artist pink

    Hi I am having trouble with iTunes! Randomly when I click on a song in iTunes it changes the song title to time after time and the artist is pink.
    I could click on 4 songs and they will be normal but then the 5th one will change the info to time after time.
    I haven't done anything different or new, it started doing it all of a sudden, well that I have noticed anyway. Please help.

    Hello Schimi. The Time Capsule is a kind of product that offer you two possibility:
    - To use the TC as a router or as an external HD.
    The difference between WPA and WPA 2 are:
    - They are two kinds of internet connection.
    WPA uses dynamic key encryption , which means that the key is constantly changing and makes the invasion of a wireless network more difficult than WEP . WPA is considered one of the highest levels of wireless security for your network and is recommended if your devices support this kind of encryption . Newer routers offer WPA2 security . WPA2 is compatible with WPA , but offers higher security level . In fact, it meets the high standards of many government agencies . If the router and computer support WPA2 , this should be your choice.
    If you need any help or if you find some difficult setting up it you can contact Apple Support.
    I am sure that they can help you with that.
    I am sory for the delay. I holpe that you solve your issue.

  • Since installing the new OS i am having troubles with different appliction icons showing up on my main page twice (upper left corner), and not allowng me to select certain ones (app store specifically).   Anyone else having this issue?

    Help - anyone else out there having trouble with the new OS system on their ipad 2?    I am not getting mutliple copies of several apps ont he main page.  They are "collecting: in a pike int he upper left corner and the original application icon is no lobger working.    I have tried a hard sync, and that didn't help.

    It should only be able to have one copy of an app on the iPad. Have you tried a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    Do all the apps work ? In the past a few people have taken a screen shot of their iPad screen and that has then become their background picture - so some of the 'app's may actually be on your wallpaper picture and not actual apps. Have you tried changing the wallpaper to see if that makes any difference ?

  • HT1550 I'm having trouble with importing them into iTunes and converting them at the same time. when i hold down option over the files i can't find where its supposed to say create new version. is this if you're in iTunes?

    I'm having trouble with importing them into iTunes and converting them at the same time. when i hold down option over the files i can't find where its supposed to say create new version. is this if you're in iTunes?

    You can't do it in one step. Add to iTunes first, Once the tracks are in iTunes you may convert to a different format.
    tt2

  • Hey, I'm having trouble launching Itunes, I wanted to updated but it didn't open so I wento to this page and downloaded the latest version, and now Itunes doesen't want to launch again. Help me please and also I wanted if my music is going to be erased?

         Hey, I'm having trouble launching Itunes, I wanted to updated but it didn't open so I wento to this page and downloaded the latest version, and now Itunes doesen't want to launch again. Help me please and also I want to know if my music will be erased?!?! Sorry for my ignorance but i'm not good at this kind of stuff. I will aprecciate a lot if you could help me please!!!! :c

    Hi cheperrumps,
    Welcome to the Support Communities!
    Uninstalling or reinstalling the iTunes application won't affect your music (data) -- but it's always a good idea to have a backup!
    The information below will show you how to do that and to troubleshoot your issue with iTunes:
    iTunes: Back up your iTunes library by copying to an external hard drive
    http://support.apple.com/kb/ht1751
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/ts1717
    Cheers,
    - Judy

  • I am having trouble with an excel file wanting to save when no changes were made & opening as read only for the 2nd person - but allowing them to save the file.

    1) I am having trouble with an excel file wanting to save when no changes were made.  As soon as you open the file and exit.  It prompts for a save.
    All excel versions are 15.0.4701.1002.
    Using a table.
    the functions CELL, OFFSET, TODAY, INDIRECT, NOW, INFO and RAND are not being used.
    2) Same file.   2nd person is being told they are opening the file as read only - but when they are quitting excel prompts them to save the file. 
    Everything was working fine.  I started having problems with Excel, IT wiped my version out and re-installed office. 
    File is on networked server HP - Windows Server 2012 Essentials.  
    We are all on Windows 8.1 Pro.
    I really hope someone can help - the excel expert had no answer - and passed me along to here.

    I copied the whole file and started deleting worksheets one at a time and testing it by closing it and re-opening it then closing it again – to see if it wanted to save. 
    Once all the pivot tables were deleted – the problem went away. 
    I found that some of the pivot tables had automatic refresh upon open, so this caused the excel to think data had changed. 
    It is fixed now.  By clicking on one cell of the pivot table, analyze, options, data and uncheck the 3<sup>rd</sup> square down to not automatically refresh.  NOT A NETWORK ISSUE.

  • Im having trouble with my email. usually i drag emails i want saved to various folders. recently, some of the folders have changed their appearance - looking like a camera body, and less like a folder. these icons seemed to be locked as well, so i can no

    im having trouble with my email. usually i drag emails i want saved to various folders. recently, some of the folders have changed their appearance - looking like a camera body, and less like a folder. these icons seemed to be locked as well, so i can no longer open those folders. help please?

    Ah, now i see that the folder has an icon on it - like a "settings" icon - sort of a wheel

  • I am having trouble with a  lot of pop ups and causing websites and screens to roll slowly, firewall is on, how do i prevent this

    I am having trouble with a  lot of pop ups and causing websites and screens to roll slowly, firewall is on, how do i prevent this

    You installed adware along with something else.
    You can either follow Apple's manual instructions for removing it, or use the free automated tool, AdwareMedic.

Maybe you are looking for