Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS max-width Reply To: max-width

#248163
Shikkediel
Participant

If the element is a div for example (with default positioning and block level display), it will automatically have a width of 100% anyway…

Of course if the element is absolutely positioned, it will need the width to be declared explicitly.

Edit:

default positioning

Or relative…