Help
-
Search
-
Members
-
Calendar
Full Version:
comment box
Forums
>
Resource Center
>
Support Center
>
Xanga Support
>
Xanga Resolved Topics
liTToguRL
Aug 3 2005, 01:18 PM
is there a script to make the comment boxes transparent so that you would be able to see the background when the comment box is scrolled over it??
shortvi3tlaydee
Aug 3 2005, 03:45 PM
well this one you can change the background color:
http://www.createblog.com/forums/index.php?showtopic=35132
gelionie
Aug 3 2005, 11:11 PM
^ and change the background colour hex code to #transparent.
liTToguRL
Aug 19 2005, 02:44 PM
i ddid this with the code.. i dont think it works,.. can u help me edit it??...
<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<script>
// Resize Comment Box by Paul Chen aka Coyote
width = 375; //change this value
height = 250; //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: #transp; FILTER: alpha(opacity=0); overflow:auto"><center><applet><xmp>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->
gelionie
Aug 20 2005, 12:46 AM
^ that's a different code.
What's wrong with it?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.