- Joined
- Jul 29, 2007
- Messages
- 5,174
Could you upload the source code somewhere? I can take a look. Browser compatibility has come a long way, and I don't see how a simple button could be a problem.
Ctrl + U
PHP:
<button id="AnimationLoopingButton" name="AnimationLoopingButton" width="24" height="24" type="button"></button>
PHP:
#AnimationLoopingButton {
position:relative;
width:24px;
height:24px;
border-width:1px;
border-color:#000000;
border-style:solid;
background-size:cover;
background-image:url(http://www.hiveworkshop.com/model_viewer/Images/Looping.png);
}
And nah, browser compatiblity went nowhere, it's as bad as it always were.
I am not talking about the JavaScript side.