Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is a fixed-width table and its advantages?
What is a fixed-width table and its advantages?
✍: Guest
Fixed width tables are rendered by the browser based on the widths of the columns in the first row, resulting in a faster display in case of large tables. Use the CSS style table-layout:fixed to specify a fixed width table.
If the table is not specified to be of fixed width, the browser has to wait till all data is downloaded and then infer the best width for each of the columns. This process can be very slow for large tables.
2008-05-13, 5617👍, 0💬
Popular Posts:
Write out a function that prints out all the permutations of a string. For example, abc would give y...
How to measure functional software requirement specification (SRS) documents? Well, we need to defin...
What is the difference between const char* p and char const* p? In const char* p, the character poin...
Is There Any XSD File to Validate Atom Feed Files? - RSS FAQs - Atom Feed Introduction and File Gene...
Are risk constant through out the project ? * Never say that risk is high through out the project. R...