The title tag works fine in Firefox, but the alt tag or title tag doesn't work in ie.
This is my iframe in file1.html
<iframe src="file1.php" frameborder="0" scrolling="no" width="560" height="390" marginheight="0px" marginwidth="0px"></iframe>
and this is the form inside file1.php
<form action="file2.php" method="get">
input type="submit" name="button" id="button" value="Results" alt="bla bla bla" Title="See bla bla bla" />
</form>

Thank you for your help!