Saturday 15 February 2014

css - IE 8 line height issue -


I have only odd height issues in IE8

I'm not sure Why, but there is an additional line break below each paragraph, can anyone look into this issue and help me to see why this is so?

Thanks

Spans are not a good way to exclude your content, Especially when you have to put margins and padding.

For one thing, a period is an "inline" element, and it should not have margin or padding because inline elements are to be displayed on "line" instead of block-level elements, Which causes automatic line break after closing.

If you can, you should fix your HTML to look like this, because it is more accurate and the chances of breaking into old browsers is less. You might want to consider putting the padding on your

tag instead of the margin, as I have found that the margin padding is more finicky in IE.

  & lt; P id = "hrs = SCH_PSTDSC_DESCRLONG $ 0" class = "PSLONGEDITBOX" & gt; Apollo Group, Inc. was established in 1973 in response to the gradual change in higher education demographics from a student population of youth, in which about half of students were adults and more than 80 percent worked full time. Apollo founder John Sparling believed - and the events proved him right - Lifetime employment with the same employer will be learned throughout life and will be replaced by employers with different types of employers. An organization fully devoted to the education of adults who work for learning Lifelong is required. & Lt; / P & gt; & Lt; P & gt; Today, Apollo Group, Inc., through its subsidiaries, University of Phoenix, Apollo Global, the College of Financial Planning and the Professional Development Institute, has established itself as the leading provider of higher education programs, which focuses on adults Apollo Group serves the largest education service in North America to meet the requirements of working adult Ta and it is the largest academic social network in the world. Apollo is making the level of learning level in the art of creating a virtual and highly engaging learning experience. Learning platforms created in the form of cloud-based (education-a-service) bring a more scientific and social approach to learning experience. We are talking about the way people learn and through advanced, scalable learning solutions. & Lt; / P & gt; & Lt; Strong & gt; Helpful statement & lt; / Strong> & Lt; / P & gt;   

Also, anywhere you use a "B" tag for bold, it should be disliked with the "B" tag with "strong". This can also be a part of your problem, because the underlying style on the tag may be hidden, which is using IE

Once you improve your code to accept more criteria, you can find that it works better. I can not see in Firefox which is actually causing the problem, but I suspect that the "B" tags are being boycotted with this margin and BR tag, not helping your case. Finally and most importantly, you need to fix additional dotspace and head tags that are actually inside your container diva, it's definitely causing some issues:

/ Strong>

Enter image details here < / Html>

No comments:

Post a Comment