IE only CSS rule


/ Published in: CSS
Save to your folder(s)

This rule lets you define CSS rules that are visible to IE only.


Copy this code and paste it in your HTML
  1. /* for Internet Explorer only */
  2. /*\*/
  3. * html .container {
  4. height: 8em;
  5. }
  6. /**/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.