http://totalphysiqueonline.com/ has a header that displays virtually identically in the latest versions of FF, Safari, Camino, Opera, Mozilla and even IE 7
However, in IE 6.x the sitetitle section is just bizarre. I can take some screen shots, but the easiest thing to do is go to http://ipinfo.info/netrenderer/index.php
Enter my URL and select IE 6 from the drop down menu. Then hit the render button, and that is what you get....a truncated page titile.
Here is the CSS code that controls that section:
/*** Header section ***/
#sitename {
color:#ffffff;
height:90px;
margin:0 20px 0 305px;
text-align:left;
background:url(images/sistine-chapel3.gif) no-repeat; /* Delete this line to remove the animated globe */
}
#sitename h1,#sitename h2 {
font-weight:400;
}
#sitename h1 {
font-size:2.4em;
z-index: 99;
margin:0 20px 0 -285px;
}
#sitename h1 a {
color: #ffffff;
text-decoration: none;
letter-spacing: 5px;
}
#sitename h2 {
font-size:1.6em;
margin:25px 0 0 100px;
}
I have looked this over for hours. I have tried Z-indexing....I have had several of my friends who are far more experienced than I am tell me they have no idea what is going on. I even went to WordPress forums twice with this and no one there has a clue.
Just curious if the vaunted SitePoint community might have someone that can ferret out the issue.





Bookmarks