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:
Can I use percentage values for the WIDTH attributes of TD tags?
How can I avoid using the whole URL?
✍: FYIcenter
Yes. It should be noted that Netscape and Microsoft's browsers interpret percentage values for <TD WIDTH=...> differently. However, their interpretations (and those of other table-aware browsers) happen to match when combined with <TABLE WIDTH="100%">. In such situations, percentage values can be used relatively safely, even though they are prohibited by the public specifications.
2007-03-03, 6406👍, 0💬
Popular Posts:
What is the value of this expression? +1-2*3/4 -0.5
How To Run "mysql" Commands from a Batch File? - MySQL FAQs - Command-Line End User Interface mysql ...
How To Escape Special Characters in SQL statements? - MySQL FAQs - Introduction to SQL Basics There ...
Can you explain in GSC and VAF in function points? In GSC (General System Characteristic) there are ...
Should synchronization primitives be used on overrided bean methods? No. The EJB specification speci...