Hi,
when i drag and drop the webasyn panel control in ie6 and with in that control i placed the web grid.these are all in one row which is in one table. after that i have created one more row (<tr>) . in that i added one more linkbutton or button control. its working fine. same thing it is not working in ie7. the linkbutton is overlapping to the webasyn. panel. May i know the reason please?
If Width/Height properties of WARP are not set, then style="width:80px;height:20px;" is used. To remove that, the Width="", Height="" can be used.
Different browsers handle contents of div differently. IE6 stands alone among all other browsers. If overflow of div is visible (which is default value for <div>) and if its content does not fit in its bounds, then IE6 increases actual bounds of div automatically. So, exactly same html can appear differently in IE6 and IE7.
Application may change value of overflow using Overflow property or style="overflow:myValue", and/or remove width and height of WARP.
I get odd formatting behavior when the warp panel has a defined height and width. As soon as I clear out these two properties everything works fine.