Hi,
i have a table.In this table i use one back button.
like
<table style="width:auto" cellpadding="10" cellspacing="10">
<tr>
<td width="60px" class="forback"></td>
<td width="60px" class="forback"></td>
<td width="300px" class="forback"></td>
<td width="78px" class="forback"></td>
<td width="100px" class="forback" style="border:1px solid red">
<asp:Image ID="Image2" runat="server"
ImageUrl="~/images/arrowEn.gif" Height="10px" Width="15px"/>
<asp:LinkButton ID="lblbackcomn" runat="server" Text="<%$ Resources:Homemaster,lblbackcomnltr%>" onclick="lblbackcomn_Click">
</asp:LinkButton>
</td>
</tr>
</table>
this is class item i used in css
.forback{float:right; text-align:right;}
I want change direction of that button.
when i click Arabic botton.
Pls help me its very urgent