PDA

View Full Version : What's going with my Iframe and NN7!



cheddar
July 23rd, 2003, 09:28 AM
Anyone know whats happening to my Iframe in NN7. Works fine in IE and Opera.

http://www.deanphillips.net/htmlsite/test.php

Thanks.

sykes
July 23rd, 2003, 10:21 AM
netscape is a poopoo... through cross-browser testing with my website, it didn't support many things such as layers, it also messed up the placement of some components (Flash), and it read DHTML in a buggered way (made the clock 5 times its intended size).

so, it's not a problem with <i>your</i> site, it's netscape being a stubborn fart face. I suppose if you need it to work with NN then you need to be compliant with it's supported features.

:eye:

cheddar
July 23rd, 2003, 10:37 AM
I thought Iframes were supported with NN7. I know previous versions were pretty roppy but NN7 is a big improvement.

I think it's a problem with my PHP code, it seems to be looping over and over with NS.

It's very annoying!

sykes
July 23rd, 2003, 11:06 AM
hmmmmmmmmmm......

have a look at this:

http://forums.devshed.com/t64521/s7120d36d78cc4816dc5d27fe5afa83b2.html

i hope your problem is sorted soon... i am getting sympathy stress... :hangover:

cheddar
July 23rd, 2003, 12:05 PM
Works now :)

I think something was wrong with my Javascript that I was using to generate the date. I had way to many things called data floating around.

I've now switched to doing the date in PHP and it works fine.

Thanks for the help.