Jump to content

Is there a way to determine all relevant style attributes for a specific html element (e.g., input with type="text")?


bassmann76

Recommended Posts

Dear W3S community,

I would like to know whether it is possible to determine all relevant style attributes for a specific html element (e.g., input with type="text")? To be more specific, I would like to make sure that I do not forget to change a certain style attribute in order to make sure that the html element in question behaves exactly as I would like it to do. And as far as a understand, not all style attributes apply to all html elements.

Thank you very much for your help!

 

Link to comment
Share on other sites

Abstract that attribute out of your code with something like php.  Problem solved.

Edited by niche
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...