phppup Posted July 12, 2018 Share Posted July 12, 2018 I've used inline styling periodically in my HTML for various items by adding style="color:red" and similar variations depending on my needs. Is it possible to do the same with HOVER to change a background-color, fon't-size, or style etc. when the cursor is hovered over the element? If so, what is the correct syntax to use? Note: I've seen solutions that use OnMouseOver/OnMouseOut, but am specifically interested in HOVER. Thanks. Quote Link to comment Share on other sites More sharing options...
requinix Posted July 12, 2018 Share Posted July 12, 2018 Nope. Inline styles "should" be used only in very rare and very particular situations. 99% of all your CSS should be in a <style> or <link>ed stylesheet. Quote Link to comment Share on other sites More sharing options...
phppup Posted July 12, 2018 Author Share Posted July 12, 2018 I understand that, but is it possible to include a HOVER characteristic (for a submit button to change color) with inline coding? Not sure if it's impossible, or if my syntax is incorrect. Quote Link to comment Share on other sites More sharing options...
requinix Posted July 12, 2018 Share Posted July 12, 2018 Pretty sure I answered that with the very first word in my post. Quote Link to comment Share on other sites More sharing options...
phppup Posted July 12, 2018 Author Share Posted July 12, 2018 Sorry, missed that lone word sitting there all by itself. So it's been a futile effort. Good to know LOL Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.