Moolet Moo's Online FB 1.0.2

Get Moolets
Loading Loading...
Get Moo
 
Moolets Support Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Fix DIV height for Total User (1 viewing) (1) Guests
Go to bottom Avatar Required To Post Favoured: 0
TOPIC: Re:Fix DIV height for Total User
#992
SuPeR (User)
Fresh MooTooler
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Fix DIV height for Total User 10 Months, 1 Week ago  
Hi all,

I install total user module in right top corner of my website.

During loading, DIV height is little and the modules under Total User are collapsed on it.

After loading, Total User increase his height and this cause the movement of all modules under this.

So, my question is...it's possible to set the same DIV height for pre-loading and after-loading, to don't see bounce of all under module?

Excuse for my bad english. Thank you.
 
Report to moderator   Logged Logged  
  Avatar Required To Particpate
#993
brian_williford (Admin)
Admin
Posts: 454
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:Fix DIV height for Total User 10 Months, 1 Week ago  
Actually that is the MooTools Slide effect doing that. You want to turn of mootools effects (not mootools _script_ load) and that will go away, or leave on the effect and change the slide to horizontal.

Then if you still have trouble you may open the CSS and add a fixed height. If you need help with that part let us know.
 
Report to moderator   Logged Logged  
 
Brian Williford
Jr. Spaceship Mechaninc
  Avatar Required To Particpate
#994
SuPeR (User)
Fresh MooTooler
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Fix DIV height for Total User 10 Months, 1 Week ago  
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-height100px;     padding10px 10px 10px 10px; } .dragger {     top4px;     left24px;     height18px;     width:100px;     background-color:#eeeeff;     border:1px solid pink;     cursormove;     font-size10px;     text-aligncenter;     padding2px 2px 2px 2px;     positionrelative; } .user_icon {     padding1px 2px 0px 0px; } #moolet_total_users_frame {     margin2px 2px 2px 2px; } div#moolet_total_users_info {     positionrelative;     top:2px;     left:0px;     text-alignleft;     font-stylenormal;     font-size11px;     padding2px 2px 2px 2px; } div#moolet_total_users_avatar .vertical_frame {     positionrelative;     clearboth; } div#moolet_total_users_info .vertical_image {     positionrelative;     heigh100px;     margin4px 4px 4px 4px;     border:1px; } div#moolet_total_users_info span .veritcal_away {     positionrelative;     top:-18px;     left:2px;     text-alignleft;     font-styleitalic;     font-size9px; }




Thanks for the help.
 
Report to moderator   Logged Logged  
  Avatar Required To Particpate
#995
brian_williford (Admin)
Admin
Posts: 454
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:Fix DIV height for Total User 10 Months, 1 Week ago  
Hey,
Is there any possible way you can post a URL to this so I can take a look at what is going on?
 
Report to moderator   Logged Logged  
 
Brian Williford
Jr. Spaceship Mechaninc
  Avatar Required To Particpate
#996
SuPeR (User)
Fresh MooTooler
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Fix DIV height for Total User 10 Months, 1 Week ago  
Sure, excuse me but I'm working on this...

http://squizzati.altervista.org/

Thank you
 
Report to moderator   Logged Logged  
  Avatar Required To Particpate
#998
brian_williford (Admin)
Admin
Posts: 454
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:Fix DIV height for Total User 10 Months ago  
might change
Code: :

  div.moolet_total_users_loading {     min-height100px;     padding10px 10px 10px 10px; }



to

Code: :

  div.moolet_total_users_loading {     height500px;     min-height450px;     padding10px 10px 10px 10px; }



or something like that

up the min height and add height
 
Report to moderator   Logged Logged  
 
Brian Williford
Jr. Spaceship Mechaninc
  Avatar Required To Particpate
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
Page loading, please wait...