僅限於單行文字,IE 似乎不行
<div style='height:400px; width:400px; border:1px solid #ccc'>
<div style='width:0px; height:100%; display:inline-block; vertical-align:middle'></div>
545454555555
- Dec 16 Thu 2010 09:35
DIV 的水平垂直皆置中
- Sep 24 Fri 2010 03:52
[php] 程式風格標準
- Sep 01 Wed 2010 08:02
CSS 的規則繼承和權重
- Aug 23 Mon 2010 07:00
moodle 參數消毒函式
<?php
/// PARAMETER HANDLING ////////////////////////////////////////////////////
/**
* Returns a particular value for the named variable, taken from
- Aug 16 Mon 2010 03:37
php xml_parse bug
- Jul 31 Sat 2010 04:32
jquery 中文文件
- Jul 29 Thu 2010 10:58
jquery 表格
- Jun 29 Tue 2010 02:08
IE only CSS
#myelement
{
color: #999; /* shows in all browsers */
*color: #999; /* notice the * before the property - shows in IE7 and below */
_color: #999; /* notice the _ before the property - shows in IE6 and below */
- May 28 Fri 2010 03:50
P 裡面不能有 DIV
原文:http://www.cnblogs.com/orc/archive/2008/06/18/1224322.html
p 不能包容div、h1除了<br />等 block 元素
也不能使用 innerHTML 插入 <p></p>之間
會產生 "未知的執行階段錯誤"