Im getting royally peed off with an issue where if i use window.open in firefox and internt explorer. The window size is roughtly the same.
However in google chrome, It seems to miss about 100px off the bottom ( the window isnt the size i told it to be )
Any ideas?
Im using
Code:
window.open("SITE",name,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=250");
Or
window.open("SITE",name,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=250")
.resizeTo(450, 250)
Even if i try telling it to use px ( ie: 450px,250px ) The window sizes are all different in each browser..
Surely im doing something wrong here.. Why cant each browser count properly.
View full post on Webmaster-Talk.com
