For quality assurance purposes, I need to verify that certain elements are the correct size. How do I check the size of an element on a live web page. For example: size of the side bar, size of an image, etc.
+4
A:
You could inspect the element using Firefox/Firebug or Web Developer plugins and see how big it is.
tvanfosson
2010-04-21 11:46:43
Thanks buddy for editing my question.
Kaartz
2010-04-21 18:05:22
A:
If you can use firefox then you can inspect the element using firebug and can view the element properties.
rahul
2010-04-21 11:47:20
A:
- If you want to check sizes within the browser you can try firefox's firebug or web developer extensions.
- If you want to get the dimensions programatically with javascript check mootools or jquery way to do it
maid450
2010-04-21 11:55:39