how can i constrain the size of IE so the user could resize it up to 800x600px
thnks
Printable View
how can i constrain the size of IE so the user could resize it up to 800x600px
thnks
what do you mean? when they go to your site or what?
it would all depend on what size resolution the user has. since I am on 800x640 it is default for me, so I can't resize it to the 800x640, unless it was minimized
imagine a page been cut into multiple frames I want the user-client to be able to resize the IE window up to 800x600px where all the frames r displayed correclty bellow that point the frames r showing their scrollbars and i do not want that.
hope i clear what i want
thnks
like I said you won't be able to do that if the user is at 640x480 in resolution. what you will have to do it get a script that detect the users resolution and redirect to the page that is best suited for him. that would mean you have to make about 3 different pages for the 3 different resolutions in use today. but most people use the 800x640 resolution and not smaller.