Have Kanye Interrupt Your Site
I thought I’d be a good netizen and provide the code I wrote for adding Kanye West on my homepage. So now you can have Kanye interrupt your own webpage.
First, you need to download this image and upload it to your own web server or a photo hosting service such as Photobucket.

Right click and select Save As...
Now add the following code to your style.css file or in between the <style> tags on your webpage :
/* Greet Function */
#greet {
position:absolute;
z-index:1;
background: url("www.yoursite.com/image.jpg") no-repeat center center;
width:635px;
height:380px;
margin-top:15px;
margin-left:0px;
}
Be sure to change the image source URL to the location of the image on your server or photo host. You can also modify the margin properties to suit your needs.
Next, just add the following DIV layer anywhere within the <body> tags of the page you want Kanye to appear on:
<div id="greet" align="center" onclick="this.style.visibility='hidden'">
And that’s it! Piece of friggin cake, right? Enjoy it.










