CSS样式测试
'################################################
'## 功 能:获取文件名 ##
'## 输入参数:文件路径 ##
'## 输出参数:文件名 ##
'## 创建日期:2010-01-19 ##
'## 修改日期:2010-01-19 ##
'################################################
Function fun_GetBaseName()
Dim FSO
Set FSO=CreateObject("Scripting.FileSystemObject")
fun_GetBaseName=FSO.GetBaseName(fun_GetFileFullPath())
Set FSO=Nothing
End Function
如果加个回车会咋样
试试就知道 chr(10)
冒似不错的说
还好还好编辑的时候没有出现空行,只是在浏览的时候有
相关文档:
.ie
{
border:1px solid #000000;
width:100px;
height:300px;
font-size:12px;
}
.ie div
{ text-over:
overflow:hidden;
text-overflow:ellipsis ......
让treeview不显示td网格线 gridview显示网格线
HTML
<style type="text/css">
TD
{
font-size: 9pt;
  ......
CSS设置
<style type="text/css">
.box {
border:#eee solid 1px;
width:300px;
height:120px;
line-height:120px;
display:table-cell;
vertical-align:middle;
text-align:center;
}
</style>
1.文本
<div class="box">Sample text</div>
Sample text
2.图片(IE下在图片后面加一 ......
1.一个很好的Appfuse学习论坛:http://n4.nabble.com/AppFuse-f547863.html
2.Appfuse CSS的开发https://appfuse-css.dev.java.net/
3.CSS样式的查看,CSS Framework Themes: http://css.appfuse.org/themes/
4.CSS 样式的下载http://issues.appfuse.org/browse/CSS-13
个人感觉比较好的两个CSS style
http://css.appfu ......
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
.main{position:relative;width:100%}
.left{position:absolute;width:200px;border:solid 1px red; height: ......