How to get rid of the submit button black border in Opera?
Here's a sample form:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sample Form</title>
<style type="text/css">
* {outline:none;}
input#send {width:80px; height:20px; padding:0; border:1px solid green;}
</style>
</head>
<body>
<form action="">
Name <input type="text">
<input id="send" type="submit" value="Submit">
</form>
</body>
</html>Many thanks for any help!
Mike






Cartoon Clouds
Mountains
Sunrise
Clouds
Green Clouds
None















Help