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 Are the Page Widths on Popular Websites
What Are the Page Widths on Popular Websites? - CSS Tutorials - Page Layout and Background Image Design
✍: FYIcenter.com
If you want to find out what are the page widths on some popular Websites, first enter the following HTML code into a file, pageSizes.html:
<html><body> <p>Page Size Test by FYICenter.com:</p> <table> <tr><td align=right>500 pixels</td> <td align=left><hr width=500></td></tr> <tr><td align=right>600 pixels</td> <td align=left><hr width=600></td></tr> <tr><td align=right>700 pixels</td> <td align=left><hr width=700></td></tr> <tr><td align=right>800 pixels</td> <td align=left><hr width=800></td></tr> <tr><td align=right>900 pixels</td> <td align=left><hr width=900></td></tr> </table> </body></html>
Then view pageSize.html and the target Web site in two non-full-screen browser windows. If you line up those two windows properly, you should be able to figure out the page width of the target Web site in pixels. Here are the page widths of some popular Websites:
www.yahoo.com 760 pixels www.myspace.com 800 pixels www.msn.com 770 pixels www.ebay.com 760 pixels
2007-05-11, 4956👍, 0💬
Popular Posts:
What is normalization? What are different types of normalization? It is set of rules that have been ...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...
What Happens to Indexes If You Drop a Table? - Oracle DBA FAQ - Managing Oracle Table Indexes If you...
How To Process Query Result in PL/SQL? - Oracle DBA FAQ - Introduction to PL/SQL You can run queries...
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...