I have a task that is presenting me with some challenges in terms of the best approach to take. Therefore, I am reaching out to ask for your help and input.
My assignment involves creating a form on a webpage using ASP.NET WebForms, with multiple textboxes where individuals need to input various measurements. These textboxes will be positioned on top of a schematic sketch of the object being measured, so they won't align vertically.
My current method involves grouping it like this:
- Div with the background image (relative positioning)
- Div with measurement textbox (absolute positioning)
While this approach works, I wonder if there is a better way to achieve this or if my current method is the most effective?
I haven't explored HTML5 much, so I am wondering if there are features there that could be helpful.
Your assistance and insights would be greatly valued.