Home › Forums › CSS › What is the use of “Inside” Divs? › Re: What is the use of “Inside” Divs?
March 6, 2012 at 9:34 pm
#98310
Participant
There are many reasons one might use this, but if you don’t have reason – don’t use it. That simple really. One example might be if you wanted a background image to go full horizontal width, but wanted the content to maintain a (max) width, you could use the inside div to achieve that.