0
我的wordpress主題的看上去是正確的鉻,Firefox和Opera(最新版本爲2012年12月)的IE打破我的網站設計
,當我看着它在IE 9,即使兼容性視圖上,它不看的權利。
其中的菜單藍條看起來太厚
這是鏈接。 http://www.kyaniworld.biz/products/sunrise/
我的wordpress主題的看上去是正確的鉻,Firefox和Opera(最新版本爲2012年12月)的IE打破我的網站設計
,當我看着它在IE 9,即使兼容性視圖上,它不看的權利。
其中的菜單藍條看起來太厚
這是鏈接。 http://www.kyaniworld.biz/products/sunrise/
答案很簡單!您可以通過創建僅針對IE的css
來找到解決方案。所以這裏有一個有用的link。您不必擔心爲用戶添加的下載數據。目標IE的css
文件只有在IE瀏覽器打開網站時纔會下載。希望我幫助!
PS:A headUp:你應該驗證你的網站在所有的IE版本(我下到IE 7)。每個版本都有它自己的錯誤和問題。
剛剛碰到這個。我所有問題的答案:'css'重置:
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
width: auto;
height: auto;
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
}