Month: May 2011

  • HTML5 Video Loop Support for Firefox

    You created a fancy HTML5 page with video element but guess what, Firefox 4 does not support video loop. I found a workaround for this problem with javascript.

  • How to Create Hyperlink DIV Elements

    Today, I encountered a problem: making div element a hyperlink. For example: It works, but SHOULD NOT be used. Because it is against the web law: W3C (X)HTML specifications! A very basic (and valid) solution: However my case was a little bit more difficult: We already know that is not a valid layout. Because a…