[WSG] css expresions? todo : not todo

2005-04-05 Thread Alan Trick
What do you guys think of useing css expressions to mimic 
standards-compliant behavior. (hidden, of course, from the good browsers)
One useful example I found would be something like this:  
http://blogs.clearscreen.com/migs/archive/2004/12/23/676.aspx
Would using them allot cause the browser to slow down?
-Alan Trick
**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] css expresions? todo : not todo

2005-04-05 Thread David Laakso
On Tue, 05 Apr 2005 12:23:31 -0400, Alan Trick [EMAIL PROTECTED]  
wrote:
What do you guys think of useing css expressions to mimic  
standards-compliant behavior. (hidden, of course, from the good browsers)
If you mean *ie expressions,* they work out well for me.
One useful example I found would be something like this:   
http://blogs.clearscreen.com/migs/archive/2004/12/23/676.aspx
(could not locate remote server)
Would using them allot cause the browser to slow down?
I don't know about you, but even if that is true, I'd probably consider it  
the least of my problems.
-Alan Trick
Best,
David
--
de gustibus non est disputandum
http://www.dlaakso.com/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] css expresions? todo : not todo

2005-04-05 Thread Alan Trick




David Laakso wrote:

  One useful example I found would be something
like this:
http://blogs.clearscreen.com/migs/archive/2004/12/23/676.aspx

  
(could not locate remote server)
  

Funny, it works well for me? Anyways, it's just a nice article on wo
to make use of css selectors in IE.

for example: input{color:_expression_(this.type=="button"?'red':'black');}
for input[type="button"]{color:
red;}.

Alan Trick