|
-
Nov 10th, 2005, 03:23 PM
#1
Thread Starter
Member
Firefox compatability
I've just tested a site I've built that has javascript content. The page is opened in a window using...
window.open("index.htm", "windowView", "width=740,left=112,top=150,height=440,toolbar=no,location=no,directories=no,status=no,menubar=no,sc rollbars=no,resizable=no");
However, the window still has a status bar and is resizable. Why has Firefox ignored these commands? Also, some of my <div> containers are in a different place to where they are when viewed in IE5. Is the solution to detect the browser and adjust the position accordingly using code when the page loads?
Thanks.
-
Nov 10th, 2005, 04:00 PM
#2
Re: Firefox compatability
Don't know the answert to the window.open... but for the other problem:
The solution is to make it work in Firefox, which is *compliant* to the (X)HTML standards. Once you have it right in Fx, then *break* it to work in IE. IF you break it right, it'll work in both browsers just fine.
But it needs to be up to standards first.
-tg
-
Nov 10th, 2005, 06:49 PM
#3
Re: Firefox compatability
It also depends upon firefox settings. For example, I've set firefox to not allow for the hiding of status bars.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|