I find working with the box model hard, since I am trying to change values for spaces and areas I can't actually see on the screen.
http://www.w3.org/TR/CSS2/box.html
Is there a way or an option to display these boundaries around an element in a web page, which can be useful during debugging or as one is trying to adjust things correctly?
May be a smart Javascript function that can be used for this?
These can be drawn using some thin lines of some color. Even if one can highlight just the border edge, that will help. An example using this would be <IMG src="image.jpg" style="show_box_grid_lines:true" />
. It will be useful to have an option to see the area this object occupies in the screen by being able to see the actual borders that it uses.
Is something like possible or exist today?