这是在网上看到比较好的兼容性的圆角边框,详见"圆角边框"。 现在要弄圆角边框,一般都是直接用border_radius,但是我们都很清楚这是CSS3的属性,兼容性不是那么完善,在ie8以及ie8以下的浏览器都是无效的,呈现出来的都是直角。 所以很多时候如果要做到兼容,很多时候会采用“滑动门”...
分类:
其他好文 时间:
2014-08-01 19:26:52
阅读次数:
193
今天初识css3看来JQuery高级编程要放到最后去看了。笔记:a:link{color:blue;}未访问a:visited{color:blue;}已访问a:hover{color:red;}悬浮a:active{color:yellow;}活动链接css代码格式p{css属性:属性值}border-radius:xxpx;(边框圆角)padding-(top,left,right,bottom):xxp..
分类:
Web程序 时间:
2014-07-31 10:00:36
阅读次数:
447
public class Circle {
private PointF centerPoint;
private float radius;
public PointF getCenterPoint() {
return centerPoint;
}
public void setCenterPoint(PointF centerPoint) {
this.centerPoin...
分类:
移动开发 时间:
2014-07-28 15:46:53
阅读次数:
239
Hostapdhostapd 是一个用户态用于AP和认证服务器的守护进程。它实现了IEEE 802.11相关的接入管理,IEEE 802.1X/WPA/WPA2/EAP 认证, RADIUS客户端,EAP服务器和RADIUS 认证服务器。hostapd配置文件interface=ath16bridg...
分类:
其他好文 时间:
2014-07-26 00:28:36
阅读次数:
464
css样式:.div a img{ width: 88px; height: 88px; border-radius: 88px; transition: all 1.2s ease-out 0s;}.div a img:hover{ -webkit-transform:rotate(360deg)...
分类:
Web程序 时间:
2014-07-24 12:22:25
阅读次数:
426
html代码: 系统管理员选项 宿舍管理 系统配置 权限设置 发布新闻[列表] 系统日志 css样式.xtop, .xbottom {display:block;background:transparent;...
分类:
其他好文 时间:
2014-07-23 15:37:49
阅读次数:
191
在需要显示地设置所有值的情况下,应尽量限制使用简写的属性声明。常见的滥用:padding, margin, font, background, border, border-radius 【??这不就是我经常简写的么】大部分情况下,我们不需要为简写形式的属性声明指定所有值。例如,HTML 的 hea...
分类:
Web程序 时间:
2014-07-22 22:51:54
阅读次数:
276
.div1{ width:100px; height:50px; background-color:Gray; opacity: 0.5; border:1px solid red; box-shadow:0 0 50px inset; border-radius:10px; margin:100px auto}
function gaibian() {
...
分类:
编程语言 时间:
2014-07-19 08:27:20
阅读次数:
214
主要介绍这三个框架,都挺有名的,其他的框架估计也差不多了Android-Universal-Image-Loaderhttps://github.com/nostra13/Android-Universal-Image-LoaderImageLoaderhttps://github.com/novo...
分类:
移动开发 时间:
2014-07-17 22:12:05
阅读次数:
387