各瀏覽器採用最新版本:
xp sp3 環境:
遨遊2
遨遊3
世界之窗
搜狗高速
360極速
360安全
ie6
ie6ie6
ie6ie6
ie6ie6
ie6ie7
ie7ie7
ie7ie7
ie7ie7
ie7ie8
ie7ie7
ie8ie7
ie8ie8
ie7win7 sp1環境:
遨遊2
遨遊3
世界之窗
搜狗高速
360極速
360安全
ie8
ie8ie8
ie8ie7
ie8ie8
ie7ie9
ie9ie9
ie9ie7
ie9ie9
ie7另外360安全瀏覽器有個 ie8 版本,說是內部封裝了乙個 ie8 核心,欲「解救」國內 ie6 群體,但我裝上後看他的效果和普通的360安全瀏覽器一樣,呼叫核心的時候沒啥區別,很鬱悶,是360忽悠,還是我太笨,沒調出來?
最後附上測試**:
$(function();var ua = n**igator.useragent.tolowercase();
var s;
(s = ua.match(/msie ([\d.]+)/)) ? sys.ie = s[1] :
(s = ua.match(/firefox\/([\d.]+)/)) ? sys.firefox = s[1] :
(s = ua.match(/chrome\/([\d.]+)/)) ? sys.chrome = s[1] :
(s = ua.match(/opera.([\d.]+)/)) ? sys.opera = s[1] :
(s = ua.match(/version\/([\d.]+).*safari/)) ? sys.safari = s[1] : 0;
//以下進行測試
if(sys.ie) alert('ie: '+sys.ie);
if(sys.firefox) alert('firefox'+sys.firefox);
if(sys.chrome) alert('chrome: '+sys.chrome);
if(sys.opera) alert('opera: '+sys.opera);
if(sys.safari) alert('safari: '+sys.safari);
});內容**:
各種瀏覽器核心
二 gecko核心代表作品mozilla firefoxgecko是一套開放源 的 以c 編寫的網頁排版引擎。gecko是最流行的排版引擎之一,僅次於trident。使用它的最著名瀏覽器有firefox netscape6至9。三 webkit核心代表作品safari chromewebkit 是乙...
各種瀏覽器總結
1.谷歌的chrome,現已經更新到了12.00,也增加了以往版本沒有的新功能。2.微軟的internet explorer,現在已經更新到ie9版本了,也同時增加了一些新的功能。3.mozilla旗下的fire fox 火狐 現在也出了15.0b2 beta版了,同時增加了pdf支援。4.蘋果旗下...
各種瀏覽器css hack
你在寫css時樣式表加上瀏覽器識別符號就行了,各瀏覽器區別如下 ie都能識別 標準瀏覽器 如ff 不能識別 ie6能識別 但不能識別 important ie7能識別 也能識別 important ie8能識別 0,不能識別 加 important ff不能識別 但能識別 important 例如s...