i have a problem using css3 transitions how can i make the transition smooth it appears instantly i want the div box to slowly change its height when i hover over it<
Here's how you can do it: http://jsfiddle.net/minitech/hTzt4/
To keep a flexible height, JavaScript is a necessity, unfortunately.