"tooltip"
Bootstrap 3.0.0 Snippet by evarevirus

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html><html lang='en' class=''> <head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/ianfarb/pen/qkpJH?depth=everything&order=popularity&page=11&q=product&show_forks=false" /> <style class="cp-pen-styles">@import url(https://fonts.googleapis.com/css?family=Roboto:100,400); * { margin:0; padding:0;} body { background:url(http://img.tapatalk.com/d/12/10/31/6yby7usy.jpg) center center; } #container { background:url(https://lh3.ggpht.com/PQXITv6h0hTZLqlvlni7RSN2rE70QytYeNAtngBc3wKQuq8g5gH28EUDqYKgCPkWfQ=h900-rw) no-repeat; background-size:500px 293px; width:500px; height:293px; margin:25px auto;} .tooltip { width:16px; height:16px; border-radius:10px; border:2px solid #fff; position:absolute; background:rgba(255,255,255,.5);} .tooltip:hover { -webkit-animation-play-state: paused;} .tooltip:hover .info {visibility:visible;} #first { margin: 200px 0 0 200px !important;} #second { margin:75px 0 0 52px !important;} #third { margin:158px 0 0 425px !important;} .info { width:200px; padding:10px; background:rgba(255,255,255,1); border-radius:3px; position:absolute; visibility:hidden; margin:-105px 0 0 -100px; box-shadow:0 0 50px 0 rgba(0,0,0,.5);} h3 { font-family: 'Roboto', sans-serif; font-weight:100; font-size:20px; margin:0 0 5px 0;} p { font-family: 'Roboto', sans-serif; font-weight:400; font-size:12px;} .arrow { position:absolute; margin:10px 0 0 88px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #fff; } </style></head><body> <div id="container"> <div class="tooltip" id="first"> <div class="info"> <h3>Awesome Display</h3> <p>The world's highest-resolution 7" tablet puts over 2.3 million pixels in the palm of your hand. </p> <div class="arrow"></div> </div> </div> <div class="tooltip" id="second"> <div class="info"> <h3>Stay Connected</h3> <p>Hangout and share your world with those that matter the most to you in glorious high definition. </p> <div class="arrow"></div> </div> </div> <div class="tooltip" id="third"> <div class="info"> <h3>Powerful Portability</h3> <p>Delivering the game and applications that help you have more fun and get more done. </p> <div class="arrow"></div> </div> </div> </div> </body></html>

Related: See More


Questions / Comments: