PHP 页面右侧功能模块怎么做
如下图,要做右边那个功能模块该怎么弄,网站上的源代码太复杂看的不是太懂,求简单一点的详细思路或者代码演示<style>.d_over{background-color:r...
如下图,要做右边那个功能模块该怎么弄,网站上的源代码太复杂看的不是太懂,求简单一点的详细思路或者代码演示
<style> .d_over{background-color:red;width:100px;height:50px;margin:0px 0 0 350px;}.d_out{background-color:green;width:50px;height:50px;margin:0px 0 0 400px;} </style<divclass="d_out"onmouseover="this.className='d_over'"onmouseout="this.className='d_out'">DIV1</div> 展开
<style> .d_over{background-color:red;width:100px;height:50px;margin:0px 0 0 350px;}.d_out{background-color:green;width:50px;height:50px;margin:0px 0 0 400px;} </style<divclass="d_out"onmouseover="this.className='d_over'"onmouseout="this.className='d_out'">DIV1</div> 展开
2个回答
展开全部
这是个很简单的demo 我用的是图片,你可以换成一个div,里面放你喜欢的内容
<style>
.d-totop{ position: fixed;
_position: absolute;
width: 44px;
height: 47px;
background: url(http://www.iiyi.com/about/css/img/top.png) 0 0 no-repeat;
}
</style>
<a id="totop" class="d-totop" href="javascript:void(0)" style="display: block; opacity: 1; margin-left: 0px; left: auto; right: 50px; top: auto; bottom: 50px;"></a>
<style>
.d-totop{ position: fixed;
_position: absolute;
width: 44px;
height: 47px;
background: url(http://www.iiyi.com/about/css/img/top.png) 0 0 no-repeat;
}
</style>
<a id="totop" class="d-totop" href="javascript:void(0)" style="display: block; opacity: 1; margin-left: 0px; left: auto; right: 50px; top: auto; bottom: 50px;"></a>
更多追问追答
追答
嗯 你要回到顶部放一段js代码就可以 如果需要其他效果 以此类推 代码我就不发了 网上太多
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询