How To Expand A Div To Its Content Width When It Is Larger Than Its Parent?
I'm trying to build a carousel view. For that I have a parent div, representing the viewport, a content div, holding the items to be shown in the view, and an unknown number of div
Solution 1:
You can use display: inline-block;
on the #content-div
Post a Comment for "How To Expand A Div To Its Content Width When It Is Larger Than Its Parent?"