29
Jul
2010
Hi! I have a question about ImageFlow .... in case when i try to put it in div container and hide when document ready ...... then i use show method and it's appear with very min height .... but if i hide it manually and then show it's appear at normal size For Example: $(document).ready(function() { $('#open').click(function() { $("#hider").toggle(); return false; }); $("#hider").toggle(); }); /* IMAGES */ Can anybody help me with it? kamnnm@gmail.com P.S. so sorry about my english ^_^

