l i n u x - u s e r s - g r o u p - o f - d a v i s
L U G O D
 
Next Meeting:
September 2: Social Gathering
Next Installfest:
Sat. Sept. 27, 10am-6pm
Latest News:
Aug. 30: September Installfest scheduled
Page last updated:
2006 Aug 02 11:32
Events
 Meetings
 Installfests
 Demos
 Photos
Services
 Library
 LERT
 Jobs
 Documents
Interact
 Mailing Lists
 - Search
 - Archives
 Chat
About Us
 Members
 Projects
 Testimonials
 Call for Speakers
 Why Not MS?
 Finances
 Sponsors

^Home
?Search
?News & RSS
?Calendar
@Contact Us
$Buy Stuff
=Printable


The following is an archive of a post made to our 'vox-tech mailing list' by one of its subscribers.

Report this post as spam:

(Enter your email address)
Re: [vox-tech] webpage element positioning via coordinates
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vox-tech] webpage element positioning via coordinates



On Tuesday 01 August 2006 21:00, Peter Jay Salzman wrote:
...
> Is it possible to position things via coordinates like this on a web page?

Yes.  It's called absolute positioning.  You'll need to read up on
the DOM and CSS, and also JavaScript if you want to position elements
dynamically.

Just to get you started, this will define an image positioned 100
pixels from the left and 50 pixels from the top edge of a page:

  <img src='...' id='myimage' style='position:absolute;left:100px;top:50px;' />

You can reposition it with JavaScript like this:

  var myimage = document.getElementById('myimage');
  myimage.style.left = 110;
  myimage.style.top = 60;

BTW if you like backgammon and want to see a cool application of this
stuff, check out www.parlorplay.com.

Cheers,

Rod
_______________________________________________
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech



Hosting provided by:
Sunset Systems
Sunset Systems offers preconfigured Linux systems, remote system administration and custom software development.

CD Burns Wanted!

LUGOD: Linux Users' Group of Davis
1105 Kennedy Place, Suite 1, Davis, CA 95616
Contact Us

LUGOD is a 501(c)7 non-profit organization
based in Davis, California
and serving the Sacramento area.
"Linux" is a trademark of Linus Torvalds.

Sponsored in part by:
California Computer News
Who donated books and ad space.