Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <style type="text/css">
- .btn {
- position: relative;
- overflow: hidden;
- margin: 10px;
- color: #ffffff;
- background-color: #f0ad4e;
- border-color: #eea236;
- display: inline-block;
- margin-bottom: 0;
- font-weight: normal;
- text-align: center;
- vertical-align: middle;
- cursor: pointer;
- background-image: none;
- border: 1px solid transparent;
- white-space: nowrap;
- padding: 6px 12px;
- font-size: 14px;
- line-height: 1.42857143;
- border-radius: 4px;
- }
- .btn:hover {
- background-color: #ffc263;
- }
- .btn input.upload {
- position: absolute;
- top: 0;
- right: 0;
- margin: 0;
- padding: 0;
- font-size: 20px;
- cursor: pointer;
- opacity: 0;
- filter: alpha(opacity=0);
- }
- </style>
- </head>
- <body>
- <form name="uploadformular" enctype="multipart/form-data" action="tpool-upload.php" method="post">
- <div class="btn">
- <span>Datei auswählen</span>
- <input type="file" class="upload" name="uploaddatei" maxlength="255" />
- </div>
- <div class="btn">
- <span>Hochladen</span>
- <input type="Submit" name="submit" class="upload" />
- </div>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment