I am using jquery animate to change the size of a div when the content is loaded. This looks good when little bits of text are being loaded but not when a lot of text is being loaded. Is there a way to make them look the same?
For example: http://www.scotwebtech.co.uk
Click “our services” for lots of text and “portfolio” for a small amount of text.
this can be a solution:
use two wrappers for your content:
and stylesheets:
now if you animate the width of wrapper it will look fine.