I want an element in HTML to be positioned relative to it's parent, similar to this question, but using inline.
I have a fiddle to demonstrate. For this example, I would like the textbox to cover the text (using margin:0;
, not a negative value.
Can it be done?