Retrieving HTML Tags position

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can you retrieve in VB.NET the position and its height and width of an html tag, where the tag does not have these settings specified in its source. In other words the html tag was positioned using the flow of the page not by absolute positioning

Thanks
 
You don't. First of all, different browsers are different sizes, and
different screen resolutions. Unless you use Styles for absolute
positioning, there's no way to find out.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Angel said:
How can you retrieve in VB.NET the position and its height and width of an
html tag, where the tag does not have these settings specified in its
source. In other words the html tag was positioned using the flow of the
page not by absolute positioning.
 

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