module Browser::IE

def ie7?

Detect if browser is Internet Explorer 7.
def ie7?
  ie? && version == "7"
end