..formfield
{
        color: #000000;
        background: #ffffff;
        border: 1px solid #3399CC;
        margin: 0px 0px 0px 0px ;
        font-size: 12px;
        font-family: Arial, Helvetica, "sans serif";
        //float: left;
        //float: right;
        height: 21px;
        //width: auto;
        width: 200px;
        display: block;
        //margin-bottom: 10px;
}

label {
        text-align: right;
        width: 150px;
        padding-right: 10px;
        color : #333333;
        display: block;
        //float: right;
        //margin-bottom: 10px;
        font-size: 12px;
        font-family: Arial, Helvetica, "sans serif";
}

This are the classes I am using and in the form I am using it this way
<tr>
<td><label for="addr_l1">Address</label></td>
<td><input type="text" class="formfield" size="30" name="addr_l1" 
maxlength="255" <cfif 
isdefined("form.addr_l1")><cfoutput>value="#form.addr_l1#"</cfoutput></cfif>></td>
</tr>
I am having space between Address and input filed and its only in internet 
explorer (using ie 8). Please help


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312195
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to