Log in

View Full Version : ScrollBar inside table not working in Netscape



pinkpanther
10-26-2006, 06:59 AM
Hi Folks

Yesterday I had issues with Scrollbar visibility in Firefox.This problem is resolved.Thanks to all of you.

I have inserted a vertical scrollbar inside the table with scrollbar color changing css linked externally.This scrollbar works all fine inside the IE & FireFox!

But this scrollbar is not visible literally at all inside the Netscape.
The code is as follows :
_______________________________________________________________
<div class="scrollbeauty" style="width: 280px; height: 500px; 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>
_____________________________________________________________

Best Regards

Simi Kaur

codeexploiter
10-26-2006, 07:21 AM
You've posted the same thing once more this is not the right thing, you've already posted it here (http://www.dynamicdrive.com/forums/showthread.php?t=14270).

You could've discussed this matter as a part of your first thread.

pinkpanther
10-26-2006, 08:35 AM
I apologise for the inconvenience.
Also I did not know that it could be continued under same thread.I am novice in web programming/coding thus I thought the issue I am facing could be addressed under separate thread as it might require some different solution.

Best Regards.