Question
What are some ways you might target IE (or IE6) only, without affecting other browsers?

Answers





Search
Can you Answer!!
  • Q Where pneumatic system is used?
  • Q Which pollutant is main product of automobile exhaust?
  • Q What is the linkage section used for?
  • Q What is "no marker update"?
  • Q How applets communicate with each other
  • Q what is kill curve ?
  • Q How many instances of JobTracker can run on a Hadoop Cluser?
  • Q What is the amount of energy out of the total energy produced that is taken away by the boiler feed pump?
  • Q How to run a test case from a testplan file?
  • Q Which alloy is used for making aircrafts?
  • Q How can you change the current working directory using an instance of the File class called FileName? a. FileName.chdir("DirName"). b. FileName.cd("DirName"). c. FileName.cwd("DirName"). d. The File class does not support directly changing the current directory.