I Want the Code For Scrollbar In Entries Please.. |
I Want the Code For Scrollbar In Entries Please.. |
Nov 12 2004, 09:59 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 17 Joined: Aug 2004 Member No: 42,065 |
Can someone give me the code for the scrollbar in the entry? thanks
|
|
|
|
![]() |
Nov 12 2004, 10:30 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
do you want the one for the automatic scrollbar in your entries? or just one entry?
heres the one for automatic scrollbar: PUT IN CUSTOM HEADER OR WEBSITE STATS: CODE <!-- 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 --> PUT IN WEBSITE STATS: CODE <!-- 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 --> here is the one if you just want a scrollbar in one entry: PUT INTO YOUR ENTRY: (make sure you click Edit HTML) CODE <!-- begin code provided by createblog.com -->
<DIV id=scroll3 style="BORDER-RIGHT: #000000 0px; BORDER-TOP: #000000 0px; OVERFLOW: auto; BORDER-LEFT: #000000 0px; WIDTH: 600px; BORDER-BOTTOM: #000000 0px; HEIGHT: 100px"> <!-- end code provided by createblog.com --> |
|
|
|
pinkygirl88 I Want the Code For Scrollbar In Entries Please.. Nov 12 2004, 09:59 PM
x_pink_jessie_x the code is in the scripts i think..next time plz ... Nov 13 2004, 07:31 PM
x_pink_jessie_x ne wayz herez the code:
QUOTECOPY AND PASTE INTO... Nov 13 2004, 07:34 PM
december1987 please dont double post, thanks. Nov 30 2004, 11:27 AM
s1lent_s0rr0w where's edit html? do you put it in the entry? Jan 4 2005, 02:14 AM
MyChemicalRomance. edit html is there when you go to edit/write your ... Jan 4 2005, 03:33 AM![]() ![]() |