<head>
<title>Untitled</title>
<style>
.buttoncolor { color:#FFFFFF; background: #557799; FONT-FAMILY: Arial,
sans-serif; FONT-SIZE: 8pt; font-weight: bold;}
</style>
</head>
<body>
<form name="MyForm" method="post" action="" enctype="multipart/form-data">
It also needs to have a file selection control:
<input name="MyFile" type="file" class="buttoncolor" size="20">
</body>
</html>
>Hi,
>
>I am in the process of creating a page for my endusers to upload files and
>the first thing that they complained about is that the button is not the same
>style as the rest of the buttons in the applications. All of the buttons are
>usually a form of blue (We use IE6.0 only - internal), but the BROWSE button
>will only show up
>
>This is the color I would like the button to show:
>
>.buttoncolor { color:#FFFFFF; background: #557799; FONT-FAMILY: Arial,
>sans-serif; FONT-SIZE: 8pt; font-weight: bold;}
>
>But I have tried to include the inline stylesheet but nothing works in the
>code snippet below but all I get is the grey button.
>
>Any ideas??????
>
>
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>
><html>
><head>
> <title>Untitled</title>
></head>
>
><body>
>
><form name="MyForm" method="post" action=""> >enctype="multipart/form-data">
>
>It also needs to have a file selection control:
><input type="file" name="MyFile" size="20">
>
></body>
></html>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

