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?
i am a newbie C# Programmer. I have a problem in xhtml. I want
Share
conditional comments are easiest, you can also do it server side…