HI, I have seen a site with small badge at corner of the page long time. Is there any tutorial or guide to make a badge at corner of the page. Its like small advertisement.
Here is one to put it on the top right. Did you want it fixed? (i.e. stays there while scrolling?) <div id="badge">foo</div> CSS: #badge { position: absolute; top: 0; right: 0; }