{"id":853,"date":"2020-01-21T05:25:51","date_gmt":"2020-01-21T05:25:51","guid":{"rendered":"http:\/\/shaplakanon.com\/wpsupport\/?p=853"},"modified":"2020-02-10T09:24:15","modified_gmt":"2020-02-10T09:24:15","slug":"how-to-change-hover-color-using-inline-code","status":"publish","type":"post","link":"https:\/\/shaplakanon.com\/wpsupport\/how-to-change-hover-color-using-inline-code\/","title":{"rendered":"How to change hover color using inline code?"},"content":{"rendered":"\n
The original question was “How to write hover color using inline CSS?”
But this is not possible with inline css but possible with inline javascript.<\/p>\n<\/div>\n\n\n\n
Get upto 77% off with siteground<\/strong><\/a><\/p>\n<\/div>\n<\/div>\n\n\n\n onMouseOver executes when you hover the link.<\/p>\n\n\n\n onMouseOut executes when you hover the link and remove cursor.<\/p>\n","protected":false},"excerpt":{"rendered":" The original question was “How to write hover color using inline CSS?”But this is not possible with inline css but<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-853","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"\nDemo<\/strong>: Hover the link below<\/h4>\n\n\n\n
Here is the code<\/strong>:<\/h4>\n\n\n\n
<a href=\"http:\/\/shaplakanon.com\/wpsupport\"\n onMouseOver=\"this.style.color='green'\"\n onMouseOut=\"this.style.color='black'\" >WordPress Maintenance Service<\/a><\/code><\/pre>\n\n\n\n
Explanation:<\/strong><\/h4>\n\n\n\n