Archive

Posts Tagged ‘css’

修改代码,节约资源

January 1st, 2010 lonelicloud No comments

修改了样式文件的代码,将几个比较大的图片给替换成了纯色背景以减小带宽消耗,节约互联网资源。同时还将CSS文件中的空白行删除,不过好像CSS文件只减小了4KB,从26KB减小到22KB。能缩小总归是好的。如果以后我有机会自己写代码,一定要想办法将文件减小到最小。

Categories: 筑巢日记 Tags: , ,

Top 12 CSS Frameworks and How to Understand Them

August 25th, 2009 lonelicloud No comments

Most designers would have heard of the term ‘CSS Frameworks’, for those who don’t know or aren’t sure, here is a brief description from: Wikipedia:

A CSS framework is a library that is meant to allow for easier, more standards-compliant styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks package a number of ready-made options for designing and outlaying a web page.

Read more…

Categories: Web Design Tags: ,

Top 10 CSS Table Designs

August 25th, 2009 lonelicloud No comments

By R. Christie

Tables have got to be one of the most difficult objects to style in the Web, thanks to the cryptic markup, the amount of detail we have to take care of, and lack of browser compatibility. A lot of time could be wasted on a single table although it’s just a simple one. This is where this article comes in handy. It will show you ten most easily implemented CSS table designs so you can style your tables in a zap!

Read more…

Categories: WordPress, 互联网 Tags: ,

修改style.css文件导致一个小问题

August 25th, 2009 lonelicloud No comments

今天修改menu中列表的字号由11到12;增加post .content中的字号为14px,并修改行间距由145%到160%。出现的问题是在IE8中页面头部空间标题上边缘被覆盖,不过firefox中没有问题。
明天继续调整……

Categories: 筑巢日记 Tags: , ,