Log In · Register

 
 
Closed TopicStart new topic
little problem, scrollbar around entries..yes i read tut
xxcutiesxx
post Nov 18 2004, 04:58 PM
Post #1


Member
**

Group: Member
Posts: 19
Joined: Oct 2004
Member No: 54,121



ok i read the tutorials and put the codes in and all..but 4 some reason the give eprops and comments thing disappeared blink.gif
 
lovescream
post Nov 18 2004, 05:21 PM
Post #2


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



scrollbar around entries?
and show me the code that you've used.
and it's not in tutorial, it's in xanga scripts.
 
xxcutiesxx
post Nov 18 2004, 07:40 PM
Post #3


Member
**

Group: Member
Posts: 19
Joined: Oct 2004
Member No: 54,121



QUOTE(Spiritedfreak @ Nov 18 2004, 5:21 PM)
scrollbar around entries?
and show me the code that you've used.
and it's not in tutorial, it's in xanga scripts.

i used
<!-- begin code provided by createblog.com -->
<style type="text/css">
.custom{
width: 200px;
height: 200px;
z-index:100;
overflow: auto;
border: px #000000 solid;
background: #ffffff;
}</style>
<!-- end code provided by createblog.com -->

<!-- begin code provided by createblog.com -->
<script>
var tds = document.getElementsByTagName ('a');
for (var i = 0; i < tds.length; i++) {
timeString = tds[i].innerText;
if(timeString.match(/\d+:\d+ [ap]m\b/i)){
if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;}
table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode;
stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild;
inner = stuff.innerHTML
stuff.innerHTML="";
stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>');

}
}
</script>
<!-- end code provided by createblog.com -->
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: