Click to See Complete Forum and Search --> : [RESOLVED] Firefox vs IE vs Chrome compatibility
sher_amf
01-17-2010, 08:55 AM
here is the website aguafortuna.co.cc (http://aguafortuna.co.cc/)
the problem is that when it loads in firefox the comments i made while coding appears... while in chrome and IE it does not appear..
I see no difference :confused:
JPnyc
01-17-2010, 10:07 AM
It doesn't here. Looks the same in Firefox as the other two.
sher_amf
01-17-2010, 10:09 AM
check this.. when the image is finish loading it overlaps the comments.. but when the image has not yet loaded it displays..
http://i47.tinypic.com/8yhufa.jpg
tracknut
01-17-2010, 11:29 AM
You might validate this page: http://leap09.comoj.com/Launch/
There's a bunch of errors, related to not closing your tags (">" instead of "/>"). I suspect something in there has confused FF.
Dave
JPnyc
01-17-2010, 12:31 PM
Don't close comments with ---->, just -->. That'll take care of it.
sher_amf
01-17-2010, 06:58 PM
Thanks!