Get the LEFT and TOP position of Image

  • Thread starter Thread starter Varangian
  • Start date Start date
V

Varangian

Hi

how can I get the style of LEFT and TOP of an Image in ASP.NET ?

thanks
 
thats html.
If you are using VS.NET use the intellisense available to you
Hope that helps
Patrick
 
If you mean the real coordinates in the client browser's window, you can do
it only on client-side with javascript and than pass the info on to
server-side, if you need it there.

Eliyahu
 
what I mean is the Z-INDEX: the LEFT, the POSITION and the TOP found
under attribute Style...

the LEFT and TOP are the coordinates if they are . its a like an X and
Y position on a browser ..

how can I get them?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top