roban
Joined: 23 Apr 2007 Posts: 1
|
Posted: Mon Apr 23, 2007 12:47 pm Post subject: Giving Width and height of an image in IE and Mozilla |
|
|
Hi
In the following code i am giving height and width for an image.its working fine in IE .but when using Mozilla the image displaying with its original height and width not with my given width and height.so plz give me a correct code for image "width" and "height" thats working in both IE and Mozilla.
<asp:ImageButton id=ImgItem runat="server" Width="200px" Height="290px" CommandArgument='<%#DataBinder.Eval(Container.DataItem,"Id")%>' CommandName="view" ImageAlign="Middle"></asp:ImageButton>
thanks
Roban |
|