using scrollbars, plz help if you can |
using scrollbars, plz help if you can |
Dec 22 2004, 06:58 PM
Post
#1
|
|
![]() rainy days fade away.. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 566 Joined: Oct 2004 Member No: 58,261 |
hey its me the girl w/ the banner..
i was wondering if anyone knew how to put the scroll bar near the entries instead of all the way at the side. i have 3 scrollbars - one on the right for the entire xanga, one ont the bottom for entire xanga, and then one all the way and the right for the entries. my xanga -- www.xanga.com/aisha_girl if u know how to put the scrollbar for the entries go right along the entries instead of all the way at the right plz help me out! thx so much! |
|
|
|
![]() |
Dec 23 2004, 01:40 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 39 Joined: Dec 2004 Member No: 73,564 |
put this in your webstats:
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 --> <!-- 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 --> I had the same problem with you, but When I put that code It worked. Make sure to change the height and the width. |
|
|
|
crashingg using scrollbars Dec 22 2004, 06:58 PM
starwberry_applez plz look in the xanga script section: http://www.c... Dec 22 2004, 07:25 PM
crashingg um that was the answer sorta. well i just wanna ta... Dec 22 2004, 07:50 PM
crashingg oh thx. but 1 more question.
what is z-index and ... Dec 23 2004, 04:34 PM
lilswtangl1124 I dunno what they are, but I just changed the heig... Dec 23 2004, 11:17 PM![]() ![]() |