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
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;
}
© Stack Overflow or respective owner