T
tshad
I have the following:
<asp:ImageButton ID="UpButton" text="Move Up" visible=false
runat="server" ImageUrl="../images/arrowUp.gif" Width="16px" Height="16px"
CommandName="Up" OnClick="moveRowUp" AlternateText="^"/><br>
Which is supposed to be valid.
I am trying to make the button size smaller and this works in IE, but not in
Mozilla. As a matter of fact, if you look at the viewsource for Mozilla the
Width and Height are gone (but they are there for IE).
I did:
style="height:16px;width:16px;"
And it does work.
Why doesn't the other? They are valid properties, according to MS. And why
would Mozilla take them out? I thought the rendering was done by IIS?
Thanks,
Tom
<asp:ImageButton ID="UpButton" text="Move Up" visible=false
runat="server" ImageUrl="../images/arrowUp.gif" Width="16px" Height="16px"
CommandName="Up" OnClick="moveRowUp" AlternateText="^"/><br>
Which is supposed to be valid.
I am trying to make the button size smaller and this works in IE, but not in
Mozilla. As a matter of fact, if you look at the viewsource for Mozilla the
Width and Height are gone (but they are there for IE).
I did:
style="height:16px;width:16px;"
And it does work.
Why doesn't the other? They are valid properties, according to MS. And why
would Mozilla take them out? I thought the rendering was done by IIS?
Thanks,
Tom