Typhoon Start JavaScript Fairyland
Our web spider found the following code snippet at home_jlu_edu_cn and contains information about abs and JavaScript.
absolute; left:'+left+'px; top:'+top+'px;' : '#'+id+' {position:relative;'

if (arguments.length>=4 && width!=null) str += ' width:'+width+'px;'
if (arguments.length>=5 && height!=null) {
str += ' height:'+height+'px;'

if (arguments.length<9 || other.indexOf('clip')==-1) str += ' clip:rect(0px '
+width+'px '+height+'px 0px);'

if (arguments.length>=6 && color!=null) str += (is.ns)? ' layer-backg
round-color:'+color+';' : ' background-color:'+color+';'

if (arguments.length>=7 && vis!=null) str += ' visibility:'+vis+';'
if (arguments.length>=8 && z!=null) str += ' z-index:'+z+';'
if (arguments.length==9 && other!=null) str += ' '+other
str += '}\n'
return str
funct
Read the entire article....