Awesome book flip UI without Flash implemented by Steam.
Source: sneak
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,…
Just set
window.onbeforeunload = function() { return ‘message’; }
but not yet tested.