jasonn
10-27-2009, 03:07 AM
Hello. I have a problem with my blogger blog. When I view it in IE it looks fine but with firefox there is a bunch of code at the top of the blog. Here is the blog
http://mentalhealthblog.com
Thanks!
Excavator
10-27-2009, 03:19 AM
Hello jasonn,
In your embedded CSS, in the head of your document, you have an extra closing tag. See highlighted in red - }
.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}
.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}
</style>
#header {
padding-top:15px;
padding-right:0;
padding-bottom:10px;
padding-left:110px;
position: relative;
}
.Header h1 {
margin:0 0 .25em;
color:#667788;
font: normal normal 270% Georgia, Serif;
}
.Header h1 a {