Just added some serious bling to my blog - giddy up!
I wanted to show screenshots of the Windows Live Quick Apps but I didn't want boring static shots; and I remembered Doug Handler did something really cool on the Express website.
So how did I add the bling? (a transparent image carousel without writing any Silverlight or .NET code - just some CSS hackery).
<div style="position: absolute; top: 0px; left: 0px; height: 235px; width: 1024px;">
<iframe style='width:100%; height:100%;' src='http://www.popfly.ms/users/alogan/Quick%20Apps%20Carousel.small' frameborder='no'></iframe>
</div>
just add "allowtransparency" and background transparent: <div style="position: absolute; top: 0px; left: 0px; height: 235px; width: 1024px; background: transparent;"> <iframe style='width:100%; height:100%;' src='http://www.popfly.ms/users/alogan/Quick%20Apps%20Carousel.small' frameborder='no' allowtransparency=true></iframe> </div>
just add "allowtransparency" and background transparent:
<div style="position: absolute; top: 0px; left: 0px; height: 235px; width: 1024px; background: transparent;">
<iframe style='width:100%; height:100%;' src='http://www.popfly.ms/users/alogan/Quick%20Apps%20Carousel.small' frameborder='no' allowtransparency=true></iframe>
PingBack from http://msdnrss.thecoderblogs.com/2007/11/25/pimpd-my-blog-with-some-transparent-silverlight-carousel-goodness-via-popfly-for-the-quick-apps/
Any reason why you use FireFox? I'm interested in your reason because I prefer Firefox above IE7 for development (if it works in FF, then it will work in IE7, not the other way around)