November 14, 200916 yr Hi, Does anybody have any suggestions on what i can do to resolve the IE problem in the attached file. I've also included a visual on how it should and does look in FF For some reason the header is creating a gap between the words and shifting one of the words to the line below. Thanks for any help Ross
November 14, 200916 yr Where IE is showing Approved..........Driving Instructor it looks as if the h1 tag has text-align: justify; which spreads out words to stay at the sides, but whereas Firefox can fit three words on the line, IE has run out of space for three words so it just shows two spaced out. You definitely have text-align: justify for the text below, so the style may be in the body style if it's not in the h1 style. If you want to leave the body style with text-align: justify, add text-align: left; to h1 style and make sure there's enough width. If there is text-align: justify; in the h1 style; make it text-align: left; and wider or reduce the font-size a little.
November 14, 200916 yr Author Yes that's it. When i started on the code i applied a generic text-align: justify to the entire div and that's what caused the problem. I didn't start checking in IE though till i was near completion. I've spent so long trying different things and searcjing through my code but never spotted that. Thanks Wickham
Create an account or sign in to comment