I encountered a really weird bug with bandcamp's embedded player.
The code is really simple, like youtube's embedded videos.
The problem is that it doesn't show up at all in recent versions of Firefox(19.0.2) and Opera(12.14) at all.
I thought it has something to do with the transparency, so I removed that, but no. The problem is still the same.
The player only works fine in Chrome, in Safari 5.1.7 there's an ugly greyish border, but basically it works as well.
http://cdpn.io/pztuj
This is, what it looks like in Opera 12.14 and Firefox 19.0.2
This is, what it's supposed to look like and looks like in Chrome:
I have no idea what causes this, nor how it could be fixed for FF and Opera
The code is really simple, like youtube's embedded videos.
Code:
<iframe width="400" height="100" style="position: relative; display: block; width: 400px; height: 100px;" src="http://bandcamp.com/EmbeddedPlayer/v=2/album=629454868/size=venti/bgcol=ffffff/linkcol=4285BB/" allowtransparency="true" frameborder="0"><a href="http://pastandfuture.bandcamp.com/album/pastandfuture">pastandfuture by pastandfuture</a></iframe>
The problem is that it doesn't show up at all in recent versions of Firefox(19.0.2) and Opera(12.14) at all.
I thought it has something to do with the transparency, so I removed that, but no. The problem is still the same.
The player only works fine in Chrome, in Safari 5.1.7 there's an ugly greyish border, but basically it works as well.
http://cdpn.io/pztuj
This is, what it looks like in Opera 12.14 and Firefox 19.0.2

This is, what it's supposed to look like and looks like in Chrome:

I have no idea what causes this, nor how it could be fixed for FF and Opera