HTML
<div ID="fixedsocial"> <div ></div> <div ></div> </div>
CSS
#fixedsocial { top:30%; height:200px; wIDth:60px; position:fixed;}.facebookflat { background:url("http://placehold.it/50x50"); height:50px; wIDth:50px; Transition:ease 500ms; background-size:50px; opacity:1;}.facebookflat:hover { background:url("http://placehold.it/50x50"); height:50px; wIDth:50px; background-size:60px; opacity:0.5; Transition:ease 500ms; margin-left:-20px; wIDth:70px;}.twitterflat { background:url("http://placehold.it/50x50"); height:50px; wIDth:50px; Transition:ease 500ms; background-size:50px; opacity:1;}.twitterflat:hover { background:url("http://placehold.it/50x50"); height:50px; wIDth:50px; background-size:60px; opacity:0.5; Transition:ease 500ms; margin-left:-20px; wIDth:70px;}
我试图使用名为“fixedsocial”的容器浮动到屏幕的右侧
float:right;
但这没有任何作用.
那么请你把图标固定在浏览器的中间右侧,非常感谢你的帮助
解决方法 只需添加右键:0到你的#fixedsocial div然后就完成了#fixedsocial { top:30%; height:200px; wIDth:60px; position:fixed; right: 0;}
Updated Fiddle
总结以上是内存溢出为你收集整理的html – 固定在浏览器中心右侧的社交图标全部内容,希望文章能够帮你解决html – 固定在浏览器中心右侧的社交图标所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)