Atahualpa 3.4.5
WP 2.9.2
Here is an example post...
http://www.packyandsteph.com/2010/03...rocious-beast/
You can see how the player does not display correctly when the page first loads. None of the player border images line up.
I have set up a CSS insert that looks like this....
/* Optional images with no borders */
.customImage img {
padding: 0px;
border: 0px;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
With this inserted into the post...
<div class="customImage"> POST CONTENT </div>
This has gotten me closer but still not quite there.