无意间在实现元素垂直居中的一种方式测试到,当一个元素高度没有指定的情况下,其 postion:relative;top:-50%;无效 后来查阅w3c看到这样一句话: <percentage> 百分比 The offset is a percentage of the containing block's width (for 'left' or 'right') or height (for 'top' and 'bottom'). For 'top' and 'bottom', if th
在页面加载完毕后,向div元素追加span子元素 <html><head><title>js</title><script type="text/javascript"> window.onload=function(){ var div=document.getElementById("divid"); var span=document.createElement(&q