网站首页
关于深山
客户案例
业务范围
联系深山
网络投票系统
企业网站建设
旅行社网站建设
小程序
留言板
技术文章
许愿墙(qq爱墙)
技术首页
百度小程序开发
微信小程序开发
微信公众号开发
uni-app
asp函数库
ASP
asp.net
DIV+CSS
HTML
SEO搜索引擎忧化
下载类信息
个人空间
代码生成
电商
python
页面特效
表格特效
导航菜单
图形特效
表单特效
时间日期
色彩类别
链接特效
网页特效
系统硬件
网站公告
网页学习
技术类文章
网站类信息
订阅本栏目 RSS
您所在的位置:
深山工作室
>
DIV+CSS
> 正文
网易评论的盖楼样式
深山行者个人网站 2009/5/27 15:04:50 深山行者 字体:
大
中
小
浏览 15371
看许多的评论方式,觉得网易的盖楼评论方式非常的酷,于是就是仿了一个,将会用在我的简易BBS里面,以下是一些内容
以下为详细代码
<!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="Content-Type" content="text/html; charset=gb2312" /> <title>网易评论的盖楼样式</title> <style type="text/css"> <!-- body,td,th { font-size: 12px; background:#f0f0f0; } .pluns {width:800px;margin:0 auto;background:#fff;border:solid 1px #e6e6e6;} .plunst {color:#1e50a2;line-height:32px;margin:1px;padding:0 8px 0 8px;} .plunst span {float:right;color:#666666;} .plunsb {padding:5px 8px 8px 8px;line-height:18px;margin:1px;} .plung {margin:5px;background:#ffffee;border:solid 1px #999999;} .plungt {color:#1e50a2;line-height:32px;margin:1px;padding:0 8px 0 8px;} .plungt span {float:right;color:#666666;} .plungb {padding:5px 8px 8px 8px;line-height:18px;margin:1px;} --> </style></head> <body> <div class="pluns"> <div class="plunst"> <span>2009-05-27 08:51:48 发</span> 网易山东东营网友 ip:123.129.*.*: </div> <!--盖楼开始 start--> <div class="plung"> <!--一楼一楼一楼一楼一楼 start--> <div class="plung"> <!--22222222222 start--> <div class="plung"> <!--第三三三三三层楼 start--> <div class="plung"> <!--第44444444层楼 start--> <div class="plung"> <!--第五层楼 start--> <div class="plung"> <!--plungt staart--> <div class="plungt"> <span>2009-05-27 08:51:48 发</span> 网易山东东营网友 ip:123.129.*.*: </div> <!--plungt end--> <!--plungb start--> <p class="plungb"> 一楼的孙子就是我和他奶奶日的,不孝子孙啊 </p> <!--plungb end--> </div> <!--第五层楼 end--> <!--plungt staart--> <div class="plungt"> <span>2009-05-27 08:51:48 发</span> 网易山东东营网友 ip:123.129.*.*: </div> <!--plungt end--> <!--plungb start--> <p class="plungb"> 一楼的孙子就是我和他奶奶日的,不孝子孙啊 </p> <!--plungb end--> </div> <!--第44444444444层楼 end--> <!--plungt staart--> <div class="plungt"> <span>2009-05-27 08:51:48 发</span> 网易山东东营网友 ip:123.129.*.*: </div> <!--plungt end--> <!--plungb start--> <p class="plungb"> 一楼的孙子就是我和他奶奶日的,不孝子孙啊 </p> <!--plungb end--> </div> <!--第三三三三三层楼 end--> <!--plungt staart--> <div class="plungt"> <span>2009-05-27 08:51:48 发</span> 网易山东东营网友 ip:123.129.*.*: </div> <!--plungt end--> <!--plungb start--> <p class="plungb"> 一楼的孙子就是我和他奶奶日的,不孝子孙啊 </p> <!--plungb end--> </div> <!--22222222222222 end--> <!--plungt staart--> <div class="plungt"> <span>2009-05-27 08:51:48 发</span> 网易山东东营网友 ip:123.129.*.*: </div> <!--plungt end--> <!--plungb start--> <p class="plungb"> 一楼的孙子就是我和他奶奶日的,不孝子孙啊 </p> <!--plungb end--> </div> <!--一楼一楼一楼一楼一楼 end--> <!--plungt staart--> <div class="plungt"> <span>2009-05-27 08:51:48 发</span> 网易山东东营网友 ip:123.129.*.*: </div> <!--plungt end--> <!--plungb start--> <p class="plungb"> 一楼的孙子就是我和他奶奶日的,不孝子孙啊 </p> <!--plungb end--> </div> <!--盖楼结束 end--> <p class="plunsb"> 一楼的孙子就是我和他奶奶日的,不孝子孙啊<br /> 一楼的孙子就是<br /> 一楼的啊<br /> </p> </div> 弄这么多的盖楼,说白了,其实就是多次调用 </body> </html>
前一页:
expression为什么性能差?[转帖]
后一页:
简单的圆角实现方案
相关阅读
实现windows关机效果代码
在网页标题栏上或收藏夹前面显示网站ico小图标的方法
吉林省天马旅行社
深山行者留言系统V2.2 (简称留言板V2.2)
asp中最难发现的错误由最简单的程序引起
服务器iis配置.mp4视频格式播放(网页播放.mp4有声音但没有图像画面)
怎样增加网站外链接和注意事项
asp随机显示图象
更多信息>>
栏目类别选择
百度小程序开发
微信小程序开发
微信公众号开发
uni-app
asp函数库
ASP
DIV+CSS
HTML
python
更多>>
同类信息
jquery设置或获取修改classname
利用css3.0写出一个音乐播放的唱片碟盘的效果
利用css中的scale()实现放大缩小效果
利用background-color:#000000a8在背景颜色16进制代码之后加字母加上数字让背景色透明
css背景使用base64编码或者将base64编码放在img图片标签中
利用css3中的-webkit-font-smoothing把网页文字的毛边去掉
更多>>
最新添加文章
dw里面查找替换使用正则删除sqlserver里面的CONSTRAINT
Android移动端自动化测试:使用UIAutomatorViewer与Selenium定位元素
抖音直播音挂载小雪花 懂车帝小程序
javascript获取浏览器指纹可以用来做投票
火狐Mozilla Firefox出现:无法载入您的Firefox配置文件 它可能已经丢失 或是无法访问 问题解决集合处理办法
在Android、iOS、Windows、MacOS中微信小程序的文件存放路径
python通过代码修改pip下载源让下载库飞起
python里面requests.post返回的res.text还有其它的吗
更多>>
随机抽取信息
关于css
两个ASP中防止SQL注入式攻击
CSS+ul 实现的柱状图
利用fso判断文件是否存在
深山网吧留言板系统(激情穿越火线)v4.3
使用uni-app开始小程序使用腾讯视频插件vid播放视频
更多标签
热门标签
添加
form
幻灯
例子
展示
图片
展开
下划线
柱状
网易
随机
标签
返回
submit
数据
酷
xhtml
radio
加密
特效
市
繁体
天气预报
无限
产品
绝对
word-break
成功
查询
爱墙
过滤
tags
链接
脚本
工作室
排序
心情
客户端
工具
关闭
tab
DropShadow
VBScript
CSS规范
珍惜
放大
菜单
对象
选择框
技巧
免责声明:本站所有资料信息,有部分为本人原创,部分为从网络收集而来,仅供网友查看阅读所用,所有信息版权归信息所有人或所有公司所有
如果信息内容侵犯到您的版权或权益请与我们联系,经确认后我们会立即移除相关内容或链接
Copyright © 2007-2026
深山工作室
All Rights Reserved
服务QQ:
565449214
手机:
13961347334
ICP备案:
苏ICP备15019627号
苏公网安备 32070502010230号