人生是一场不能存盘的RPG,我只能尽量多搞几个Screenshot

May 16, 2006

给我的Categories加icon

Filed under: Blog使用

进入 Manage->file->修改css,

添加以下部分

#categories ul li
{
        margin-left: 6px;
 list-style-type: none;
 list-style-image: url(http://recordsome.blogsome.com/images/bullet.gif); 
}

后来觉得这样不是很好,正解应该是修改css中的Content & menu一节,

#menu ul ul {
 margin-left: 0;
 list-style: disc;
 list-style-position: inside;
 padding-left: 0.5em;
 text-indent: 0;
 
 color: black;
}

改为

#menu ul ul {
 margin-left: 0;
 list-style-position: inside;
 padding-left: 1em;
 text-indent: 0;
 list-style-type: none;
 list-style-image: url(http://recordsome.blogsome.com/images/bullet.gif); 

 color: black;
}

Cool!目标实现了,但是由于加了icon和padding,右边菜单区域的空间有点太窄了,于是又修改了

#menu {
 width: 16em;      

增加width的值.

 

1 Comment »

The URI to TrackBack this entry is: http://recordsome.blogsome.com/2006/05/16/p38/trackback/

  1. 太变态了,一下午就贴了38篇之多。
    呵呵~~

    Comment by wang xuepeng — May 16, 2006 @ 3:35 pm

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>



Anti-spam measure: please retype the above text into the box provided.






















Get free blog up and running in minutes with Blogsome
Theme designed by Hadley Wickham