My data is big now as much as the tables. So the column2 layout is too small for it. So now I would like to use the frameset to make it easier to see the items. However, I dont know how to do it in Yii, can anyone help me fix this problem?
Don’t use frames, their use has been discouraged for a long time now. What feature of frames are you trying to achieve specifically?
I would like to put the content into a area that have the scroll, like the Emoticons in the editor now ![]()
You just need to specify the size of the container, then use the overflow css properties.
See here.
Thank you, I will try it ![]()