views:

153

answers:

3

I want to resize the window as and when user adjust the browser. I am catching the resize event and changing the height and width. But it's not working for all. Please give some idea. I am doing in JSF richfaces.

+1  A: 

If you are not stuck on this fixed/resized layout, you should look for 'fluid' and 'semi-fluid' layouts on the internet. The main idea is to set the sizes in % instead of px or em.

Maxime ARNSTAMM
A: 

RichFaces has semantic layouts, perhaps that would be useful for you?

Jon
A: 

You can just use http://resizeMyBrowser.com A simple web app, it's free and works great.

Jorege Nedrd