Tag Archives: IE7

常用 CSS Hack 再整理

瀏覽器越來越多,舊的未去,新的又來,CSS hacks 亦需定時整理。 CSS Hack IE hacks 雖然 IE 對 CSS 的支援不堪入目,可是卻有方便的屬性 hacks!把下列 hacks 記下來即可輕鬆應付各版本的 IE! .selector { padding: 10px; padding: 9px\9; /* all ie */ padding: 8px\0; /* ie8-9 */ *padding: 5px; /* ie6-7 */ +padding: 7px; /* ie7 … Continue reading

Posted in Web Design | Tagged , , , , | 3 Comments

Internet Explorer Collection

在埋怨過 Expression Web SuperPreview 的無能後,為了工作便利,只好把  IE 8.0 刪掉換上 Multiple IE。今天終於發現了另一套 IE 測試軟件:Internet Explorer Collection。 Internet Explorer Collection 比 Multiple IE 更強大,從 IE 1.0 至 IE 8.0 通通都支援,而且能在 Window Vista 和 Window 7 下執行,還附上 IE Developer Toolbar。

Posted in Web Design | Tagged , , , | 9 Comments

荒謬的 Expression Web SuperPreview

滿心歡喜的下載了剛推出的 Internet Explorer 8.0,安裝後發現原本測試用的 IE6 和 IE 7 都不能正常運作!我試過了 standalone version 和 IETester 均告無效。最網上搜尋一下後發現,原來 Microsoft 自家也有一套工具 Microsoft Expression Web SuperPreview,正是用以測試 IE6 和 IE 7 的。

Posted in Web Design | Tagged , , , , , , , | 7 Comments