Layout of popup components changes while moving

Posted by Le_Coeur on Stack Overflow See other posts from Stack Overflow or by Le_Coeur
Published on 2010-05-14T13:10:41Z Indexed on 2010/05/14 13:14 UTC
Read the original article Hit count: 146

Filed under:
|
|

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: alt text to: alt text or to: alt text , 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;
}

© Stack Overflow or respective owner

Related posts about html

Related posts about css