문제

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/

도움이 되었습니까?

해결책

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

다른 팁

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 :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top