Forums

[resolved] Header text broken in IE7 (3 posts)

  1. mwmalta
    Member
    Posted 3 years ago #

    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

  2. mwmalta
    Member
    Posted 3 years ago #

    Just a follow up, figured out that it was my search bar. I would still like it to be at the middle of the page, not sure how to get it there.

    #searchform {
    	margin: 0px 20px;
    	text-align: right;
    	}
  3. mwmalta
    Member
    Posted 3 years ago #

    sorry for the triple post,

    Changed the search code to this:

    #searchform {
    	margin: -35px 15px;
    	float: right;
    	}

    Fixed everything. Thanks for the help anyways, maybe this will help someone else out later.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.