I think this commentary is very much on-topic, unless you want to move all
discussion of CSS, Javascript, SQL, IIS, Apache, etc. to cf-community?

If it comes to that, the forum will lose a lot of value.

- Calvin

-----Original Message-----
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 11, 2005 10:43 AM
To: CF-Talk
Subject: RE: Anyone used these tools?

> From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
> Depends...
> Personally, I'm using an MSIE emulator for FF. (see 
> http://webfx.eae.net/dhtml/ieemu/ ) MSIE has very convenient 
> features missing in the standard.
> Thanks to __defineSetter__ and __defineGetter__ methods, one 
> can define new properties in Mozilla equvalent to the MSIE properties.
> Sticking to the standard is very nice, in theory, the problem 
> is when the standard is dumb, you restrict yourself to dumb 
> functionalities.
> 
> Just an example, the width, top, left etc. properties contain 
> strings (ie. "100px"), not really convenient for calculations 
> in a program.
> MSIE has added the pixelWidth, pixelTop, pixelLeft etc 
> properties, that contain integer values that you don't have to parse.
> For instance the following declaration in Mozilla creates a  
> pixelWidth property  in Mozilla.
> You don't even have to test for the browser in the code.
> CSSStyleDeclaration.prototype.__defineGetter__("pixelWidth", 
> function() { return parseInt(this.width) || 0; });

I thought this thread was being moved to cf-ot or cf-community? Must be
not..






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198397
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to