I LOST THE CODE FOR ENTRIES W/ SCROLLBARS, HELP!! |
![]() ![]() |
I LOST THE CODE FOR ENTRIES W/ SCROLLBARS, HELP!! |
Nov 14 2004, 06:49 PM
Post
#1
|
|
![]() Juliman ![]() ![]() ![]() ![]() Group: Member Posts: 134 Joined: Aug 2004 Member No: 36,848 |
|
|
|
|
Nov 14 2004, 07:54 PM
Post
#2
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
|
|
|
|
Nov 14 2004, 07:55 PM
Post
#3
|
|
|
#1 CreateBlog Membiez n Fan ![]() ![]() ![]() ![]() Group: Member Posts: 182 Joined: Oct 2004 Member No: 56,247 |
Next time when u lose it search in the scripts..here it is this time:
QUOTE COPY n paste into input html or webstats 1 of 2
<!-- 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 --> COPY n paste into webstats 2 of 2 <!-- 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 --> |
|
|
|
![]() ![]() |