Jump to content

create a floating card with w3.css and/or bootstrap 4


Emulman

Recommended Posts

Hello! i'm developing a web application where i want this: when i move the mouse pointer on a row of clients and orders i want to open a little floating window with a card and the client information like in this forum. How can i use it both with w3.css and Bootstrap 4?

Edited by Emulman
Link to comment
Share on other sites

  • 1 month later...

I am not familiar with Bootstrap and w3.css, but what you need is: 

* A div that is invisible (with the needed information, this may be multiple divisions).
* Make it visible with JavaScript and CSS when hovering. The position should be absolute.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...