0

You can have a look of the code here, https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_dropdown_navbar

I searched for the solution, it says display property doesn't work for IE 5. Can someone suggest some solution?

Hydrothermal
  • 4,851
  • 7
  • 26
  • 45
Vidit
  • 1
  • 2
  • Bcos CSS 3 is not supported in IE5. You can swap the dropdown with ` – Selvam Elumalai Jan 04 '19 at 06:40
  • More specifically, `:hover` does not exist in IE5. If you want hover functionality, you need to use a JavaScript-based dropdown which you should be able to Google for. – Hydrothermal Jan 04 '19 at 06:41
  • 2
    Just out of curiosity, why do you need support for IE 5? – Pingolin Jan 04 '19 at 07:46

0 Answers0