分享 用CSS实现无图片圆角效果

css|圆角

css圆角效果,IE6, firefox均显示正常

<html>
<head>
<title>css圆角效果--网页教学网</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<style type="text/css">
div.RoundedCorner{background: #9BD1FA}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
</style>
</head>
<body>
<div class="RoundedCorner">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
<br>无图片实现圆角框<br><br>
<b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
</div>
</body>
</html>

将上面的代码保存成html格式的文档,用浏览器打开即可看到效果。

时间: 2024-10-27 14:59:05

分享 用CSS实现无图片圆角效果的相关文章

用CSS实现无图片圆角效果

css|圆角 <html><head><title>css圆角效果--网页教学网</title><meta http-equiv="content-type" content="text/html; charset=gb2312"><style type="text/css">div.RoundedCorner{background: #9BD1FA}b.rtop, b.rb

全新智能无图片圆角效果

提示:您可以先修改部分代码再运行 逍遥狼无图片智能圆角 特点: 1:只需一个js即可设定圆角样式,本身自带6种样式,只需要在需要圆角的地方用"class=样式"定义即可: 2:重复圆角不需要重复设置,只需要在需要圆角的地方用"id=corner"定义即可: 3:兼容性好. 逍遥狼无图片智能圆角 特点: 1:只需一个js即可设定圆角样式,本身自带6种样式,只需要在需要圆角的地方用"class=样式"定义即可: 2:重复圆角不需要重复设置,只需要在需

css实现图片圆角效果代码

 代码如下 复制代码 <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv=&qu

jQuery+CSS制作的图片展示效果

jQuery+CSS的图片展示效果,可以拖动图片,兼容浏览器,可以做成个人相册或者作品展示 摆放效果 点击效果 Dome Download

CSS打造无图片带箭头的DIV方框

<html>  <head>  <title>纯CSS无图片带箭头的DIV方框</title>  <style>  div.container{position:absolute;  top:30px;  left:40px;  font-size: 9pt;  display:block;  height:100px;  width:200px;  background-color:transparent;  *border:1px solid

再分享70+免费的jquery 图片滑块效果插件和教程_jquery

jQuery Slider插件一般是由滑块与滑动按钮组成,也有一些带暂停和继续按钮的.一般使用的Slider滑块插件,按照展示方式,可以分为两种:一种是为水平滑动:另一种是垂直滑动.当然具体的特效就有很多种了,不一一解释了.大部分的都是一些类似幻灯片的效果,也有带视差效果的.实现方式也大都是基于jQuery+html5+CSS3,大部分插件的兼容性都不错. 之前其实已经分享过28款免费实用的 JQuery 图片和内容滑块插件,但是今天发现之前的草稿里面也存了一些不错的jQuery插件,而且数量还

CSS opacity-实现图片半透明效果

<img alt="powerbookg4.jpg" src="archives/images/powerbookg4.jpg" width="250" height="60" style="-moz-opacity:0.5; filter:alpha(opacity=50);cursor:hand;" onmouseover="this.style.MozOpacity=1; this.f

CSS 3实现DIV圆角效果完整代码

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS3实现DIV圆角 - CSS3教程

CSS+DIV制作页面圆角效果

样式表文件: .b1 {height:1px; font-size:1px; overflow:hidden; display:block; background:#000; margin:0 5px;} .b2 {height:1px; font-size:1px; overflow:hidden; display:block; background:#fff;  border-right:2px solid #000; border-left:2px solid #000; margin:0