Hi All,
I am using webdialog window in my asp.net application. I 'm opening widow as below. When I open this in firebox and Google chrome it enables horizontal and vertical scroll bars in the browser as enclosed. but its looks good in ie7 and 8.
How to remove this is there any style i need to change..
RegardsM.Seenuvasan
Hello M. Seenuvasan,
Make sure you are not setting any width and height on the container controls. That could be the reason why you are seeing scrollbars, the contents of the container are not able to fit in the specified height & width.
-Taz.