Help
-
Search
-
Members
-
Calendar
Full Version:
scrollbar
Forums
>
Resource Center
>
Support Center
>
Xanga Support
>
Xanga Resolved Topics
XxArsonFreakxX
Feb 25 2005, 10:22 AM
ok i looked in the scripts page and i didnt seem to find it unless i missed it but is there anyway to put a scrollbar where it names all the people you are subscribed to??? thnx ahead of time
kayiiem
Feb 25 2005, 10:46 AM
<!-- begin code provided by createblog.com -->
<script type="text/javascript">
// original by EasterEgg, xanga.com/easteregg
// modified to reflect xanga's current html schemas
function adjustSirListHeight()
{
// *** define the height of your SIR-list in the line below
var sirListHeight = '90px';
var allTables = document.getElementsByTagName('tbody');
for (i=0; i < allTables.length; i++)
{
if ((allTables[i].innerHTML.indexOf('Sites I Read') != -1) &&
(allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1))
{
sirlist = allTables[i].lastChild;
temp = sirlist.firstChild.innerHTML;
sirlist.removeChild(sirlist.firstChild);
td = document.createElement('td');
div = document.createElement('div');
div.style.width = '190px';
div.style.height = sirListHeight;
div.style.overflow = 'auto';
div.innerHTML = temp;
td.appendChild(div);
sirlist.appendChild(td);
break;
}
}
}
if (navigator.userAgent.indexOf('Mac') == -1)
if ((document.URL.indexOf('weblogs') == -1) &&
(document.URL.indexOf('guestbook') == -1) &&
(document.URL.indexOf('events') == -1) &&
(document.URL.indexOf('reviews') == -1))
adjustSirListHeight();
</script>
<!-- end code provided by createblog.com -->
XxArsonFreakxX
Feb 25 2005, 11:27 AM
thnx a lot ill try to figure this out
sherryvu
Feb 25 2005, 05:13 PM
QUOTE(XxArsonFreakxX @ Feb 25 2005, 10:27 AM)
thnx a lot ill try to figure this out
it's under "subscriptions scrollbar"
http://www.createblog.com/forums/index.php?showtopic=44
[
topic closed
]
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.