Im writing html and css in an old web application that is using the following doctype
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
If i change it to html5 doctype, the menu wont work. My problem is that i cant use some css selectors, like
input[type="radio"]
for instance. But this obviously works with the html5 doctype. Any possible solutions for this? Thanks!