pinkpanther
10-25-2006, 07:21 AM
Hi Folks
I am animator by profession,recently I got chance to work for a non profit organisation who require a php driven portal website.Design is all coming out neat but programming/coding is not my key strengths,thus I am taking help of all friends and forums like yourself where I can resolve the programming/coding issues that I am facing right now.
Right now I need help on this one :
I am able to insert the scrollbar inside the table.But I want to change the color of the scrollbar.I have tried this using externally linked style sheet as well inserting scrollbar properties inside the html doc itself.
<div class="scrollbeauty" style="width: 280px; height: 535px; padding:4px; border: 0px ; overflow-x:hidden;overflow-y:auto;">
<table width="280" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="textcontentBIG" valign="top">
</td>
</tr>
</table>
Please help me in resolving the above.
Best Regards.
I am animator by profession,recently I got chance to work for a non profit organisation who require a php driven portal website.Design is all coming out neat but programming/coding is not my key strengths,thus I am taking help of all friends and forums like yourself where I can resolve the programming/coding issues that I am facing right now.
Right now I need help on this one :
I am able to insert the scrollbar inside the table.But I want to change the color of the scrollbar.I have tried this using externally linked style sheet as well inserting scrollbar properties inside the html doc itself.
<div class="scrollbeauty" style="width: 280px; height: 535px; padding:4px; border: 0px ; overflow-x:hidden;overflow-y:auto;">
<table width="280" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="textcontentBIG" valign="top">
</td>
</tr>
</table>
Please help me in resolving the above.
Best Regards.