2013-07-28 32 views

回答

0

更改此:

.button_aLeft { 
    left: 0px; 
} 

这样:

.button_aLeft { 
    right: 0; 
} 

在你的CSS的线12