Custom div-box css manage + js into mail field
-
Hi all and I Ben ??
I’m day by day adding features to my Tracks template but sometimes I get stuck in a glass of water and can’t get out of there.
This time I want to show a “div-box” while hovering Telegram Icon in the Social Media Bar in the top-right corner and – once the hovering is over – dismiss it.
To do so I’m using this css but…it doesn’t work!
a.telegram:hover ~ .telegram-box { background-color: black !important; visibility: visible; } .telegram-box { width: 50%; height: 30%; background-color: red; visibility: hidden; }
and I’m sure that the logic is right.
Furthemore, I’d suggest to Ben to add some “encryption feature” to the email address in the social media bar in order to avoid spam.
I tried to implement the code got from https://www.jottings.com/obfuscator/ but it must be hard coded so atm I’ll avoid…:)The page I need help with: [log in to see the link]
- The topic ‘Custom div-box css manage + js into mail field’ is closed to new replies.