欢迎来到亿搜云建站平台,全网营销云系统加盟中心!

海量企业网站模板 · 任您选择

美出特色,精出品质,一切为了企业更好的营销

隐藏侧栏
Beta
转载

CSS3实现鼠标悬停提示气泡效果

       悬停     2016-03-01     eycms     77     0    

  鼠标悬停就是指我们鼠标指向菜单时提示此菜单的相关功能与内容了,下面我们使用纯css3实现鼠标悬停提示气泡效果,希望文章对各位有所帮助。

<!DOCTYPE HTML>

<html>

    <head>

        <title>CSS3制作鼠标悬停提示气泡内容菜单</title>

        <style type="text/css">

            body{

            background:#D6D3C9;

color:#383835;

font-family:Arial, Arial, Helvetica, sans-serif;

            }



            #bubblemenu li {

                display: inline;

                margin-left: 15px;

cursor:pointer;

            }


            

            #bubblemenu li > div {

                width: 150px;

                min-height: 100px;

   position: absolute;

                display: inline;

                margin-left: -120px;

                padding: 5px;

visibility:hidden;

                opacity: 0;

                margin-top: -125px;

background: #ffffff;

font-size:1em;


/* Setting the border-radius property for all Browsers */

                -moz-border-radius: 5px; /* Firefox */

                -webkit-border-radius: 5px; /* Safari and Chrome */

                border-radius: 5px; /* Browsers that Support it like Opera */


/* Setting the box-shadow property for all Browsers */

                -moz-box-shadow: 0 0 8px gray; /* Firefox */

                -webkit-box-shadow: 0 0 8px gray; /* Safari and Chrome */

filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3); /* IE */

                box-shadow: 0 0 8px gray; /* Browsers that Support it like Opera */


/* Setting the transition property for all Browsers */

-moz-transition: all 0.5s ease-in-out; /* Firefox */

                -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */

                -o-transition: all 0.5s ease-in-out; /* Opera */

                transition: all 0.5s ease-in-out; /* Browsers that Support it */



            }

            


            #bubblemenu li:hover > div {

           

visibility:visible;

                opacity: 1;

                margin-top: -150px;


/* Setting the transition property for all Browsers */

-moz-transition: all 0.5s ease-in-out; /* Firefox */

                -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */

                -o-transition: all 0.5s ease-in-out;  /* Opera */

                transition: all 0.5s ease-in-out; /* Browsers that Support it */

            }

        </style>

    </head>

    <body>

    <h1>Coda Effect With CSS3</h1>

    <br/>

    <br/>

    <br/>

    <br/>

    <br/>

    <br/>

    <br/>

    <ul id="bubblemenu">

        <li>

            Penn Jillett

            <div>

               My favorite thing about the Internet is that you get to go into the private world of real creeps without having to smell them. 

            </div>

        </li>

        <li>

            Thomas Watson

            <div>

                I think there is a world market for maybe five computers.

            </div>

        </li>

        <li>

             Bill Gates

            <div>

               640K ought to be enough for anybody. 

            </div>

        </li>

        <li>

            Sam Ewing 

            <div>

               Computers are like bikinis. They save people a lot of guesswork.

            </div>

        </li>

    </ul>

<div style=" color:#000;width:600px;margin:0 auto; text-align:center; font-size:12px;">


</div></body>

</html></td>

 </tr>

</table>


--结束END--

本文链接: http://www.eycms.cn/resources/hover/1534.html (转载时请注明来源链接)

 
本文标签: 全部

下班PC阅读不方便?

手机也可以随时学习开发

微信关注公众号“亿搜云”
"亿搜云平台前端开发教学"
每日干货技术分享
 

×

成为 亿搜云平台 代理商!

关注

微信
关注

微信扫一扫
获取最新优惠信息

亿搜云平台公众号

客服

联系
客服

很高兴为您服务
尊敬的用户,欢迎您咨询,我们为新用户准备了优惠好礼。 咨询客服

联系客服:

在线QQ: 40819446

客服电话: 15250286283

售前咨询 售后服务
在线交谈 智能小云

工作时间:

周一至周五: 09:00 - 17:00

WAP

手机
访问

移动端访问
手机上也能选模板

亿搜云平台手机端