Search Results

1
vote
1answer
185 views

Making a fixed tooltip vanish by scrolling.

I'm trying to create a messagebox that is fixed to the bottom of a webpage, so when a user scrolls, it stays put (simple css). However, I'd like the messagebox to disappear when the user scrolls t …