A JavaScript Fancier

伟大的javascript技术研究中...

  IT博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  304 随笔 :: 0 文章 :: 479 评论 :: 0 Trackbacks


在5key.net上看到这么一篇文章,感觉挺有意思,顺便转载这里。(最近做Ext的一些应用狂忙,一周没有写blog,过段时间赶快补上)

一个简单的结构:
<div class=”container”>
 
<div class=”left-top”>
  
<div class=”right-top”>
   
<div class=”left-bottom”>
     
<div class=”right-bottom”>
       content
     
</div>
   
</div>
  
</div>
</div>

老外用Unicode来给格式了一下:
<div class=”□”>
 
<div class=”┌”>
  
<div class=”┐”>
   
<div class=”└”>
    
<div class=”┘”>
     content
    
</div>
   
</div>
  
</div>
</div>

明白吗?看看注释:
.□ { /* container styles */ }
.┌ 
{ /* top-left styles */ }
.┐ 
{ /* top-right styles */ }
.└ 
{ /* bottom-left styles */ }
.┘ 
{ /* bottom-right styles */ }

<
posted on 2008-05-22 10:52 Yemoo'S JS Blog 阅读(473) 评论(1)  编辑 收藏 引用 所属分类: HTML/XHTML/CSS

评论

# re: 有趣的Unicode CSS类命名方式【转】 2008-05-29 10:51 w3c
寒 够形象  回复  更多评论
  

只有注册用户登录后才能发表评论。