终于通过了W3C CSS (2.1) 和XHTML (1.0) 校验,不容易啊。
为了告诉大家我曾致力于建立交互性的网页,我将W3C 的两个图标加入到这个页面
Better Web, Better Life.
互联网, 让生活更美好!
PS:去掉的是Wordpress Drop Down Archives 和不存在于 CSS 2.1 的属性元素,记录一下:
- <?php if (!is_single()) : ?>
- <li class="sidebox">
- <h3><?php _e('文章归档','ml'); ?></h3>
- <ul>
- <select name=\"archive-dropdown\" onChange='document.location.href=this.options[this.selectedIndex].value;'>
- <option value=\"\"><?php echo attribute_escape(__('Select Month')); ?></option>
- <?php wp_get_archives('type=monthly&format=option&show_post_count=1'); ?></select>
- </ul>
- </li>
- <?php endif; ?>
- -moz-border-radius: 3px;
- -khtml-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;