Created a button in Visual studio(aspx). when i run the program in IE7,
button will elongate itself to whole page horizontally but displays fine in
fierfox and IE6.
Hi Manvendra,
IE7 Extension Development forum -
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=924&SiteID=1
(Include your source code in your post please).
IE Extensions and FX Extensions are quite different to code.
Regards.
> Created a button in Visual studio(aspx). when i run the program in IE7,
> button will elongate itself to whole page horizontally but displays fine
> in
> fierfox and IE6.
Manvendra Kumar - 25 Jul 2008 03:32 GMT
Hi rob,
its not about the code. I just put a button in default.aspx and executed the
program. IE7 overlaps the 2 button if they are put on same row(horizontally),
since both buttons are elongating to whole screen horizontally. But same url
when accessed through IE6 or Firefox it works fine.
setting a width value(any number) for button created solved my issue. By
default width row is empty for button.
Leonard Grey - 29 Jul 2008 14:20 GMT
Are we supposed to know what your issue was? Since you started a new
thread, we don't know what you're talking about.
---
Leonard Grey
Errare humanum est
> setting a width value(any number) for button created solved my issue. By
> default width row is empty for button.
Manvendra Kumar - 30 Jul 2008 04:40 GMT
Issue:
Created a button in Visual studio(aspx). when i run the program in IE7,
button will elongate itself to whole page horizontally but displays fine in
fierfox and IE6.
> Are we supposed to know what your issue was? Since you started a new
> thread, we don't know what you're talking about.
[quoted text clipped - 5 lines]
> > setting a width value(any number) for button created solved my issue. By
> > default width row is empty for button.