Ingredients: just a simple text input field.
Question: Is there a way to customize the size, color, and position of the underline styling on an input tag? I noticed that the property text-decoration-color
is supported in the moz
browser engine, but I'm looking for a solution that works across all browsers.
[EDIT] I am open to using JavaScript, CSS, or HTML to achieve this, as long as it directly addresses my specific query without any workarounds: I want precise control over this particular attribute.