TLCDesigns Posted October 21, 2023 Share Posted October 21, 2023 (edited) Hi there, I am using a css code to add a floating button to my website. However, I want to add a time delay on it so that it doesn't show up on my custom loading screen (see screenshot). Any ideas?? Thanks Edited October 29, 2023 by TLCDesigns Link to comment
Solution tuanphan Posted October 24, 2023 Solution Share Posted October 24, 2023 Your loading effect has z-index: 2000; your floating button has z-index: 9999; just increase z-index of loading effect > z-index of floating button, so button will appear behind loading effect 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
TLCDesigns Posted October 29, 2023 Author Share Posted October 29, 2023 That worked!! 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