Hi All..
I don't understand why opera 8 (not 6,7 and9) renders like IE5!
It also use broken box model.
check the fllowing code in Opera 8.0 and another browser:
Code HTML4Strict:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style> input.a { height:18px; border:1px solid #9c9c9c; background-color:#eff2e9; } </style> </head> <body> <form> <input type="text" class="a"> </form> </body> </html>







Bookmarks