Microsoft
Software
Hardware
Network
Question : Chrome - overflow='auto'
Hi,
I have a WEB site (WEB application) that is a table of boxes (<table><tr><td>...)
In several boxes there are "grig tables" that may have many lines.
I don't want the boxes to expand so I set it as
obj.style.overflow='auto';
and
obj.style.hieght=155;
I works very weel in IE - when there are more lines then it can hold it adds a vertical scrollbar.
But in Chrome (and FireFox) it does not add the scrollbar and expands the box height.
Answer : Chrome - overflow='auto'
hmm..i was referring to what you wrote in original question.
If you are setting the height to a cell or a row of a table you can do it by
obj.setAttribute("height",
"155px");
Random Solutions
how to fix outlook error
WCF Problem: The private key is not present in the X.509 certificate.
how do I select a list of records that exist multiple times only once in a table
cannot reset Fortinet fortiWIFI 80C to factory settings
Windows Server 2008 R2 iSCSI Initiator and HP D2D CHAP issue
How to separate multiple email accounts into different data files in Outlook 2010
Video Chat Capabilities
Shell command doesn't work on all computers
Setting Up Raid On Windows 2003 Server With Faulty Hard Drive
How can I parse the following string, store it in a variable and then use those variables to populate some txt fields?