I've placed a standard asp.net button at my page.
For a reason which I don't know, Internet explorer shows the button very
very wide. It begins at the left of the page and it stops at the right of
the page. It looks like a sqeezed image.
Hoe can I have the button to be shown in normally width within IE?
regards,
Oscar
Wannabe - 19 Dec 2007 20:40 GMT
I have seen this if CSS is applied to the button with a right and left margin
setting. Check that.
> I've placed a standard asp.net button at my page.
> For a reason which I don't know, Internet explorer shows the button very
[quoted text clipped - 5 lines]
> regards,
> Oscar
David Wier - 19 Dec 2007 21:33 GMT
You might also see if a style with width as an atrribute was added to the
button
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
>I have seen this if CSS is applied to the button with a right and left
>margin
[quoted text clipped - 9 lines]
>> regards,
>> Oscar
OK - 19 Dec 2007 23:04 GMT
The problem was solved just by setting a value to the width property.
Thanks for your help.
> I've placed a standard asp.net button at my page.
> For a reason which I don't know, Internet explorer shows the button very
[quoted text clipped - 5 lines]
> regards,
> Oscar