Here is the fiddle – http://jsfiddle.net/ashwyn/V98h7/2/
Add –
#outer {
overflow: hidden;
}
and it will work.
More information on the overflow property can be found on MDN.
Here is the fiddle – http://jsfiddle.net/ashwyn/V98h7/2/
Add –
#outer {
overflow: hidden;
}
and it will work.
More information on the overflow property can be found on MDN.