[css]多个类似元素改变样式的简单方法

程序代码 程序代码
http://bbs.blueidea.com/thread-2703953-1-1.html
HTML代码


[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
]]>

[今天FF下碰到的问题]z-index, overflow,positiion

HTML代码


[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]

这段代码在FF下运行,图片会在黑色背景下面
解决方法:#case li:hover{overflow:visible;} 另外有2篇关于这个方面的文章:
http://bbs.blueidea.com/thread-2778532-1-1.html
http://bbs.blueidea.com/thread-2777105-1-3.html
]]>

0个评论  标签: ,   

[转]js滚动条 & 滚动条样式直观修改

2007年08月04日  

程序代码 程序代码
]]>

0个评论  标签:   

[网站换肤]关于网站换肤的改进

2007年08月04日  

程序代码 程序代码
这次给大家看一段代码,具体作用大家从里面发现,效果见 http://www.wantree.cn
这段代码是通不过css验证的,因为找不到样式表~~~不过为了效果也无所谓啊,呵呵,因为样式表是通过的哈哈
HTML代码


[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]

服务器端的换肤
程序代码 程序代码
http://www.sharkui.com/articles/article.php?id=27
]]>

0个评论  标签: , ,   

在Form域中Post大于100K的数据

2007年07月31日  

Use a File Upload scheme, such as Microsoft Posting Acceptor.
Break the HTML form variables into multiple form variables before you submit the form. The 102,399 byte limit is for each form variable, so you can have multiple form variables of 102,399 characters or less. The following sample code illustrates this: WARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this code “as is” without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

程序代码 程序代码
onsubmit=”BreakItUp()”>



无觅相关文章插件,快速提升流量

« 上一页下一页 »