rjcook1985 Posted September 9, 2022 Share Posted September 9, 2022 (edited) Site URL: https://www.richardjamescook.com/film-and-video-work-new-classic-copy I currently have the color image block fading in on hover over. I want the text block to fade in as well when I hover over the color block. See top banner on sample site URL for problem. CSS I currently have: #block-yui_3_17_2_1_1662711057088_36145 { opacity: 0; transition: opacity 0.5s } #block-yui_3_17_2_1_1662711057088_36145:hover { opacity: 0.5; transition: opacity 0.5s } Edited September 9, 2022 by rjcook1985 Duplicate links Link to comment
tuanphan Posted September 10, 2022 Share Posted September 10, 2022 You mean Initial: hide text Hover: show text + change opacity to 0.5? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment