Well, for beginners, this will kill the basic idea to remember necessary things, But hey.. good job!
I'd rather just get shit done (tm) than spend time learning all the nuances of cross browser css.
11–20 of 32 posts
Well, for beginners, this will kill the basic idea to remember necessary things, But hey.. good job!
I'd rather just get shit done (tm) than spend time learning all the nuances of cross browser css.
Can I really just include without worrying about it?
I'm kind of suspicious of these kinds of things. Especially the "subtle improvements" can have unintended effects. Can I really just include without worrying about it?
I'm kind of suspicious of these kinds of things. Especially the "subtle improvements" can have unintended effects. Can I really just include without worrying about it?
For example, this file disables the webkit text size adjustment on the iPhone. Text size adjustment is what makes most websites readable on the iPhone without excessive zooming / scrolling. You should disable it only if you are making a mobile optimized version of your website and the automatic text size adjustment actually causes problems.
Well, for beginners, this will kill the basic idea to remember necessary things, But hey.. good job!
No thanks. rows and cols should mean something :(
[0] https://github.com/necolas/normalize.css/blob/master/normali...
I'm kind of suspicious of these kinds of things. Especially the "subtle improvements" can have unintended effects. Can I really just include without worrying about it?
Please don't use this file. Use it for inspiration and take the parts that make sense for your website, but don't just copy the entire file without examining it closely. For example, this file disables the webkit text size adjustment on the iPhone. Text size adjustment is what makes most websites readable on the iPhone without excessive zooming / scrolling. You should disable it only if you are making a mobile optimi…
No it doesn't.
They make textarea display in sans-serif?[0] No thanks. rows and cols should mean something :( [0] https://github.com/necolas/normalize.css/blob/master/normali...
I'm kind of suspicious of these kinds of things. Especially the "subtle improvements" can have unintended effects. Can I really just include without worrying about it?
I believe that all of the CSS in there is the default CSS in at least one browser. It really intends to only normalize between browsers.
They make textarea display in sans-serif?[0] No thanks. rows and cols should mean something :( [0] https://github.com/necolas/normalize.css/blob/master/normali...
C'mon, it's CSS, you can easily remove that line with the textarea declaration and you're done leaving it to whatever is used by a browser. Or make it all serif, it's that easy.