javascript - How to display an action list on hover using bootstrap? -


i have html page this , when hover volume button located on right, div box contains upload , delete function should displayed beside volume icon. expect when hover volume icon, upload, delete , volume icon should displayed in same line, picture below enter image description here
, grey panel not overflowed out of box.

does have idea how set again stylesheet show situation ?

make .prompt-audio-control display inline-block when view on hover , not inline in order fit next each other:

.prompt-audio:hover .prompt-audio-control {   display: inline-block; } 

updated fiddle: https://jsfiddle.net/y2ee6fsc/2/


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -