PDA

View Full Version : Java Script - Absolute Positioning????


Classex
06-17-2001, 05:33 AM
I am new to java. I have found a menu script that I need to change a little and do not know what commands to use for ABSOLUTE POSITIONING.
If anyone can help I would appreciate it.

Thanks

Dr. Web
06-17-2001, 01:21 PM
can we see the code or better yet, the page?
This one will move to client side (unless your using ASP, with JS server side).

COBOLdinosaur
06-17-2001, 02:51 PM
<div style="position:absolute;left:100;top:200;z-index:5">

That is 3-dimensional absolute positioning of a div