Button (using <button> tag) does not display in Opera
Posted
by
Tanveer Dewan
on Stack Overflow
See other posts from Stack Overflow
or by Tanveer Dewan
Published on 2013-06-25T03:57:21Z
Indexed on
2013/06/25
4:21 UTC
Read the original article
Hit count: 241
On my website I am using the html 'button' tag but the button does not display when page is opened in Opera version 12.15. Works fine in chrome, firefox and IE. If you go to my cdn test site CDN Comparison u see cloudflare, incapsula and page speed images. below the three cdn images there's a button which does not display. It's supposted to be right above the 'Test and monitor image load speed of the top three Free CDN Service providers' sentence. please help.
<button id="button" onclick="changeLink()">Test Another Image</button>
I have not added any style to this tag using CSS
© Stack Overflow or respective owner