1

I am not able to make the overflow hidden(horizontally) take effect when I apply the position property. there are several posts(like this) which are asking the same, but their solutions does not work for me, would anybody please take a look at here?

thanks for your help.

Community
  • 1
  • 1
bingjie2680
  • 7,643
  • 8
  • 45
  • 72

1 Answers1

6

You need to set a width to the absolutely positioned element and position relative the parent.

http://jsfiddle.net/DOSBeats/mwxzT/7/

Seth
  • 6,240
  • 3
  • 28
  • 44