How to use "if clause" in xhtml?
- by Mehmet Kaleli
Hi , i am a newbie C# Programmer. I have a problem in xhtml. I want to check that if browser is IE6 or not. For example if ie6 then div id="div1" style="display:block;" else div id="div1" style="display:none;"
How can i control my browser and use if clause in xhtml?