
February 6th, 2003, 12:47 AM
|
|
Junior Member
|
|
Join Date: Feb 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Netscape 6.x problem
I am trying to display a plain HTML page in the Netscape 6.x Web Browser. I have a table and in the data part of it I have used a div tag to display a tree control (using javascript). The problem comes when I have to define the width property for the div tag. I have defined the width for the table and then defined the width for the div tag. If I keep the width of the div tag less than the width of the table then with every click at the scroll bar (well, I used overflow : auto property in the div tag) the width of the contents inside the table goes on increasing. And if I keep the width of the div tag more than the table width then with border=1 for the table it looks all odd.
Can someone suggest me a solution to this problem. I have tested my code with IE, Mozilla, NeoPlanet and it's all working fine there.
Early help will be appreciated.
Thanks in Advance!!!
Regards,
Sheshu-
|