I want to have one with id that has horizontal scroll, but the problem is it has to be responsive, not with fixed width.
with id that has horizontal scroll, but the problem is it has to be responsive, not with fixed width.
Just make sure you add box-sizing:border-box; to your #myWorkContent.
box-sizing:border-box;
#myWorkContent
http://jsfiddle.net/FPBWr/160/