Scroll Bar Help!, Can I have a different colored scroll bar in my modules then on the ri |
Scroll Bar Help!, Can I have a different colored scroll bar in my modules then on the ri |
Jan 31 2007, 07:00 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 25 Joined: Aug 2006 Member No: 448,477 |
Hey
I want to add scroll bars in my modules that are a different color then the scroll bar in the right of my screen... Is that possible? If so, how? Thanks for your help! |
|
|
|
![]() |
Feb 5 2007, 07:42 PM
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 25 Joined: Aug 2006 Member No: 448,477 |
thanks! but how do I make only the modules on the left (not my posts) scroll?
i used the following code, but it made everything scroll, and I only want the left hand modules too.. CODE <!-- begin code provided by LAYOUT_HOW_2 --> <style type="text/css"> .custom{ width: 350px; height: 250px; z-index:100; overflow: auto; border: 0px #000000 solid; background: #transparent; }</style> <!-- end code provided by LAYOUT_HOW_2 --> <!-- begin code provided by LAYOUT_HOW_2 --> <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)){bre ak;} 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 LAYOUT_HOW_2 --> thank you! |
|
|
|
iCEiCE BABYYY Scroll Bar Help! Jan 31 2007, 07:00 PM
digital.fragrance It's a little difficult, coding wise, but coul... Jan 31 2007, 09:51 PM
iCEiCE BABYYY QUOTE(digital.fragrance @ Jan 31 2007, 9... Feb 1 2007, 04:01 PM
Azarel table.left TD, table.module td {
/* -Module Body- ... Feb 1 2007, 06:43 PM
digital.fragrance Take what Anna (Azarel) gave you, and make it like... Feb 6 2007, 07:38 PM
iCEiCE BABYYY thanks for posting! sorry, but I'm unsure... Feb 7 2007, 06:42 PM
Kathleen ^ I'm pretty sure it would work in either the ... Feb 7 2007, 11:30 PM
iCEiCE BABYYY when i place it in the header, no scroll bar shows... Feb 9 2007, 03:54 PM
digital.fragrance Dang nab. Well, I don't know what else would w... Feb 13 2007, 12:02 PM
iCEiCE BABYYY blahhh ok. thanks for trying :]
is there any way... Feb 13 2007, 04:02 PM![]() ![]() |