Click to See Complete Forum and Search --> : Problem with form disappearing in IE7


Scott Poliseno
03-10-2008, 01:28 PM
Check out this page... Why is the form now showing up...

Shows up in all other browsers?

http://www.produceresults.net/blog/2008/03/produce-marketing-launches-pro.html

I am sure I am missing something.

Thanks!

KDLA
03-10-2008, 01:35 PM
You might take a look at these errors: http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.produceresults.net%2Fblog%2F2008%2F03%2Fproduce-marketing-launches-pro.html

and these:http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.produceresults.net%2Fblog%2F2008%2F03%2Fproduce-marketing-launches-pro.html

If you're attempting to comment items out, they need to be encased in /* asldfj */

KDLA

Scott Poliseno
03-10-2008, 01:52 PM
I did check validator and the issues that have come up are unrelated to the form not appearing... #top is not commenting it is a ie6 hack for moving things around....

apeace
03-10-2008, 02:54 PM
There is an easy answer to this.

The IE6 hack you are using is used to emulate something that DOES happen in FireFox, but DOES NOT happen in IE6.

However, it DOES happen in IE7, just like it does in FireFox. So, your hack is being implemented in IE6, where it is wanted, but also in IE7, where it is not wanted.

Solution: Don't use the hack. Find another way. :D

Does this clear anything up for you? Let me know how it goes.

Scott Poliseno
03-10-2008, 03:02 PM
actually that is not true and has nothing to do with the reason the form is disappearing. It has to do with the OnMouseOver stuff and the class...

Thanks for the help

Scott