NoName Mobile

登录
NoName » Project Parasy » [疑惑]為舍FireFox跟IE的顯示不一樣!?

[疑惑]為舍FireFox跟IE的顯示不一樣!?

by respiration at 2008-11-8 20:10
在ie上的首頁...
http://money-printer.org/image/pics/62f30a3969449b2e27c43d6d94b031cf.JPG

在ff上的首頁...
http://money-printer.org/image/pics/5adfbad495ba03a5afff11ba59780587.JPG

為舍兩者會有差別!?ie顯示正常
但ff顯示卻不會更新

有人知道該如何是好嗎?

[ 本帖最后由 respiration 于 2008-11-8 20:11 编辑 ]
# 1 - respiration at 2008-11-8 23:49
HELP(ll09)
# 2 - Sai at 2008-11-9 23:09
FF3有一个hack,在parasy/ParasyCore.php
function css_hack() {
        if(preg_match('/(Firefox\/3.0)/i', $_SERVER['HTTP_USER_AGENT'])) {
                echo '<style type="text/css">body {background: #75B6B8 url("/bbs/images/way/bg_summer.jpg") no-repeat 50% 0;}div#wrap {text-align: left;background-color: #FBFBF6;}</style>';
                echo "\n";
        }
}

# 3 - tonybo at 2008-11-10 19:10
no-repeat前 别忘了fix  (ll01)
# 4 - Sai at 2008-11-10 22:27
原来FF3的background fixed有效能问题,所以添加了此hack
# 5 - respiration at 2008-11-10 22:46
to tonybo
你指那個背景圖嗎?fixed, 謝謝你

to sai
還有這個...版塊後方 在ie上是透明的
但在ff上是白色的  這個又是hack的關系?
http://i266.photobucket.com/albums/ii261/shinetyn/3-1.jpg
http://i266.photobucket.com/albums/ii261/shinetyn/4-1.jpg
# 6 - Sai at 2008-11-10 22:57
div#wrap {text-align: left;background-color: #FBFBF6;}
这个是白色背景
# 7 - respiration at 2008-11-10 23:29
謝謝SAI
© 2007 NoNameMagazine