Vista #7 (IE 7) Vista #7 (IE 7)
Finally, something good about Vista. It comes with Internet Explorer 7. While IE 7 lost some of its buttons, etc., it made up for that by being able to properly render this blog.
As with a lot of things, Microsoft has been reluctant to conform to standards, in this case, HTML standards. My default presentation mode is "chopped" in this blog, and IE level 6 and earlier did not properly render that mode, which uses the following CSS to implement:
.Post-Chop .post-item-body{
max-height: 3in;
overflow: hidden;
}
Apparently, IE 6 and below don't support the max-height attribute nor the overflow: hidden.
As with a lot of things, Microsoft has been reluctant to conform to standards, in this case, HTML standards. My default presentation mode is "chopped" in this blog, and IE level 6 and earlier did not properly render that mode, which uses the following CSS to implement:
.Post-Chop .post-item-body{
max-height: 3in;
overflow: hidden;
}
Apparently, IE 6 and below don't support the max-height attribute nor the overflow: hidden.
5:07 PM Display: Full / Chopped / Footer
0 Comments:
Post a Comment
<< Home >>