hack ie css

pernah kan mengalami hal hal seperti ini saat mendesain css untuk website atau saat membuat Website

Hal Seperti itu bisa kita atasi dengan membuat css untuk berbagai browser, misalkan kita buat css untuk internet explorer. Begitu kita buka dari IE secara otomatis bisa cari yang di IE

<link rel="stylesheet" type="text/css" href="common.css" />

<!--[if IE]>
  <link rel="stylesheet" type="text/css" href="all-ie.css" />
<![endif]-->

<!--[if IE 6]>
  <link rel="stylesheet" type="text/css" href="ie-6.0.css" />
<![endif]-->

<!--[if lt IE 6]>
  <link rel="stylesheet" type="text/css" href="ie-5.0+5.5.css" />
<![endif]-->

Selamat Mencoba


					
					    
     
        
	
	
	    
    
 

Tags : , , , ,

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Leave Comment