Notes around the Internet.

Posts Tagged: Web Development

Awesome book flip UI without Flash implemented by Steam.

Awesome book flip UI without Flash implemented by Steam.

Sneak: Fixing the background 'bleed'

I recently came up against an issue in Safari where the background colour of an element seemed to ‘bleed’ through the edge of the corners when applying both borders and a border-radius (see the image above). After seeing David Cole tweet about the same issue I resolved to find a solution,…

Source: sneak

目前用在 Safari 5 跟 Chrome 5.0.375.99 上的 Webkit,於 Windows XP 下會有字體 render 方面的 bug:可以看到如上圖,只要開了 text-rendering: optimizeLegibility; 搭配有套用 @font-face 的字體就會爛掉了。
你的網頁要給 Windows XP 上的 Webkit 看的請小心這個 Bug。

目前用在 Safari 5 跟 Chrome 5.0.375.99 上的 Webkit,於 Windows XP 下會有字體 render 方面的 bug:可以看到如上圖,只要開了 text-rendering: optimizeLegibility; 搭配有套用 @font-face 的字體就會爛掉了。

你的網頁要給 Windows XP 上的 Webkit 看的請小心這個 Bug。

Apple 真是相當積極的在推動 HTML5 呢,這些範例真是蠻厲害的,暑假要來好好學學

Apple 真是相當積極的在推動 HTML5 呢,這些範例真是蠻厲害的,暑假要來好好學學

Text

Just set

window.onbeforeunload = function() { return ‘message’; }

but not yet tested.