[Wicket-user] Panels with Scrollbar

2007-07-24 Thread Benjamin Ernst
Hi everybody, I am new to wicket and I am wondering if ther is an Panel-Componet with a scrollbar, so that I can scroll inside a website. Or do I have to use Frames for this? (I dont really like Frames) Thanks in advance, Benjamin -- View this message in context:

Re: [Wicket-user] Panels with Scrollbar

2007-07-24 Thread Matej Knopp
It's a css thing rather then wicket related. You need to use overflow: scroll or overflow: auto in the div style to show scrollbars when the content is too big. -Matej On 7/24/07, Benjamin Ernst [EMAIL PROTECTED] wrote: Hi everybody, I am new to wicket and I am wondering if ther is an

Re: [Wicket-user] Panels with Scrollbar

2007-07-24 Thread Benjamin Ernst
Thank you very much! That works great. Benjamin 2007/7/24, Matej Knopp [EMAIL PROTECTED]: It's a css thing rather then wicket related. You need to use overflow: scroll or overflow: auto in the div style to show scrollbars when the content is too big. -Matej On 7/24/07, Benjamin Ernst