티스토리 뷰

Programming language/HTML & CSS

css 핵 정리

hello-world 2014. 8. 26. 20:34
728x90
반응형

ie6, ie7 

( *hack ) : selector

-> *div{width:100px;height:70px}

( .hack ) : property

->div{width:100px;.height:70px}


ie6,ie7,ie8

( \9 hack ) : property

->div{width:100px;height:50px\9;}


ie8,ie9

( \0/IE8+9 hack ) : property

-> div{width:100px \0/IE8+9;}


728x90
반응형
댓글