★彩色边框代码一★
<div STYLE="border-style:solid;border-width:5pt; border-color:red">日志文字</div>
它会在你的文字外围生成一个红色边框。
border-style则控制边框的效果
border-width控制边框的粗细,
border-color调整边框的颜色,
这里你仍然可以使用如#xxxxxx的颜色数值,而当使用“solid”则为单一颜色的线形简单边框。
<DIV style="BORDER-RIGHT: #ff4500 4px solid; BORDER-TOP: #ff4500 4px solid; BORDER-LEFT: #ff4500 4px solid; BORDER-BOTTOM: #ff4500 4px solid; BACKGROUND-COLOR: #ffdead">实线</DIV>
★双线框代码★
<div STYLE="border-style:Double;border-width:8pt; border-color: #8B008B"> <div style="width:100%;height:100%;background-color:#E6E6FA;">文字</div></div>
效果如框内,是带背景色(熏衣草色)的简单双线框。
<div STYLE="border-style:Double;border-width:6pt; border-color: #ff4500"> <div style="width:100%;height:100%;background-color:#ffdab9;">文字</div></div>
显示的效果是背景色为桃色的简单双线框。边框的颜色是橙红色#ff4500,框内背景色为桃色#ffdab9。
<div STYLE="border-style:Double;border-width:6pt; border-color: #ff4500"> <div style="width:100%;height:100%;background-color:#FFdead;">文字</div></div>
显示的效果是背景色为NAVAJO白的简单双线框。边框的颜色是橙红色#ff4500,框内背景色为桃色#ffdead。
<div STYLE="border-style:Double;border-width:6pt; border-color: #ff4500"> <div style="width:100%;height:100%;background-color:#FFFFE0;">文字</div></div>
背景颜色为淡黄色#FFFFE0
<div STYLE="border-style:Double;border-width:6pt; border-color: #f08080"> <div style="width:100%;height:100%;background-color:#FFdead;">文字</div></div>
这种双线框的效果有若隐若现的感觉,框的颜色是淡珊瑚色#f08080,框内背景的颜色是NAVAJO白#FFdead。
<div STYLE="border-style:Double;border-width:6pt; border-color: #f08080"> <div style="width:100%;height:100%;background-color:#FFFFE0;">文字</div></div>
这种双线框的效果有若隐若现的感觉,框的颜色是淡珊瑚色#f08080,框内背景的颜色是淡黄色#FFFFE0。
★立体线框代码★
<div style= "border-top-style:Ridge;border-right-style:Ridge;border-left-style:Ridge; border-bottom-style:Ridge;border-width:7pt; background-color:#8B008B"><div style="width:100%;height:100%;background-color:#E6E6FA;">文字</div></div>
是带背景色(熏衣草色)的浮出立体线框,代码中的#E6E6FA是背景的颜色(熏衣草色)
<DIV style="BORDER-RIGHT: 5pt ridge; BORDER-TOP: 5pt ridge; BORDER-LEFT: 5pt ridge; BORDER-BOTTOM: 5pt ridge; BACKGROUND-COLOR: #a0522d"> <DIV style="WIDTH: 100%; HEIGHT: 100%; BACKGROUND-COLOR: #ffc0cb">文字</DIV></DIV>
背景为粉红色。
<DIV style="BORDER-RIGHT: 5pt ridge; BORDER-TOP: 5pt ridge; BORDER-LEFT: 5pt ridge; BORDER-BOTTOM: 5pt ridge; BACKGROUND-COLOR: #a0522d"> <DIV style="WIDTH: 100%; HEIGHT: 100%; BACKGROUND-COLOR: #ffdab9">文字</DIV></DIV>
背景为桃色。
立体效果的彩色边框是在border-style后面使用不同的语法描述:
Solid 简单线形边框 Double 简单双线边框 Groove 沟线立体效果边框 Ridge 脊线立体效果边框 Inset 嵌入线立体效果边框 Outset 浮出线立体效果边框。
通过定制边框的方法再将上一教程添加色彩的语法嵌套其中,你就可以创造出具有立体效果的彩色日志背景。如:
<div STYLE="border-style:outset;border-width:2pt; border-color: red"> <div style="width:100%;height:100%;background-color:#ffdead;">日志文字 </div></div>
使用上述语法将会为你呈现一个NAVAJO白底色红边框的浮出线效果背景。
<div STYLE="border-style:outset;border-width:3pt; border-color: red"> <div style="width:100%;height:100%;background-color:#ffdab9;">日志文字 </div></div>
显示的效果是背景色为桃色的立体线框。框内背景色为桃色#ffdab9。
对于背景边框的四个边你也可以按自己的需要进行调整,你可以使用下述语法:
Border-left-style:solid (double, groove, ridge, inset, outset)定制边框样式 Border-left-color: #xxxxxx定制边框颜色 Border-left-width: xpt 定制边框粗细
其他三个边框只要分别使用Right, Top, Bottom就可以了。将下面的语法放到你的日志中预览一下,看一看是什么效果:(有兴趣的可以回去试一下。)
<div style= "border-top-style:outset;border-right-style:outset;border-left-style:outset; border-bottom-style:outset;background-color:#cc3366">
你可以按照自己的想法随意调整四个边框的式样,以便创造与众不同的效果,记住一点,不同的属性描述之间用 ; 隔开。另外,你可能会注意到,当你设置完边框返回到日志文本编辑模式,在键入文字过程中如果使用回车键,就会又出现一个边框,从而影响文字的连贯性,这是因为HTML语法中不支持硬回车。要解决这个问题,必须返回到HTML编辑模式,在需要回车的地方键入<br>,需要几次回车就键入几个<br>,然后再返回到文本编辑模式,你就会发现边框背景内已经为你加入了回车后的效果。
★彩色边框代码二★
样式1
代码如下:
<tr><td style="border:2px dotted lightblue;">
<font size="2">在这里输入文字</td></tr></table>
样式2
代码如下:
<tr><td style="border:2px dotted deepskyblue;">
<font size="2">在这里输入文字</font></td></tr>
</table>
样式3
代码如下:
bgcolor="deepskyblue" cellpadding="5"><tr><td style="border:1px dashed white;"
bgcolor="white">
<font size="2">在这里输入文字</font>
</td></tr></table></td>
</tr>
</table>
在这里输入文字 |
<tr><td style="border:double 5px lightblue;">
<font size="2">在这里输入文字 </font>
</td></tr></table>
样式5
|
border-top: dodgerblue 3px double;
border-left: dodgerblue 3px double;border-bottom:
dodgerblue 3px double" cellSpacing="0"
cellPadding="0">
<tr><td>
<table style="border-right: lightblue 3px double;
border-top: lightblue 3px double;
border-left: lightblue 3px double;
border-bottom: lightblue 3px double" cellPadding="0">
<tr><td>
<table style="border-right: dimgray 1px solid;
border-top: dimgray 1px solid;
border-left: dimgray 1px solid; border-bottom:
dimgray 1px solid; background-color: white"
cellPadding="7">
<tr><td><font size="2">在这里输入文字
</font></td>
</tr></table></td></tr>
</table></td>
</tr></table>
样式6
在这里输入内容 |
border-top: lightblue 3px double;
border-left: lightblue 3px double;
border-bottom: lightblue 3px double" height="100"
cellPadding="2" width="150">
<tr><td style="border-right: plum 3px double;
border-top: plum 3px double; border-left:
plum 3px double; border-bottom: plum 3px double;
background-color: aliceblue">
<p align="center">在这里输入内容</td></tr></table>
在这里输入内容 |
border-top: plum 1px solid; border-left:
plum 1px solid; border-bottom:plum 1px solid"
height="100" cellPadding="5"
width="100" bgcolor="#eee0e5"><tr>
<td style="border-right: orchid 4px dotted;
border-top: orchid 4px dotted;
border-left: orchid 4px dotted;border-bottom:
orchid 4px dotted" bgcolor="white">
<font size="2">在这里输入内容</font>
</td></tr></table>
样式8
|
lightblue 1px dashed; border-top:
lightblue 1px dashed;
border-left: lightblue 1px dashed;
border-bottom: lightblue 1px dashed"
cellSpacing="5" cellPadding="3"
bgcolor="lightblue">
<tr><td style="border-right: lightcyan
1px dashed; border-top: lightcyan 1px
dashed;
border-left: lightcyan 1px dashed;
border-bottom: lightcyan 1px dashed"
bgcolor="lightcyan">
<table><tr>
<td style="PADDING-RIGHT: 6px;
padding-left: 6px; PADDING-BOTTOM: 6px;
padding-top: 6px" bgcolor="white">
<font size="2">在这里输入文字
</font></td></tr>
</table>
</td>
</tr></table>
样式9
在此输入内容 |
lightblue
1px dashed; border-top: lightblue
1px dashed;
border-left: lightblue 1px dashed;
border-bottom: lightblue 1px dashed"
cellSpacing="3" cellPadding="4"
bgcolor="lightblue"><tr>
<td style="border-right: white
1px dashed; border-top: white 1px dashed;
border-left: white 1px dashed;
border-bottom: white 1px dashed">
<font size="2">在此输入内容
</font></td>
</tr></table>
此帖子已经被lemonzss于2010年01月19日 13:30:59编辑过。
此帖已经被版主♣️豆妞妈咪奖励积分20分。