CSS Conditional Statements

demome

New Member
I know this is possible for css conditional formatting:\[code\]<!--[if !IE]> link/css style goes here<![endif]-->\[/code\]But is is possible to have an OR statement in there? Such as:\[code\]<!--[if !IE or !Opera]> link/css style goes here<![endif]-->\[/code\]Thanks in advance!
 
Back
Top