茕雪吧 关注:66贴子:6,088

回复:Html/CSS

取消只看楼主收藏回复

41楼2013-11-13 15:57
回复
    http://www.responsinator.com/
    输网址,显示不同移动设备的效果


    42楼2013-11-17 21:59
    回复
      2025-06-15 20:47:26
      广告
      css标准阅读指南
      http://www.w3.org/Style/CSS/read
      中译。By Jingtao Liu
      部分词汇参照了 Kenny 翻译的 CSS 2.1 中文规范 [1],译文在我提交到 jsfiddle 上,可以在 result 页面查看 [2]。
      [1] http://www.w3.org/html/ig/zh/wiki/CSS2
      [2] http://jsfiddle.net/2Pk6W/embedded/result/


      45楼2013-11-27 13:09
      回复
        placeholder text
        http://www.designeripsum.com/
        placeholder face img
        http://www.flickr.com/photos/gregpc/


        46楼2013-12-17 22:33
        回复
          http://codepen.io/terrymun/full/mvHky
          Flexible, fluid photoset (advanced)
          cool!


          47楼2013-12-20 14:55
          回复
            <a href="javascript:if(window.print)window.print()">Print</a>


            49楼2013-12-23 01:14
            回复
              来自iPad50楼2014-01-12 00:30
              回复
                我一般是HTML和CSS并行写的,结构从外向内,每个模块一组命名,比如外层是layout-xxx, 内层就是xxx-title, xxx-list, 再向内就是xxx-item-edit, xxx-item-thumb。如果不同模块有相同样式就随时剥离出来。
                by 点头猪


                52楼2014-04-01 10:54
                回复
                  2025-06-15 20:41:26
                  广告
                  http://browsersync.io/


                  53楼2014-04-01 13:39
                  回复
                    来自Android客户端54楼2014-04-03 00:54
                    回复
                      滤镜使用了'auto expand'后,变换时图片元素尺寸会随着内容变化,所以要重新设置居中:
                      img.style.top = ( this._clientHeight - img.offsetHeight ) / 2 + "px";
                      img.style.left = ( this._clientWidth - img.offsetWidth ) / 2 + "px";


                      55楼2014-04-04 16:14
                      回复
                        http://responsiveemailpatterns.com


                        来自Android客户端56楼2014-04-05 14:32
                        回复
                          htmlentities.net


                          来自Android客户端57楼2014-04-06 13:43
                          回复