![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear all i would like to ask how is it possible to set the window size to 800x600....i know that when you create a new web page you can go on the bottom right hand side and adjust the size....when i click |
| |
#3
| |||
| |||
|
|
Hi, The selections are greyed when the window of your document is maximized. Restore the size of your document and the selections will be availables. |
|
"xmlmagician" <webforumsuser (AT) macromedia (DOT) com> escribió en el mensaje news:bu0g89$6c8$1 (AT) forums (DOT) macromedia.com... Dear all i would like to ask how is it possible to set the window size to 800x600....i know that when you create a new web page you can go on the bottom right hand side and adjust the size....when i click to that arrow allow the selections are greyed- out and the only selection available is "edit size" and 1043x417 which i guess is the size of my current working window. Thank you in advance for your help |
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
|
how about this little gem... script language="JavaScript" type="text/javascript" !-- function resize_screen(){ win_width = 800 win_height = 600 x_coord = ((screen.width - win_width) / 2) y_coord = ((screen.height - win_height) / 2) window.moveTo(x_coord,y_coord) window.resizeTo(win_width,win_height) } //-- /script body onLoad="resize_screen();" |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
how about this little gem... script language="JavaScript" type="text/javascript" !-- function resize_screen(){ [...] |
#9
| |||
| |||
|
|
babaroberts webforumsuser wrote: how about this little gem... script language="JavaScript" type="text/javascript" !-- function resize_screen(){ [...] Thankfully this doesn't work in my browsers. I hate it when people try to tell me what window size I should use. It's _my_ window, not yours! Micha |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |