I have a TabControl on my page with about 5 tabs. The context in the first two tabs are fine. But from the third the context goes out of the border of the TabPanel. Any1 knows how to make the context stay within the border of the TabPanel...
After playing aroung with it. I found a solution. In the TabContainer properties just add a width to the width you want.
IE displays it correct when no width is included but Firefox & netsape are a bit fussy. So add it for it to be displayed in the other browsers correctly.
And you can resize the tabcontainer width with some javascript funtions onactivatabchanged...
That is, if you have various width tabs inside...
No comments:
Post a Comment