Monday, February 6, 2012 7:30

Posts Tagged ‘Javascript’

Javascript error: Expected identifier, string or number

Tuesday, August 31, 2010 20:21

We came across this issue when testing our web application on IE6 and IE7.  It works well on Firefox and IE8. Expected identifier, string or number The root cause is the extra ','  in the variables definition. References: http://yuweiqiang.blog.163.com/blog/static/66570412010623074104/ http://hi.baidu.com/hengcheng/blog/item/2dc020fa9d621f839f5146e5.html

This was posted under category: Web x.0  |  Read Full Story  |  0 Comments
The PNG problem in Windows Internet Explorer

The PNG problem in Windows Internet Explorer

Wednesday, November 26, 2008 14:57

[caption id="attachment_168" align="alignnone" width="300" caption="png-fix-for-ie"][/caption] This article is about a JavaScript-based PNG fix for Internet Explorer 5.5 and 6 on Windows. The fix allows IE to properly render PNG alpha transparency. Why only versions 5.5 & 6? Because ...

This was posted under category: UI Design  |  Read Full Story  |  0 Comments
Present your pictures by wipe filter of IE

Present your pictures by wipe filter of IE

Wednesday, November 26, 2008 13:43

With Microsoft Internet Explorer 4.0 and above, you can apply various multimedia-style visual effects to your Web page. You can implement these effects in Web pages using Cascading Style Sheets (CSS) properties. By combining filters and transitions with basic scripting, ...

This was posted under category: UI Design  |  Read Full Story  |  0 Comments