I have designed some popup moving menu with JQuery, it looks perfekt in webkit browsers, but i have one problem in mozilla, when i move my popup window, layout of some components in this window changes! For example button add changes from: to: or to: , and it's absolutly random. What can it be? This image is in span:
<span class="sw_link_add"></span>
.sw_link_add {
background:url("/img/confirm_new.png") no-repeat scroll right center transparent;
cursor:pointer;
padding-right:30px;
padding-top:2px;
}