Forum Moderators: not2easy

Message Too Old, No Replies

Image title in Firefox

sometimes it works, sometimes it doesn't

         

foxtrot3

8:34 am on Feb 18, 2008 (gmt 0)

10+ Year Member



I'm totally stumped on this one. The problem is the image "title" attribute. I have the same image, with the exact same code, in the header div and in the content div. If I mouseover the image in the content div, the title shows up perfectly. However, in the header div it does not. This is with Firefox 2.0.0.12. In IE7, everything works fine. Here's the code....

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

#header {
width:950px;
height:105px;
margin:0px auto;
text-align:left;
padding:15px;
border:0px dashed #333;
background-color:#dbe4db;
}

#content {
width:950px;
height:500px;
margin:0px auto;
text-align:left;
padding:15px;
border:0px dashed #333;
background-color:#eee;
font-size: 120%;
font-family: sans-serif;
}
img
{
margin-right: 40px;
float:left;

}

<img src="calhrdgif.gif" width="240" height="103" alt="logo" title="Call Today">

Any help is appreciated.

foxtrot3

8:13 am on Feb 19, 2008 (gmt 0)

10+ Year Member



I figured it out. Help no longer needed.