Hi, Saturday, September 13, 2003, 2:09:58 AM, you wrote: >> why does it work in IE and not in Netscape 7.1?
DA> I'm pretty sure ActiveX controls don't run on anything besides MS DA> Windows Lockinware (TM). There are a number of other things that DA> netscape does not fully support (try loading a page with an iframe tag DA> in Netscape). You probably ran into another such problem. DA> -Dan You can use this for NS4 <ilayer> <layer src="whatever.com/index.php" left="5" height="100" width="300"></layer> <iframe src="whatever.com/index.php" left="5" height="100" width="300"></iframe> </ilayer> I have used it for an embedded upload progress bar and it works but as with most things NS4 does weird things if you try to change the contents :) -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php