Logo doesn't display in IE7

Hi, New to Dreamweaver.  Followed basic design example from a CS5 class by James Williamson on Lynda.com.  All layout and standard features including images and background images are fine except my logo.  It is positioned absolutely in upper left corner within the body, wrapper and header div. When previewing in browser lab the logo doesn't display in IE7.  Works fine in other browsers and IE8.  On browser compatibility check I get mention of float drop on my footer, but I don't think that would be my problem.  Please help me.  I want to make a template, but not with an image problem.

Thank you Richard.  I used both validations and only received error & warning for ampersand in line 94.  No problems with my main.css  I'll try the fix later.  I guess I have to copy and paste the code, I don't know how to get you a link since the file is still local.  I'll start with htm page.  Excuse my novice skills.  I also put extra code in to try and fix float drop error, to no avail.  Thank you.
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--[if IE]>
<style type="text/css">
  body {word-wrap: break-word;}
</style>
<![endif]-->
<title>base template</title>
<link href="_css/main.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="_css/newspry.css" rel="stylesheet" type="text/css" />
</head>
<body id="body">
<div id="wrapper">
  <div id="header"></div>
  <div id="mainNav">
    <ul id="MenuBar1" class="MenuBarVertical">
      <li><a href="#">Home</a></li>
      <li><a href="#" class="MenuBarItemSubmenu">Services</a>
        <ul>
          <li><a href="#" class="MenuBarItemSubmenu">Wellness Care</a>
            <ul>
              <li><a href="#">Puppies &amp; Kittens</a></li>
              <li><a href="#">Vaccinations</a></li>
              <li><a href="#">Parasite Prevention</a></li>
              <li><a href="#">Senior Pet Care</a></li>
            </ul>
          </li>
          <li><a href="#">Exotics</a></li>
          <li><a href="#">General Surgery</a></li>
          <li><a href="#">Dental Care</a></li>
          <li><a href="#">Spay &amp; Neuter</a></li>
          <li><a href="#">Pain Management</a></li>
          <li><a href="#">Boarding</a></li>
          <li><a href="#">Microchipping</a></li>
          <li><a href="#">End of Life Care</a></li>
        </ul>
      </li>
      <li><a class="MenuBarItemSubmenu" href="#">About Us</a>
        <ul>
          <li><a href="#">Doctors</a></li>
          <li><a href="#">Staff</a></li>
          <li><a href="#">Tour</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">Admissions</a>
        <ul>
          <li><a href="#">Appointments</a></li>
          <li><a href="#">Boarding Reservations</a></li>
          <li><a href="#">New Clients</a></li>
          <li><a href="#">Accepted Payment</a></li>
        </ul>
      </li>
      <li><a href="#">Rx Refills</a></li>
      <li><a href="#">Pet Gallery</a></li>
      <li><a href="#">Pet Resources</a></li>
      <li><a href="#">Community Involvement</a></li>
      <li><a href="#">News</a></li>
      <li><a href="#" class="MenuBarItemSubmenu">Contact Us</a>
        <ul>
          <li><a href="#">Map</a></li>
          <li><a href="#">Hours</a></li>
          <li><a href="#">Email</a></li>
          <li><a href="#">Comments</a></li>
        </ul>
      </li>
    </ul>
  </div>
  <div id="mainContent">
    <div id="target">
      <div id="bullseye"></div>
      <div id="afterhours">After Hours Emergencies</div>
    </div>
    <h1 id="pageID">Our Mission</h1>
    <p>Our mission is to provide your pets with quality veterinary  care in a compassionate and caring environment and to provide our pet owners  with the information they need to enjoy life with their pets to the fullest.<br />
      A veterinary hospital serving the Lakeland, Florida  community since 1993.</p>
    <img src="_images/hospfrontcynthia_edited-1-3.jpg" width="320" height="213" alt="hospital" />
    <h2>h2 sample</h2>
    <h3 id="mainarticle">h3 sample</h3>
    <p> </p>
    <p>this is a paragraph. This paragraph 2 in the main article in main content. Descendent selectors make up 90% of CSS styles. </p>
  </div>
  <div id="sidebar"></div>
  <div id="footer">
    <div class="footer" id="footerNav">
      <h1 >Thompson Animal Hospital</h1>
      <p>6615 S. Florida Ave</p>
      <p> Lakeland, Florida  33813 </p>
      <p>(863)648-4886</p>
      <h1>Map & Directions    ׀     Email Us </h1>
      <h2><strong> Monday – Friday </strong></h2>
      <p>8 am – 5 pm </p>
      <h2><strong>Saturday </strong></h2>
      <p>8:30 – 12 noon </p>
      <h2><strong>Sunday </strong></h2>
      <p>Closed </p>
      <p></p>
    </div>
    <div id="footerNav2">Content for  id "footerNav2" Goes Here</div>
  </div>
  <script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
  </script>
