Kico Posted April 8, 2021 Share Posted April 8, 2021 (edited) Site URL: https://fscvideo.squarespace.com/ Hi! I'm testing a site and want the button on the first page of the index to be hidden and fade into appearance after 50s. The banner video will automatically replay and the button should then stay fixed on the page. I added some CSS to bump the button down lower on the page but when the page loads, it appears in its default position then drops to the bottom where I want it once the page loads. It doesn't look good. So I need help with that as well. //position button at bottom of page #block-yui_3_17_2_1_1617904209747_3948 { position: absolute; top: 150px; width: 100%; } Thanks all! Edited April 8, 2021 by Kico Link to comment
Kico Posted April 8, 2021 Author Share Posted April 8, 2021 AH! I see what I did. Changed position to "relative" and now it's not jumping all over the place. I still ned help with the time delay though! Thanks! //position button at bottom of page#block-yui_3_17_2_1_1617904209747_3948 { position: absolute; top: 150px; width: 100%;} 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