分类: CSS |
预览模式: 普通 | 列表

隐藏横向拉条


html{overflow-x:hidden}
分类:CSS | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 509

li 图标使用.

.jsleft li{
background:url(/img/icon.gif) no-repeat 0px 5px;
padding-left: 20px; list-style: none; list-style-position: outside;
}
分类:CSS | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 750

英文单词自动换行

word-break:keep-all;
分类:CSS | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 600

横向滚动条隐藏的方法

默认情况下加以下代码就实现:

body { overflow-x : hidden ; }

查看更多...

分类:CSS | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 614

如何隐藏滚动条?

<body style="overflow:hidden">
隐藏纵向:
<body style="overflow-y:hidden">
隐藏横向:
<body style="overflow-x:hidden">

查看更多...

分类:CSS | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 683

CSS垂直菜单





HTML代码


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

查看更多...

分类:CSS | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 836

右边好玩的菜单

分类:CSS | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 607

横向下拉菜单

可运行代码:<!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" lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

查看更多...

分类:CSS | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 608

20多个基于CSS设计的免费站点模版下载资源


  1. TemplatesBox 提供不受任何限制的站点模版,很适合创作出高质量的网站设计。其实,站点模版就是让你用最少的时间做出最好的个人站点布局。
    logo-templatesBox.jpg

  2. Free CSS Templates 按照 .ZIP 文件的方式提供模版,目前已经有 237 款基于 CSS 的站点模版。
    freetemplates-thumb.jpg

  3. Template Monster 提供免费的 Web、Flash 以及站点模版设计,免费 Flash 动画模版,免费动态 Flash 动画模版,PHP-Nuke 模版,SWiSH动态模版,Logo 模版,动态 Flash 相册等。
    templatemonster-thumb.jpg

  4. Art for the web 这是一个你可以发现免费web设计资源的地方。提供下载,还有 WordPress皮肤以及背景图片等资源。
    art-for-the-web-thumb.jpg

  5. Free Layouts 提供免费的站点模版给 Web 设计者,让设计者更富有灵感!
    free-layouts-thumb.jpg

  6. Free Templates Online 提供了一批可以容易定制和修改使用的模版。
    free-templates-online-thumb.jpg

  7. Interspire 提供了许多站点模版,站点层次设计以及 Logo 模版,免费下载。
    interspire-thumb.jpg

  8. ThemesBase 为 e107、Joomla、Mambo、Php0Fusion、phpBB、PHPNuke、vBulletin、WordPress、XOOPS提供高质量的模版。
    themebase-thumb.jpg
  9. TemplateNavigator 是最大的免费和个人站点模版、免费Flash模版目录之一。
  10. DotcomWebDesign 提供免费的站点布局结构,页面布局设计,站点模版等。可以免费下载,但不能去掉版权信息。
  11. Effex-Media 是由Web设计者提供的免费站点模版,模版都分类,比如商业、购物、高科技、体育等。
  12. Entheos http://www.entheosweb.com/website_templates/free-dreamweaver-templates.asp
  13. Dezinehub http://www.dezinehub.com/
  14. Free-Flash-Templates http://www.free-flash-template.com/
  15. Free Photoshop Browser Templates http://www.webdesignerstoolkit.com/index.php
  16. http://www.freewebsitetemplates.com/
  17. Layouts 4Free 提供上千种 web 布局设计。
  18. http://www.opensourcetemplates.org/
  19. http://www.paintedpixels.com/graphics/index.php
  20. http://www.rickyswebtemplates.com/
  21. http://www.snakeyewebtemplates.com/free_dreamweaver_web_site_templates.asp
  22. http://www.templateperfection.com/?parent=1&sm=1
  23. http://www.templateworkz.com/website_templates.php


分类:CSS | 固定链接 | 评论: 0 | 引用: 1 | 查看次数: 442

CSS实现自动换行

大家都知道连续的英文或数字能是容器被撑大,不能根据容器的大小自动换行,下面是 CSS如何将他们换行的方法! 站长.站

对于div

Chinaz^com

查看更多...

分类:CSS | 固定链接 | 评论: 0 | 引用: 1 | 查看次数: 291