Hi Brian,
thanks for your answer.
I would like to keep mootools effects because I like this...so I try to add a fixed height in my css.
I try to modify all height value on CSS.
I try to modify min-height to a fixed height for _total_users_loading DIV
(I try also to change to Slide to Horizontal and Mootools Effects Duration to 0)
But I always get modules bouce effect...what I should modify?
This is my css:
| Code: : |
div.moolet_total_users_loading {
min-height: 100px;
padding: 10px 10px 10px 10px;
}
.dragger {
top: 4px;
left: 24px;
height: 18px;
width:100px;
background-color:#eeeeff;
border:1px solid pink;
cursor: move;
font-size: 10px;
text-align: center;
padding: 2px 2px 2px 2px;
position: relative;
}
.user_icon {
padding: 1px 2px 0px 0px;
}
#moolet_total_users_frame {
margin: 2px 2px 2px 2px;
}
div#moolet_total_users_info {
position: relative;
top:2px;
left:0px;
text-align: left;
font-style: normal;
font-size: 11px;
padding: 2px 2px 2px 2px;
}
div#moolet_total_users_avatar .vertical_frame {
position: relative;
clear: both;
}
div#moolet_total_users_info .vertical_image {
position: relative;
heigh: 100px;
margin: 4px 4px 4px 4px;
border:1px;
}
div#moolet_total_users_info span .veritcal_away {
position: relative;
top:-18px;
left:2px;
text-align: left;
font-style: italic;
font-size: 9px;
}
|
Thanks for the help.