
2007年9月24日
摘要: This is a little trick picked up from book "Prctical Javascript DOM Scripting and Ajax Projects".
阅读全文
posted @
2007-09-24 16:34 PureEviL 阅读(24) |
评论 (0) |
编辑

2007年4月27日
Stuff about IE7: new feature, incompatibility, Bug etc. (Updating...)
1. IE7 newly supports the 'title' attribute of select and option
<select title="I'm a select">
<option title="I'm option 1">option 1</option1>
<option title="I'm option 2">option 2</option1>
<option title="I'm option 3">option 3</option1>
</select>
Demo: Please review in IE 7
2.Div can now mark onto a select control. IE6- doesn't.
3.Newly support position:fixed.
4.Star html selector hack(bug) is fixed in IE7.
star html hack (Tan hack):
posted @
2007-04-27 14:56 PureEviL 阅读(36) |
评论 (0) |
编辑