elyfrank Posted September 7, 2010 Share Posted September 7, 2010 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.