• Resolved mwmalta

    (@mwmalta)


    My new blog is https://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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mwmalta

    (@mwmalta)

    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;
    	}
    Thread Starter mwmalta

    (@mwmalta)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header text broken in IE7’ is closed to new replies.