IE is not conforming to CSS

  • Thread starter Thread starter Jim Baltimore
  • Start date Start date
J

Jim Baltimore

I am working with a stylesheet and IE is not recognizing
the min-height in the stylesheet. According to W3C
standards, IE should be recognizing this information. It
is being recognized by Mozilla-based browsers. Is there
an issue with IE and certain W3c standards? Or does IE
require a different "statement" when using a stylesheet?
Since I intend to use CSS with XML, and possibly ASP.NET,
I need to understand how to correct this issue with IE.
I can tell you that I have had others complain of the
same issue when viewing the web page through the use of
this stylesheet, and all were using IE. In fact, most
were using IE 6. If anyone knows how to resolve this
issue, could you please e-mail me asap?
 
Jim Baltimore said:
I am working with a stylesheet and IE is not recognizing
the min-height in the stylesheet. According to W3C
standards, IE should be recognizing this information. It
is being recognized by Mozilla-based browsers. Is there
an issue with IE and certain W3c standards?

IE generally does not support standards as well as Opera and the
Mozilla-based standards: IE often fails to support standards (like
min-height), or supports them wrongly (like stacking).
 
Back
Top