Take Up With Web Technology–坏坏的网志

  • CSS不可缺少的技巧

    香水坏坏 发表于2008-4-3 [CSS/UI]
    QUOTE:
    CSS is important. And it is being used more and more often. Cascading Style Sheets offer many advantages you don’t have in table-layouts - and first of all a strict separation between layout, or design of the page, and the information, presented on the page. Thus the design of pages can be easily changed, just replacing a css-file with another one. Isn’t it great? Well, actualy, it is.


    CSS是重要的,它正在越来越广泛的被运用。层叠样式表拥有很多表格布局所没有的优势,首先从布局或者页面的设计与出现在页面中的信息中作严格的分离,从而让页面的设计能够很容易被改变,仅用一个CSS文件更换另一个。难道它不够强大吗?恩,是的,其实它很强大。

    (More...)
    Hits: 149  Feedback: 0  Trackback  Permalink: http://www.aspstat.com/135
  • CSS打造网页Tabs

    香水坏坏 发表于2008-4-3 [CSS/UI]

    简约的绿色风格
    http://unraveled.com/projects/css_tabs/css_tabs.html

    简约的灰色风格http://www.simplebits.com/bits/css_tabs.html

    带有方圆等形状指示
    http://www.simplebits.com/bits/minitab_shapes.html

    带有二级子菜单
    http://www.kalsey.com/tools/csstabs/

    Hits: 126  Feedback: 0  Trackback  Permalink: http://www.aspstat.com/134
  • CSS兼容IE6,IE7,FF的技巧

    香水坏坏 发表于2007-8-15 [CSS/UI]

    一、CSS HACK
    以下两种方法几乎能解决现今所有HACK.

    1, !important

    随着IE7对!important的支持, !important 方法现在只针对IE6的HACK.(注意写法.记得该声明位置需要提前.)
    <style>
    #wrapper
    {
    width: 100px!important; /* IE7+FF */
    width: 80px; /* IE6 */
    }
    </style>


    (More...)

    Hits: 1930  Feedback: 1  标签:CSS兼容 FF Firefox IE6 IE7  Trackback  Permalink: http://www.aspstat.com/56
  • CSS实现透明

    香水坏坏 发表于2007-8-8 [CSS]

    CSS透明度的实现:

    IE6+下:通过滤镜 filter:alpha(opacity=40);

    FF1.5+,Opera9+下 opacity:0.4;

    取值:{0.0,1.0}|inherit

    1表示不透明

     Moz + FF 下:-moz-opacity:0.5;

    (More...)
    Hits: 1642  Feedback: 2  Trackback  Permalink: http://www.aspstat.com/46
FIRST1LAST

联系我[Contact Me]

google talk

分类[Category]

  • ASP.NET[39]rss
  • Database[2]rss
  • Javascript[23]rss
  • CSS/UI[4]rss
  • WEB20[6]rss
  • Others[7]rss
  • HH.Weblog》火星娱乐[7]rss
  • silverlight[16]rss
  • specification[9]rss
  • Server Tech[2]rss

存档[Storage]

  • 2008年4月[2]
  • 2008年3月[6]
  • 2008年2月[6]
  • 2008年1月[4]
  • 2007年12月[1]
  • 2007年11月[5]
  • 2007年10月[13]
  • 2007年9月[16]
  • 2007年8月[38]
  • 2007年7月[23]
  • 2007年5月[1]

热门日志

  • CSS兼容IE6,IE7,FF的技巧
  • CSS实现透明
  • CSS不可缺少的技巧
  • CSS打造网页Tabs

最近网志

  • CSS不可缺少的技巧
  • CSS打造网页Tabs
  • CSS兼容IE6,IE7,FF的技巧
  • CSS实现透明

最新评论

  • 快休息吧! 谢谢你了!
  • fasdfsdafasd
  • 恭喜恭喜!博主真厉害!
  • 认识考虑神色哦扼杀批
  • sdaf
  • 受教了,今天才开始看jquery帮你点了下广告^_^
  • 和张三兄一样,通过对象来创建UI元素可以运行机制,通过通过XAML创建UI元素怎么样都是空白。
  • 不管在XAML里,还是在程序里动态添加控件,都输出空白页.但在vs2008里到是可以看到控件的.不解

链接[Links]

  • [林子]Linzzi's blog
  • 飞行雨的BLOG
  • asp.net
  • jQuery插件大全
  • CSS Document
  • 免费电影

在线[Last 10 Online Users]

  • 38.103.63.17
  • 220.181.38.194
  • 69.60.136.58
  • 74.6.26.48
  • 61.135.219.13

订阅[Subscribe]

Subscribe

©2007 aspstat.com is licensed under a Creative Commons License.Powered By HH.Weblog 0.9 Alpha.京ICP备07053936号