Вот полностью мой код без всякий лишних классов и id
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>site :: </title>
<script src="/js/jquery-1.4.3.min.js"></script>
<script src="/js/jquery.form.js"></script>
</head>
<body>
<form enctype="multipart/form-data" method="POST" action="/ajax/profile/planeform_foto.php">
<div style="width: 160px; height: 20px; overflow: hidden; z-index: 10000000;">
<a href="#">Загрузить фото</a>
<input type="file"
style="font-size: 600px; width: 160px; opacity: 0; position: relative; top: -40px; left: 0px" />
</div>
</form>
</body>
</html>
Неужели никак не вернуть курсор
|