IE CSS limits
31 stylesheets per file
via Telerik Blogs > Internet Explorer CSS limits
As you may know, Internet Explorer has CSS limits. 31 stylesheets per file. You can write 31 link tag, <link rel="stylesheet" style="text/css" href="FILE" />. I tried this by my hands on Win Vista IE8.
ご存じかもしれませんが、IEではlinkタグで読み込める外部CSSファイルは31個までです。Windows Vista IE8 で手元で試してみましたがやはり31個まででした。
If you are a software engineer, be careful about this!
みんな気をつけようね!
Comments