Jump to content

Problem in Safari


webspider25

Recommended Posts

Hi,Below is my code.....The problem I am facing is in safari .....coz in safari the text-feild is not displaying but in IE its working fine.Pls helpbye<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Untitled Document</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link rel="stylesheet" href="index.css" type="text/css"><!--[if !IE]><link rel="stylesheet" href="index_f.css" type="text/css"><![endif]--></head><body><div id="main"> <div id="sub"> <form action="" method="post" enctype="multipart/form-data" name="form1"> <input name="file" type="file" size="30" > <input name="Submit" class="button" type="Submit" value="Submit"> </form> </div></div></body></html>/* CSS Document */#main{position:absolute;width:800px;height:400px;background-color:black;border:5px solid olive;margin-left:100px;top:70px;}body{background-color:#fff;}#sub{position:absolute;border:2px solid #fff;width:400px;top:80px;left:180px;padding:3em;}.button{margin-left:90px;}

Link to comment
Share on other sites

Are you talking about your text input where a user can browse and choose a file? If you are, then I think Safari doesn't display one. I know I don't get one when I use it on my web pages and view on it on Safari.

Link to comment
Share on other sites

Yup i am talking about that....So u mean that text field will not be display in safari ???? :) there shuld be some way through which it is possible???

Are you talking about your text input where a user can browse and choose a file? If you are, then I think Safari doesn't display one. I know I don't get one when I use it on my web pages and view on it on Safari.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...