My new blog is http://markmalta.com/blog
The header text works in firefox and safari, but it "breaks" in IE6-7.
The blog title remains, but gets cut in half while the description disappears.
Here is my css markup:
h1 {
font-size: 3.5em;
text-align: left;
padding: 10px 0 0 40px;
}
#headerimg .description {
color: #282828;
font-size: 1.6em;
font-weight: bold;
text-align: left;
margin: 0px 0 0 155px;
}
Can anyone help me out? You can see a good example of what it is supposed to be in Firefox. Thanks