Revision: 2110
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 30, 2006 09:38 by sondosia
Initial Code
<script>
// Resize Comment Box by Paul Chen aka Coyote
width = 200px; //change this value
height = 100px; //change this value
if(location.pathname=='/item.aspx'){
var booga = document.getElementById('htmleditor')
newBooga = '<ifr' + 'ame' + ' class=\"htmleditor\" width=\"' + width + '\" height=\"' + height + '\" ID=\"htmleditor\" scrolling=NO>';
booga.insertAdjacentHTML('afterEnd',newBooga);
booga.removeNode(true);
}
</SCRIPT>
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #transparent; FILTER: alpha(opacity=0); overflow:auto"><center><applet><xmp>
Initial URL
http://www.geocities.com/cheerfreak908/FAQ.htm
Initial Description
Makes the comment box on a xanga entry transparent
Initial Title
Transparent Comment Box
Initial Tags
design
Initial Language
JavaScript