nebody

Rachel

LOMCN Veteran
Veteran
Aug 14, 2003
308
0
113
tell me html code to make ur website, goto a certain size?so say i wanted the browser(for my site i make) goto...550x400 pixels, what should i put in as the html to make it do that? i found it a while ago on a site but forgot it lol

-thx rachel-
 

[ade]

Dedicated Member
Dedicated Member
Jul 30, 2003
39
0
102
Deja vu

Internet Explorer doesn't support the window.innerWidth property so resizing it exactly in IE would be a problem, you'd just have to use the javascript resizeTo( x, y ) function and make a rough guess.