Forums

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

Home Forums CSS [Solved] Making a Liquid banner Re: [Solved] Making a Liquid banner

#72889
noahgelman
Participant

You can have a div centered with margin: 0 auto, with the image centered as well inside that. Set the height of the div to the height of your div. And for the width, set it as a percentage. That way, as the browser stretches, the div stretches, and as the browser shrinks, the div shrinks.