How can I cornify a SharePoint site?
Posted
by Chris Farmer
on Super User
See other posts from Super User
or by Chris Farmer
Published on 2010-04-01T05:48:54Z
Indexed on
2010/04/01
5:53 UTC
Read the original article
Hit count: 322
Inspired by the April 1 gravatar changes and the memory of last year's cornification of Stack Overflow, I wanted to add a cornify button to my company's SharePoint app. I just added their html snippet to a Content Editor Web Part.
<a href="http://www.cornify.com" onclick="cornify_add();return false;">
<img src="http://www.cornify.com/assets/cornifycorn.gif" width="52" height="51" border="0" alt="Cornify" />
</a><script type="text/javascript" src="http://www.cornify.com/js/cornify.js"></script>
The button renders all glittery and beautiful, and the magical functionality works fine in Chrome and Firefox (I'm on Windows 7) for me. But, in IE8, all the gorgeous unicorn images get added at the bottom of the page such that you can't see them unless you scroll down. Since most of our users are IE users, I fear that this just isn't going to be all that much fun.
So, is there some known way to force this to work better in IE8, or is there another similarly fun site adornment utility that I could use that might behave better in a SharePoint 2007 app running in IE7/8?
© Super User or respective owner