Please explain in detail this part of YUI3 CSS Reset..

Posted by metal-gear-solid on Stack Overflow See other posts from Stack Overflow or by metal-gear-solid
Published on 2010-05-21T02:47:47Z Indexed on 2010/05/21 2:50 UTC
Read the original article Hit count: 228

Filed under:
|

What is the usefulness of these 2 things in CSS reset?

What is the problem in resizing of input elements in IE and in which version?

and if legend color doesn't inherit in IE then how it can be solved adding color:#000;

/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
    color:#000;
}

© Stack Overflow or respective owner

Related posts about css

Related posts about XHTML