</div>
</body>
</html>
my main.css
a {
color: #3366CC;
text-decoration: none
/*^1-----------------global constants-----------*/
html, body {
margin: 0px;
padding: 0px;
h1, h2, h3, h4, h5, p, address, blockquote, div, ul, li {
margin: 0;
padding: 0;
p {
color: #333;
line-height: 1.8;
margin-bottom: 1em;
a:link, a:visited {
color: #FFC559;
text-decoration: none;
a:hover, a:active {
color: #F60;
border-bottom: 1px dashed #F60;
body {
background: #FC6 url(../_images/grad3.gif) repeat-x;
text-align: center;
margin-top: 25px;
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 100%;
line-height: 2em;
h1,h2,h3 {
clear: both;
#wrapper {
background: #fff;
width: 930px;
text-align: left;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
#target {
height: 40px;
width: 200px;
left: 5px;
float: right;
padding-right: 10px;
padding-left: 5px;
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 0.8em;
font-weight: normal;
color: #C03;
#header {
background: url(../_images/TAH_logo_web200x126.jpg);
height: 132px;
width: 206px;
position: absolute;
left: 3px;
top: 3px;
#bullseye {
background: #FFF url(../_images/target.gif) no-repeat;
float: left;
height: 26px;
width: 26px;
margin-top: 5px;
padding: 3px;
overflow:hidden
#afterhours {
margin-left: 38px;
padding: 3px;
/*----- color guide -----
#FFC559   BUBBLES ORANGE
#9CC2E2  LESTER BLUE
#BCBFC2  GRAY
#C00           RED
#69C            darker than lester blue                */
h1 {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.2em;
line-height: 1.8em;
font-weight: bold;
color: #69C;
margin-bottom: 0.4em
h2 {font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.6em;
color: #BCBFC2;
font-weight: normal;
margin: 1.2em 0 1em;
h3 {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.3em;
color: #666;
font-weight: normal;
margin: 1.2em 0 0.5em;
h4 {
color: #000000
#mainNav {
background: #fff;
float: left;
margin-top: 150px;
width: 200px;
#mainContent {
background: #fff;
width: 670px;
float: right;
margin-bottom: 45px;
padding-right: 25px;
margin-top: 0px;
#mainContent h1 {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.8em;
margin-bottom: 0.4em;
font-weight: bold;
clear: both;
#mainContent h1#pageID {
font-size: 1.4em;
font-weight: bold;
margin-top: 46px;
padding-bottom: 0.25em;
border-bottom: 2px solid #69C;
#mainContent p {
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 1em;
margin-bottom: 1em;
#mainContent h2 {
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 1.6em;
line-height: 1.4;
color: #999;
margin-bottom: 1em;
margin-top: 1.2em;
#mainContent h3 {
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 1.3em;
line-height: 1.2;
color: #999;
margin: 1.25em 0 0.5em;
table {
color: #FFFFFF
td, th {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1em;
line-height: 2em;
color: #333333
textarea {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1em
ul {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1em;
list-style-type: square;
list-style-position: outside
.BulletBackgroundColor {
color: #FFFFFF
.DataColor {
color: #DEDECA
.footer {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.167em;
font-weight: bold;
line-height: 1.83em;
color: #333333;
background-color: #CCCCCC;
overflow: hidden;
.FormBackgroundColor {
color: #CCCCCC
.ImageTitleColor {
color: #CCCCCC
.LabelColor {
color: #CCCCCC
.ListColorEven {
color: #CCCCCC
.ListFooterColor {
color: #333333
.ListHeaderColor {
color: #333333
.ListColorOdd {
color: #DEDECA
.ListTitleColor {
color: #CCCCCC
.NavigationBackgroundColor {
color: #666666
.NavigationColor {
color: #CCCCCC
.NewsDataColor {
color: #DEDECA
#sidebar {
background: #FCC;
width: 200px;
clear: left;
float: left;
font-size: 0.9em;
line-height: 1.2;
#footer {
background: url(../_images/tahext.gif) no-repeat;
height: 525px;
width: 870px;
padding: 45px 30px 30px;
clear: both;
margin-top: 45px;
font-size: 0.7em;
overflow:hidden;
.StoryTitle {
color: #000000;
font-weight: bold
.StoryContentColor {
color: #000000
.TitleColor {
color: #000000
a:hover {
text-decoration: underline
tr.ListHeaderColor th {
text-align: left;
}.small {
font-size: 85%;
#pageID {
#footerNav {
margin: 0px;
width: 210px;
background: #FC6;
float: left;
#footer #footerNav p {
text-align: left;
line-height: 0.5px;
color: #666;
font-weight: normal;
#footer #footerNav h1 {
font-size: 1em;
line-height: 1.8em;
font-weight: bold;
color: #369;
font-variant: normal;
overflow: hidden;
#footer #footerNav h2 {
color: #666;
font-size: 1em;
line-height: 0.5em;
font-weight: normal;
#footerNav2 {
margin: 0px;
float: right;
height: 300px;
width: 200px;
clear: right;
top: auto;
right: auto;
a {
color: #3366CC;
text-decoration: none
/*^1-----------------global constants-----------*/
html, body {
margin: 0px;
padding: 0px;
h1, h2, h3, h4, h5, p, address, blockquote, div, ul, li {
margin: 0;
padding: 0;
p {
color: #333;
line-height: 1.8;
margin-bottom: 1em;
a:link, a:visited {
color: #FFC559;
text-decoration: none;
a:hover, a:active {
color: #F60;
border-bottom: 1px dashed #F60;
body {
background: #FC6 url(../_images/grad3.gif) repeat-x;
text-align: center;
margin-top: 25px;
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 100%;
line-height: 2em;
h1,h2,h3 {
clear: both;
#wrapper {
background: #fff;
width: 930px;
text-align: left;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
#target {
height: 40px;
width: 200px;
left: 5px;
float: right;
padding-right: 10px;
padding-left: 5px;
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 0.8em;
font-weight: normal;
color: #C03;
#header {
background: url(../_images/TAH_logo_web200x126.jpg);
height: 132px;
width: 206px;
position: absolute;
left: 3px;
top: 3px;
#bullseye {
background: #FFF url(../_images/target.gif) no-repeat;
float: left;
height: 26px;
width: 26px;
margin-top: 5px;
padding: 3px;
overflow:hidden
#afterhours {
margin-left: 38px;
padding: 3px;
/*----- color guide -----
#FFC559   BUBBLES ORANGE
#9CC2E2  LESTER BLUE
#BCBFC2  GRAY
#C00           RED
#69C            darker than lester blue                */
h1 {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.2em;
line-height: 1.8em;
font-weight: bold;
color: #69C;
margin-bottom: 0.4em
h2 {font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.6em;
color: #BCBFC2;
font-weight: normal;
margin: 1.2em 0 1em;
h3 {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.3em;
color: #666;
font-weight: normal;
margin: 1.2em 0 0.5em;
h4 {
color: #000000
#mainNav {
background: #fff;
float: left;
margin-top: 150px;
width: 200px;
#mainContent {
background: #fff;
width: 670px;
float: right;
margin-bottom: 45px;
padding-right: 25px;
margin-top: 0px;
#mainContent h1 {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.8em;
margin-bottom: 0.4em;
font-weight: bold;
clear: both;
#mainContent h1#pageID {
font-size: 1.4em;
font-weight: bold;
margin-top: 46px;
padding-bottom: 0.25em;
border-bottom: 2px solid #69C;
#mainContent p {
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 1em;
margin-bottom: 1em;
#mainContent h2 {
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 1.6em;
line-height: 1.4;
color: #999;
margin-bottom: 1em;
margin-top: 1.2em;
#mainContent h3 {
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 1.3em;
line-height: 1.2;
color: #999;
margin: 1.25em 0 0.5em;
table {
color: #FFFFFF
td, th {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1em;
line-height: 2em;
color: #333333
textarea {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1em
ul {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1em;
list-style-type: square;
list-style-position: outside
.BulletBackgroundColor {
color: #FFFFFF
.DataColor {
color: #DEDECA
.footer {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.167em;
font-weight: bold;
line-height: 1.83em;
color: #333333;
background-color: #CCCCCC;
overflow: hidden;
.FormBackgroundColor {
color: #CCCCCC
.ImageTitleColor {
color: #CCCCCC
.LabelColor {
color: #CCCCCC
.ListColorEven {
color: #CCCCCC
.ListFooterColor {
color: #333333
.ListHeaderColor {
color: #333333
.ListColorOdd {
color: #DEDECA
.ListTitleColor {
color: #CCCCCC
.NavigationBackgroundColor {
color: #666666
.NavigationColor {
color: #CCCCCC
.NewsDataColor {
color: #DEDECA
#sidebar {
background: #FCC;
width: 200px;
clear: left;
float: left;
font-size: 0.9em;
line-height: 1.2;
#footer {
background: url(../_images/tahext.gif) no-repeat;
height: 525px;
width: 870px;
padding: 45px 30px 30px;
clear: both;
margin-top: 45px;
font-size: 0.7em;
overflow:hidden;
.StoryTitle {
color: #000000;
font-weight: bold
.StoryContentColor {
color: #000000
.TitleColor {
color: #000000
a:hover {
text-decoration: underline
tr.ListHeaderColor th {
text-align: left;
}.small {
font-size: 85%;
#pageID {
#footerNav {
margin: 0px;
width: 210px;
background: #FC6;
float: left;
#footer #footerNav p {
text-align: left;
line-height: 0.5px;
color: #666;
font-weight: normal;
#footer #footerNav h1 {
font-size: 1em;
line-height: 1.8em;
font-weight: bold;
color: #369;
font-variant: normal;
overflow: hidden;
#footer #footerNav h2 {
color: #666;
font-size: 1em;
line-height: 0.5em;
font-weight: normal;
#footerNav2 {
margin: 0px;
float: right;
height: 300px;
width: 200px;
clear: right;
top: auto;
right: auto;
a {
color: #3366CC;
text-decoration: none
/*^1-----------------global constants-----------*/
html, body {
margin: 0px;
padding: 0px;
h1, h2, h3, h4, h5, p, address, blockquote, div, ul, li {
margin: 0;
padding: 0;
p {
color: #333;
line-height: 1.8;
margin-bottom: 1em;
a:link, a:visited {
color: #FFC559;
text-decoration: none;
a:hover, a:active {
color: #F60;
border-bottom: 1px dashed #F60;
body {
background: #FC6 url(../_images/grad3.gif) repeat-x;
text-align: center;
margin-top: 25px;
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 100%;
line-height: 2em;
h1,h2,h3 {
clear: both;
#wrapper {
background: #fff;
width: 930px;
text-align: left;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
#target {
height: 40px;
width: 200px;
left: 5px;
float: right;
padding-right: 10px;
padding-left: 5px;
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 0.8em;
font-weight: normal;
color: #C03;
#header {
background: url(../_images/TAH_logo_web200x126.jpg);
height: 132px;
width: 206px;
position: absolute;
left: 3px;
top: 3px;
#bullseye {
background: #FFF url(../_images/target.gif) no-repeat;
float: left;
height: 26px;
width: 26px;
margin-top: 5px;
padding: 3px;
overflow:hidden
#afterhours {
margin-left: 38px;
padding: 3px;
/*----- color guide -----
#FFC559   BUBBLES ORANGE
#9CC2E2  LESTER BLUE
#BCBFC2  GRAY
#C00           RED
#69C            darker than lester blue                */
h1 {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.2em;
line-height: 1.8em;
font-weight: bold;
color: #69C;
margin-bottom: 0.4em
h2 {font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.6em;
color: #BCBFC2;
font-weight: normal;
margin: 1.2em 0 1em;
h3 {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.3em;
color: #666;
font-weight: normal;
margin: 1.2em 0 0.5em;
h4 {
color: #000000
#mainNav {
background: #fff;
float: left;
margin-top: 150px;
width: 200px;
#mainContent {
background: #fff;
width: 670px;
float: right;
margin-bottom: 45px;
padding-right: 25px;
margin-top: 0px;
#mainContent h1 {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.8em;
margin-bottom: 0.4em;
font-weight: bold;
clear: both;
#mainContent h1#pageID {
font-size: 1.4em;
font-weight: bold;
margin-top: 46px;
padding-bottom: 0.25em;
border-bottom: 2px solid #69C;
#mainContent p {
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 1em;
margin-bottom: 1em;
#mainContent h2 {
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 1.6em;
line-height: 1.4;
color: #999;
margin-bottom: 1em;
margin-top: 1.2em;
#mainContent h3 {
font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
font-size: 1.3em;
line-height: 1.2;
color: #999;
margin: 1.25em 0 0.5em;
table {
color: #FFFFFF
td, th {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1em;
line-height: 2em;
color: #333333
textarea {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1em
ul {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1em;
list-style-type: square;
list-style-position: outside
.BulletBackgroundColor {
color: #FFFFFF
.DataColor {
color: #DEDECA
.footer {
font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
font-size: 1.167em;
font-weight: bold;
line-height: 1.83em;
color: #333333;
background-color: #CCCCCC;
overflow: hidden;
.FormBackgroundColor {
color: #CCCCCC
.ImageTitleColor {
color: #CCCCCC
.LabelColor {
color: #CCCCCC
.ListColorEven {
color: #CCCCCC
.ListFooterColor {
color: #333333
.ListHeaderColor {
color: #333333
.ListColorOdd {
color: #DEDECA
.ListTitleColor {
color: #CCCCCC
.NavigationBackgroundColor {
color: #666666
.NavigationColor {
color: #CCCCCC
.NewsDataColor {
color: #DEDECA
#sidebar {
background: #FCC;
width: 200px;
clear: left;
float: left;
font-size: 0.9em;
line-height: 1.2;
#footer {
background: url(../_images/tahext.gif) no-repeat;
height: 525px;
width: 870px;
padding: 45px 30px 30px;
clear: both;
margin-top: 45px;
font-size: 0.7em;
overflow:hidden;
.StoryTitle {
color: #000000;
font-weight: bold
.StoryContentColor {
color: #000000
.TitleColor {
color: #000000
a:hover {
text-decoration: underline
tr.ListHeaderColor th {
text-align: left;
}.small {
font-size: 85%;
#pageID {
#footerNav {
margin: 0px;
width: 210px;
background: #FC6;
float: left;
#footer #footerNav p {
text-align: left;
line-height: 0.5px;
color: #666;
font-weight: normal;
#footer #footerNav h1 {
font-size: 1em;
line-height: 1.8em;
font-weight: bold;
color: #369;
font-variant: normal;
overflow: hidden;
#footer #footerNav h2 {
color: #666;
font-size: 1em;
line-height: 0.5em;
font-weight: normal;
#footerNav2 {
margin: 0px;
float: right;
height: 300px;
width: 200px;
clear: right;
top: auto;
right: auto;

Similar Messages

  • I have "download images automatically" checked, but Google logo doesn't display

    I usually use the FF search box to search Google so I don't know when this started, but I noticed it yesterday when I went to see how Google Instant worked. Logo display doesn't seem to be a problem on other sites.

    See also:
    *[[Images or animations do not show]]
    *http://kb.mozillazine.org/Images_or_animations_do_not_load

  • Bold in CSS doesn't display in IE7

    I have created content using external CSS, the Bold in the
    head1 displays properly within Dreamweaver and in Firefox, but not
    in IE7. All other styles; font size, color display properly. Any
    suggestions?

    <head1>...</head1> -- seems it´s a new tag I
    never heard of ;-)
    I´d do it this way :: changing the CSS to:
    #content p.head1 { /* defining a class for a certain
    paragraph */
    font-weight: bold;
    and attaching the class to the paragraph::
    <p class="head1">Real Medicine Foundation / Jeevan
    Jyoti Health Service Society (JJHSS) <br />
    HIV Prevention and Care Program Jhabua, Madhya Pradesh,
    India
    </p>
    works better ?

  • Mac doesn't display when powering on

    Everytime I power on my Mac mini, my monitor doesn't display the Apple logo, it is black. Then after a while, It shows the desktop. Can there be something wrong with my system?
    My monitor is connected with a mini display port to a VGA adapter on a VGA monitor? The monitor is a dell 1704FPT

    Try resetting the SMC. Info here:
    http://docs.info.apple.com/article.html?artnum=303446
    Be sure to perform the proper procedure for your specific Mac.

  • (ipod 30Gig) doesn't display the song that is playing on the ipod screen

    Every time I click on the song I want to listen to, the screen slides over and the new screen is blank. The song plays but the song that is "now playing" doesn't display any information on the screen at all. It is totally blank. Has anyone ever heard of this happening. I don't want to reset my ipod for such a small problem because I've erased a lot of the music I have on itunes. At the same time it is annoying to not see the song name/length/volume or album art.
    Birdstuff

    Welcome to Apple Discussions
    I actually had this happen once and a reset worked. I think you are confused by what a reset is. A reset is when you press and hold the Menu and Select button for at least 6 seconds or until the Apple Logo apears; this does not erase music on your iPod. A restore is when you use the iPod updater to erase all of the files on your iPod and put it in the original Factory settings.

  • Visual Calendar doesn't display in IE or Netscape

    I have Dreamweaver's php visual calendar on my web page. It
    displays fine in Firefox, but doesn't show at all in IE7 or
    Netscape. I haven't uploaded the page to a server, just running it
    on my computer. Does anyone know why it doesn't display in the NS
    or IE?
    Also, I'm not able to run the administrator functions as
    outlined in Dreamweaver's info about the calendar. When I type in
    c://my-site/TDE_Vcalendar/admin in the location bar, I get an index
    listing of the folder, but no prompt to enter a user name and
    password.

    lhutchinson wrote:
    > I uploaded the files to our web server, and the calendar
    displays perfectly now
    > in IE7 and FF, but Netscape 7.2 just shows a blank
    space. I looked through the
    > NS preferences, but didn't see anything about php files.
    Is there a setting in
    > NS that I'm missing that will allow php files to run?
    NS doesn't "run" PHP files, the server does, the server will
    send HTML to the browser and the browser interprets it, including
    pulling images, JavaScript and CSS files and executing any
    JavaScript. If the calendar isn't showing up, then there is either
    an issue with way the calendar is set up, or the calendar doesn't
    support Netscape.
    In your original post, you say that you have "Dreamweaver's
    php visual calendar on my web page". There is no Dreamweaver php
    visual calendar that comes with Dreamweaver. Are you perhaps using
    an extension, if so, please state which one, and where you got it.
    You have have to go to the developer's site for support.
    Beyond that you'll need to post a link to your page and if
    anyone using Netscape 7.2 may drop by. I've not used any version of
    Netscape since Firefox came out, plus it is no longer developed,
    and the version you're talking about is even 2 versions older than
    the last one released. so do you really need to worry about it?
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • WRT54G version 6 - router setup screen via Internet Explorer 7 doesn't display correctly

    Hi,
    I've just set up my WRT54G router.  I'm able to connect to the internet and I'm able to connect directly to the router via IE but the setup screen doesn't display correctly.  I've tried resetting the computer and updating the firmware but it still doesn't display correctly.  Almost all of the text is missing except for the Linksys logo and a few drop down menus.  Any help/suggestions would be great, thanks.

    Hi gang,
    There a number of things that you can do to solve this problem but most of them involve changing the rules that you have already configured in your ZoneAlarm profile. My preferred solution is to:
    -unplug your router from the WAN (why not?)
    -turn off zone alarm
    -access your router's administration page at http://192.168.1.1
    -find the admin page where you can switch admin access from http to https
    --- **save your changes !!**
    -reboot your router
    -plug the WAN cable back into your router
    -turn ZoneAlarm back on
    -access your admin page at https://192.168.1.1 ( note the 's')
    Bob is your sister's brother! Your admin page should work as it is supposed to. Your router and ZoneAlarm should be playing nicely together. You haven't borked your finely tuned zonealarm rules. You were going to bookmark your admin page anyway, and if you want to allow remote administration, you would want to use https anyway. Nothing is broken and you fixed two things. "Its a good thing."Message Edited by ubuibi on 12-27-200609:10 AM
    There are really only 10 kinds of people in the world;
    Those who understand binary and those who don't.
    ubuibi

  • Image doesn't display

    I have index.jsp at the root level. I this redirects to xrate.jsp at the following path: WEB-INF/views/jsp. At the same level is include.jsp and includeTop.jsp. My images are at WEB-INF/images. CSS files are at WEB-INF/styles. Here's thier jsp declaration code:
    xrate.jsp
    <%@ include file="include.jsp"%>
    <%@ include file="includeTop.jsp"%>
    <html>
         <head>
              <title></title>
         </head>
         <body>     
              <h1>
                    Application - Borrower System
              </h1>
         </body>
    </html>include.jsp
    <%@ page language="java" errorPage="/error.jsp" pageEncoding="UTF-8"
        contentType="text/html; charset=utf-8"%>
    <%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
    <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
    <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%>includeTop.jsp
    <%@ include file="/WEB-INF/views/jsp/include.jsp"%>
    <html>
        <head>
            <title></title>
            <link rel="stylesheet" type="text/css" href="../../styles/xrate.css" />
        </head>
        <body>
            <div id="logo">
                <img src="../../images/xrate-logo.jpg" width="720"  height="140" border="0" alt="Logo" />
            </div>
        </body>
    </html>xrate.css
    div#logo {
         width: 720px;
         height: 140px;
         background: #A8A8A8;
    }When xrate.jsp loads, I get everything except the image doesn't display, just its placeholder with the alternate text.
    I am using MyEclipse's jsp visual designer and in the preview mode, the image properly shows. I've checked the deployed files and everything is in the correct location. Also, the browser is set to allow images to download.
    Any ideas anyone??

    Take your images/styles out of the WEB-INF directory.
    The WEB-INF directory is protected from the browser.
    Nothing requested from the WEB-INF directory will be served directly. You can forward/include these resources from other servlets/jsps but they can't be accessed from a direct url.
    Shifting images/styles out of the WEB-INF directory should fix it.
    You will of course have to fix your links.
    Note that links are resolved relative to the requesting uri (or the html <base> tag if present), not necessarily to the actual location of the JSP.

  • Ipod mini doesn't display screen completely

    Mini ipod doesn't display screen correctly. The battery discharges very quickly when not in use.

    Have you tried any of these?
    iPod won't turn on.
    iPod battery doesn't charge.
    Your Windows PC doesn't recognize the iPod is connected.
    iPod only shows an Apple logo and doesn't start up.
    Putting iPod into disk mode.
    Restoring using disk mode is often the key.
    If none of the above help, it will need service.
    You can arrange online service here.
    Service request.

  • ITunes 6.0.4.2 forces big logo taking up display space

    I just installed iTunes 6.0.4.2 and my blood is boiling with disgust. iTunes was a very nice, clean application that I could use to organize my music as well as connect to the iTunes store and download. Now, 30% of the display space in the iTunes application is dedicated to a big fat "iTunes Music Store" logo. The only time it doesn't display is when I'm browsing the music store.
    Apple folks, YOU BLEW IT. I intensely resent this waste of space on your advertising. It's ugly, it's counter-productive, and it DOES NOT ENDEAR your company or products to me.
    If anyone has a way to get rid of this enormous annoyance, please tell me.

    Try the Edit Menu -> Hide Ministore option.

  • The logo doesn't go!!! SOS

    I just got an ipod video and I connected it to my PC it said Do not disconnect at the screen then in the monitor appear A new feature is going to be installed must reinitiate the PC. Well i did it, the message was still displaying on the ipod but after the PC reinitiate it changed to the Apple Logo and know I can't use it because it remains the same and the logo doesn't go away. Please if someone would help me with this problem...

    See these.
    iPod shows only an Apple logo and doesn't start up.
    Only the Apple logo appears when turned on.

  • XMP doesn't display proper info in Photoshop CS2 for Mac.

    Dear List members:
    I have just recently installed Creative Suite CS2 and begun to explore the functionality of XMP. After purchasing Bruce Fraser's book on Camera Raw for CS2, I downloaded Metalab (Pound Hill Software) and created my first custom XMP panel that can be seen under the file info in Photoshop when an image (digital photo) is open.
    The problem is that I noticed a few odd things and began to question myself if there is some kind of bug or a problem with my installation of CS2.
    1. The window that opens under the file info command has several categories of information on the left to be chosen from, in the following order:
    (1)Description, (2)Camera Data 1, (3)Camera Data 2, (4)Categories, (5)History, (6)IPTC Contact, (7)IPTC Content, (8)IPTC Image, (9)IPTC Status, (10)Adobe Stock Photos, (11)Origin, (12)Advanced
    The Camera Data 1 option when selected opens a panel in the file info window that seems to contain all the information it is supposed to contain. The Camera Data 2 panel, on the other hand, doesn't display any information at all. Although the fields are there, they are empty. The fields are:
    (1)Pixel Dimension X and Y, (2)Orientation, (3)Resolution X and Y, (4)Resolution Unit, (5)Compressed Bits per Pixel, (6)Color Space, (7)Light Source, (8)File Source.
    All these fields are empty but when looking at the same file under Bridge the information is there, displayed under the metadata menu.
    This is something I noticed "before" installing Metalab so I know it is not a compatibility issue generated by the installation of the software.
    After installing CS2 I noticed that CS1 remained installed in my system. The version I purchased of CS2 is the upgrade one. Since I have no use for CS1 as I am now totally converted to CS2, I would like to uninstall CS1. The following are some of the questions I have:
    1. How can I uninstall CS1 without causing any problems to my installation of CS1 ? Is there an uninstall utility with the software or will I have to uninstall the entire package manually ?
    2. My G5 came with only one internal 160 GB drive where I originally installed CS1. I then purchased another internal 400 GB HD and copied the original drive onto it. This week I am going to replace the original 160 GB drive with a second 400 GB drive so that I can do regular "mirror image" back-ups between the two drives. Shold I expect any problems as I remove the drive where I originally installed CS1 ? Since I used disk utility to "copy" the 160 GB drive onto the 400 GB drive, my understanding it that any Adobe software key or authorization was also transferred to the drive. Is this right ? In case it hasn't, how can I transfer this information so that after I remove the 160 GB drive I will not experience any problems when trying to run CS2 ?
    3. How can I fix the problem with the Camera Data 2 panel under the file info window and command ? I noticed that the folder that is supposed to hold the Custom File Info Panels (HD>Library>Application Support>Adobe>XMP>Custom File Info Panels) has files for CS1 and CS2. Could this be a problem ? There many more files with .dat extenson than there are with the .txt extension. Bruce Fraser specifically says that the ones with the .txt extension are the ones that hold the XMP templates for information related to the image files. The files I have in this folder with the .txt are:
    (1)Camera1_CS2.txt , (2)Camera1.txt , (3)Camera2_CS2.txt , (4)Camera2.txt , (5)Categories.txt , (6)History.txt , (7)IPTC_Contact.txt , (8)IPTC_Content.txt , (9)IPTC_Image.txt , (10)IPTC_Status.txt , (11)StockPhotoInfo.txt
    The only ones that have two separate files one each for CS1 ad CS2 are Camera 1 and Camera 2. Camera 2 seems to be the only that is now non-functional. What should I expect to happen if I were to manually uninstall the ones that relate to CS1 ? Could that cause any problems ?
    My apologies for the long post but I didn't really know how to make it shorter.

    The Photoshop and/or Bridge forums would be more likely places to get answers to your questions. This forum is inhabited more by programmer types interested in implementing the XMP specification in applications we write.
    I'd expect CS2 to ignore CS1 panels so I doubt that's the issue. Panels don't interfere with each other--they just offer different views of the data. In any case, move the extra panels to your desktop and see what happens.
    As far as I know, all you need to do on the Mac is drag the CS1 application folder to the trash to uninstall it.

  • Mac Mini Doesn't Display through Philips Tube HDTV

    I have a Philips tube HDTV with a VGA connector in the back, and used the DVI-VGA connector that came with my new Mac Mini to connect. I don't have a computer monitor at home. The TV doesn't display anything.
    So then I took the Mac Mini over to a friend's. He has a VGA monitor, and so he ran the Mac Mini through setup and set it to the lowest possible display settings. I came back here, rebooted and plugged it back in; still no display.
    Then I tried this:
    "First thing to try is to boot the mini into safe mode by holding down the shift key as it boots up. This should allow it to boot, and then give you access to the display preference pane to adjust the settings back to those that worked.
    If that doesn't work, try disconnecting the TV, and rebooting the Mac with no display attached. Once it has fully booted and enough time has passed to allow the desktop to be displayed, reconnected the TV. This should force the mini to boot into a low-res mode that works with just about anything, then when you reconnect the display, either cause it to auto-sense the correct resolutions, or give you access to display preferences."
    This didn't work either. Any suggestions?

    Hi Alan,
    Check your TV manual to see what resolutions your VGA/RGB connector on your TV will accept. Being a HDTV it is likely to be from 480p to at least 1080i.
    You then set the resolution in your Display preference pane to 640x480 and you should get a picture on your TV. The trick is to set it when you can't see anything! Attaching to another device may not help because the Mac detects that device when you set the Display and will know its not that when attached again to your TV. When attached to your TV it is setting another resolution it thinks will work. It is clearly guessing the wrong screen resolution when you do connect it.
    I overcame this situation myself using a VNC client. That requires you to have another computer you can use to control your Mac Mini via VNC. You can then access the Display pane via VNC and set the 640x480 resolution which will work.
    For setting 1080i (and the VNC process) please see:
    http://www.macosxhints.com/article.php?story=20060319073027371&query=1080i%2BMac %2BMini
    I am guessing you can also use an S Video adapter - available from Apple - to connect to an S Video port your TV may also have. That won't help with the VGA connection though.
    Hope this helps.

  • Secondary Cost Element Values doesn't display in Profit Center Report

    Hi everyone,
    I'm having a problem with our Profit Center plan/actual/variance reports wherein it doesn't display the postings I made to the Secondary cost element when I executed an assessment cycle (KSU5). I already set in the configuration that all postings to be done in the cost centers, should have a parallel posting to the profit center assigned to it. I can see the postings in my cost center reports, but not in my profit center report. Could I have missed out on any procedure to enable the secondary cost element parallel posting in my profit centers? Any help would be appreciated. Thanks!

    it might be the configuration of the library or some parameter in the report (record type should be 0 and 2 for actual values, where 2 stands for distributed values and 1 and 3 for planned values)
    but it also might be that the reconciliation is done between different CC and same PC
    - check your CC organisation asignment
    - if sender cost center and receiver cost center have tha same PC it is probably the reason
    - I had that problem my self and didn't solve it
    cheers
    matej

  • WEB.SHOW_DOCUMENT sometimes doesn't display the generated PDF file

    Hi all,
    I'm using the following code to generated my report from Forms:<br><br>
    V_REPORT_ID := FIND_REPORT_OBJECT(V_REPORT_NAME);
    V_REPORT_SERVER_JOB:= RUN_REPORT_OBJECT(V_REPORT_ID,P_LIST);
        V_JOB_ID := substr(V_REPORT_SERVER_JOB,length(:GLOBAL.REPORTS_SERVER)+2,length(V_REPORT_SERVER_JOB));
        V_REPORT_STATUS := REPORT_OBJECT_STATUS(V_REPORT_SERVER_JOB);
    LOOP
       IF V_REPORT_STATUS = 'FINISHED' THEN          
          V_TMP_PDF := :GLOBAL.APACHE_HTML_FOLDER ||'rpt'|| V_JOB_ID  ||'.pdf' ;
         COPY_REPORT_OBJECT_OUTPUT(V_REPORT_SERVER_JOB, V_TMP_PDF );
        WEB.SHOW_DOCUMENT(:GLOBAL.AS_HOME_URL ||  'rpt'|| V_JOB_ID  ||'.pdf' ,'_BLANK');     
        END IF;
    END LOOP; <br><br>
    Everything works fine except the WEB.SHOW_DOCUMENT part. In some clients, this command does what it required from it and opens a new browser window with the PDF report displayed on it. In some other clients, this command does nothing: now window dispalyed. When I refer to the Application Server, I see the PDF report successfully generated there. When I put the URL of the generated report manually in the browser address, I can see the report.
    <br><br>
    <b>Why the WEB.SHOW_DOCUMENT doesn't display the generated PDF report in some clients?</b>

    I agree with the previous 2 posters.
    Also firefox and ie handle it differently. Make sure you test on what your clients use.
    Sometimes acrotray.exe is completely retarded and doesn't work.

Maybe you are looking for