AliChemicali
Legacy Member
Hoi!
Ik heb een implementatie gedaan van de code op de volgende website: Using jQuery to add a dynamic ?Back To Top? floating button with smooth scroll | Developer Drive
Werkt perfect in Chrome / FF maar in IE8 is er niks te zien.
Enig idee hoe ik deze code IE8 compatibel kan maken?
De CSS is vrij simpel:
Mvg,
Vincent
Ik heb een implementatie gedaan van de code op de volgende website: Using jQuery to add a dynamic ?Back To Top? floating button with smooth scroll | Developer Drive
Werkt perfect in Chrome / FF maar in IE8 is er niks te zien.
Enig idee hoe ik deze code IE8 compatibel kan maken?
De CSS is vrij simpel:
Code:
.back-to-top {
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: #000000;
background-color: rgba(235, 235, 235, 0.80);
font-size: 12px;
padding: 1em;
display: none;
}
.back-to-top:hover {
background-color: rgba(135, 135, 135, 0.50);
}
Mvg,
Vincent