您好,登錄后才能下訂單哦!
這篇文章主要介紹了DIV+CSS實例代碼分析的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇DIV+CSS實例代碼分析文章都會有所收獲,下面我們一起來看看吧。
CSS實例一:
讓IE6-IE8顯現一致的內容,DIV CSS代碼下列:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>DIV IF前提實例WWW.CSS5.COM實例</title> </head> <body> 你正在使用: <!--[if IE 7]> <h3>IE7</h3> <![endif]--> <!--[if IE 6]> <h3>IE6</h3> <![endif]--> <!--[if IE 8]> <h3>IE8</h3> <![endif]--> <br><br> <strong>CSS5說明</strong>:假如你的瀏覽器版本為多少即會透露表現IE若干,針對IE6-IE8試驗CSS教程 </body> </html> |
注明:以上針對差距IE表示差別網頁模式DIV+CSS實例試驗。
DIV+CSS實例二:
讓IE6-IE8展現一致CSS花式成就,DIV CSS代碼以下:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CSS IF前提hack實例 css5.com.cn</title> <!--[if IE 6]> <style type="text/css"> .CSS5{ color:#F00;} </style> <![endif]--> <!--[if IE 7]> <style type="text/css"> .CSS5{ color:#FF0;} </style> <![endif]--> <!--[if IE 8]> <style type="text/css"> .CSS5{ color:#00F;} </style> <![endif]--> </head> <body> <div class="CSS5"> DIV CSS履行示意:<br> 我在IE6下是紅色采,在IE7下是黃顏色,在IE8下是藍顏色 </div> </body> </html> |
關于“DIV+CSS實例代碼分析”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“DIV+CSS實例代碼分析”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。