Closed Thread Icon

Topic awaiting preservation: Expressions in stylesheets? Pages that link to <a href="https://ozoneasylum.com/backlink?for=8885" title="Pages that link to Topic awaiting preservation: Expressions in stylesheets?" rel="nofollow" >Topic awaiting preservation: Expressions in stylesheets?\

 
Author Thread
Dick Ulrich
Bipolar (III) Inmate

From: Dublin, TX, USA
Insane since: Sep 2003

posted posted 10-02-2003 05:29

#chatarea {
float : left ;
clear : left ;
width : 220px ;
width : expression( navigator.userAgent.match(/MSIE 5/) ? "232px" : "220px" ) ;
height : 132px ;
height : expression( navigator.userAgent.match(/MSIE 5/) ? "144px" : "132px" ) ;
padding : 5px ;
border : 1px solid #000 ;
overflow : auto ;
background : #fff ;
filter : alpha( opacity=80 ) ;
-moz-opacity : 80% ;
}

Could someone explain where documentation describes the ability to have expressions as values for style thingies ?????

Thanks,
Dick <----- trying to learn


mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 10-02-2003 08:15

CSS expressions are supported *only* by Internet Explorer 5 or later...

More info: http://webfx.eae.net/dhtml/cssexpr/cssexpr.html


« BackwardsOnwards »

Show Forum Drop Down Menu