<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
form input[type=submit]{
background-color:#FE9900;
font-weight:bold;
font-family:Arial,Helvetica,sans-serif;
border:1px solid #000066;
}
</style>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<FORM action=""><INPUT type=text name=s> <INPUT type=submit value=Search>
</FORM>
</body>
</html>
the above code is not working in IE6 i cant put class or id in it. is there any css hacks for that ? This code is in word press i cant modify code i can only modify css