One of my latest findings in CSS3 is the full page background image. I owe this to acctually two sources. First is CSS-TRICKS and the second to ringvemedia.com. 123456789html { background: url(bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; [...]
Tag Archives: html
jQuery animated swap div content on hover effect
This is a simple sample how to swap div content on mouse hover. Actually I first stumbled upon this web article: http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/. After making few changes I was able to swap actual content of a div instead of background. Here is the javascript i used (don’t forget to include jQuery library): 1234567$(function(){ $("#vertical [...]
Unable to open Flash or HTML page in SharePoint Foundation 2010
Yesterday I succesfully set up my first SharePoint Foundation 2010 in Windows Server 2008. Everything went very smoth. When I tried to play flash movie inside .aspx file i didn’t work. When I tried to open the flash file link directly it was starting to download the swf instead of playing it. I also tried [...]