Sent by Srinivasan Raman on 19 March 2002 21:09
I have the following simple html test case.
The output on IE 4.0 and Opera 6.01 is different.
The "Submit Button:" text and the Submit button are aligned ok,
but the "Sample Text" is different.
In Opera, the "Sample Text" is looks "pushed down". why?
Which is correct (opera or IE)?
<html>
<body>
<p>
Submit Button:
<input type=submit></input>
<span style="font-size:24pt; vertical-align: bottom">
Sample Text
</span>
</p>
</body>
</html>
Thanks,
--srini