Hi,
I have a TabPanel where each tab is a ManagedIFrame. A dark blue block (below the tab panel) as shown in the image gets added whenever a new tab (also a maangediframe) gets added. It happens only in IE 8. It does not happen in Firefox. Any suggestions?
Found the solution to the problem - hideMode was set to 'nosize' and causing this problem.
If it is IE, I found out it should be 'display'.
Can someone explain why it needs to be 'display' for IE - Why setting 'display' causes it to work correctly?
Originally Posted by karthik085
Hi,
I have a TabPanel where each tab is a ManagedIFrame. A dark blue block (below the tab panel) as shown in the image gets added whenever a new tab (also a maangediframe) gets added. It happens only in IE 8. It does not happen in Firefox. Any suggestions?