终于通过了W3C CSS (2.1) 和XHTML (1.0) 校验,不容易啊。

为了告诉大家我曾致力于建立交互性的网页,我将W3C 的两个图标加入到这个页面 :lol:


Valid CSS!

Valid XHTML 1.0 Transitional

Better Web, Better Life.

互联网, 让生活更美好!

I heart Validator

PS:去掉的是Wordpress Drop Down Archives 和不存在于 CSS 2.1 的属性元素,记录一下:

  1. <?php if (!is_single()) : ?>
  2. <li class="sidebox">
  3. <h3><?php _e('文章归档','ml'); ?></h3>
  4. <ul>
  5. <select name=\"archive-dropdown\" onChange='document.location.href=this.options[this.selectedIndex].value;'>
  6. <option value=\"\"><?php echo attribute_escape(__('Select Month')); ?></option>
  7. <?php wp_get_archives('type=monthly&format=option&show_post_count=1'); ?></select>
  8. </ul>
  9. </li>
  10. <?php endif; ?>
  1. -moz-border-radius: 3px;
  2. -khtml-border-radius: 3px;
  3. -webkit-border-radius: 3px;
  4. border-radius: 3px;

Comments are closed.