0
我需要一些兼容性幫助。我的網站在瀏覽器中看起來不同。鉻/火狐等看起來是正確的,但IE瀏覽器是搞砸了。看看:http://southwestarkansasradio.com/joomlaiframe和css兼容性
我使用的是Joomla 2.5。搜索框移動到左側,我的空氣箱腳本在IE中不起作用。代碼在下面,你能幫忙嗎?謝謝。
<table border="0">
<tr>
<th>
<center><img style="float: left;"
src="http://www.southwestarkansasradio.com/images/onair995.jpg" alt="" height="35"
width="316" /><br><img
src="http://www.southwestarkansasradio.com/images/playerbackground.jpg" width="316"
height="216" alt="" border="1"><div id="now playing" style="position: absolute; top:
60px; left: 20px;>
<!--[if IE]>
<iframe src="http://www.southwestarkansasradio.com/NowPlaying.html" name="nowplaying"
style="height:216px" "width:316px" frameborder="0" scrolling="no" border="none"
allowtransparency="true" valign="top" ></iframe>
<![endif]-->
<!--[if !IE]>-->
<iframe src="http://www.southwestarkansasradio.com/NowPlaying.html" name="nowplaying"
style="height:216px" "width:316px" frameborder="0" scrolling="no" border="none"
valign="top" ></iframe>
<!--<![endif]-->
</div></center>
</th></tr></table></div>
感謝您的幫助,我應該考慮使用驗證程序。 – user1330148 2012-04-21 03:19:50
再次感謝,它的工作!現在我唯一的問題是如何讓這個網頁搜索框移到它在Internet Explorer上的正確位置。我知道答案在css的某處,但我找不到要更改的正確數字。如果你有興趣,你可以檢查嗎? http://southwestarkansasradio.com/joomla/templates/justbusiness-fjt/css/styles.css 謝謝 – user1330148 2012-04-23 15:59:55
heya。已經更新了上面的答案。如果有效,您應該接受或投票回答。不是最優雅的修補程序,但在IE8和IE9中爲我工作時,直接將樣式應用到style2.css的末尾(但是,您只希望爲IE實現這些樣式,因此將條件註釋放入索引文件中) – Trev 2012-04-23 22:35:50