spacer
Yehuda Shiran December 13, 2000
Setting Element Coordinates
Tips: December 2000

Yehuda Shiran, Ph.D.
Doc JavaScript

Developer News
Google Going Native With Chrome
Mozilla Fixes Firefox Flaws as 3.5 Release Nears
Microsoft and Novell Still Bosom Buddies

The browser-independent W3C Standard's way to set and get an element position is via the style object's left and top properties. Although these properties denote physical measurements, they are strings. The string includes a number followed by the string "px". The following strings are example values of the left and top properties: 50px, 32px, and 0px. When setting these properties, concatenate the "px" string to the value. For example, to set the left property of an element with ID="counter1" to xlocation, you will write:

document.getElementById('counter1').style.left = xlocation + "px";

The browser won't complain if you omit the "px" string:

document.getElementById('counter1').style.left = xlocation;

The browser assumes the unit of measure is pixels and will add the "px" automatically. You'll always get a "px" ended string when querying the top and left properties.


People who read this tip also read these tips:

Look for similar tips by subject:

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
XML and PHP Simplified · Creating a ASP.NET Contact Form · Data Filtering with PHP
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Intel to Host Live Nehalem Q&A · 12 Tips to Troubleshoot Network File-Sharing · 10 Tips for Selling on Kijiji