Thanks, you really helped me and that was a fast response aswell :d well done! i used ftp and removed the plugin folder and now it all works fine again :d thanks again!
Also the code that i can see from browser has code that hasnt got correct endings for example!
@keyframes goUp {
0% {
margin-top:0%;
display:block <<<<<<<<<<<<<<<<<
}
should be
@keyframes goUp {
0% {
margin-top:0%;
display:block; <<<<<<<<<<<<<<<<<<<<<<<<<
}
so fix all that and allow color changes for the nasty green colour so it can be any color for example white )black background).
-
This reply was modified 5 years, 11 months ago by jamieduk.