So, April first is always a good day to be a web programmer. You have the ability to apply changes almost instantly without pushing out a new software package or whatever and you get to do something stupid to annoy people. So, I took it upon myself to turn our intranet home page upside down with a wee bit of style, CSS style. The snippet of style follows and here is a link to a sample.
style="-webkit-transform: rotate(180deg); -moz-transform:rotate(180deg); filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2); width: 100%;"
Enjoy.
Leave a Reply
You must be logged in to post a comment.