Would someone point me to banner hover script code?

by 2 replies
3
I want to create a banner that stays floating at the bottom.

Thanks,

Rick
#programming #banner #code #hover #point #script
  • Well I guess they don't exist
  • Did you try that with basic css edit?

    For example

    #flbannersomething {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    }
    • [ 1 ] Thanks

Next Topics on Trending Feed