Question

Login popup style=display:none only popup in Chrome but not Firefox16.0.1 and IE9.

Any advise or fix are welcome. I follow tutorial at:tutorial

http://jsfiddle.net/6TaQt/8/

Was it helpful?

Solution

This is the markup issue also. Updated Fiddle This works in FF also and in chrome.

You have to enclose button inside a tag. not a tag inside button tag.

All other are right you have error of overlabel function

OTHER TIPS

Try to debug this error message first "Uncaught TypeError: Object [object Object] has no method 'overlabel' ", actually what I don't get is how this possibly works in Chrome :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top