Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you tried giving your header graphic a z-index such as 100?

    Getting ride of some of the validation errors would probably help.

    Thread Starter ashley3ee

    (@ashley3ee)

    do77: I tried adding the z-index with 100 (even 500) and nothing.

    esmi: thanks, I fixed all of the errors except for 1. I can’t seem to figure out where this error is.

    Maybe that will fix it, otherwise any other suggestions on why IE is messing up the header graphic?

    z-indexes will only work on elements that are positioned other than the default static. Try adding position: relative; to the elements your trying to ‘z-index’.

    Peter

    Thread Starter ashley3ee

    (@ashley3ee)

    Peter, I have tried both absolute and relative.

    The strange thing is this is the background image. The header graphic shouldn’t get cut off at all?

    Here is the CSS for it:

    #header #imageheader {
    	width: 607px;
    	height: 275px;
    	text-indent: -10000px;
    	background: url(images/logo.png) left top no-repeat;
    	position: absolute;
    	z-index: 15000;
    	}

    Thread Starter ashley3ee

    (@ashley3ee)

    Ok, so apparently it’s fine in IE8, but is messed up in IE7. I don’t think I’m gonna worry about this any longer.

    Thanks for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Firefox ok, IE not so ok’ is closed to new replies.