Forums

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

Home Forums CSS CSS height adjustable Reply To: CSS height adjustable

#149852
Jozsef K.
Participant

If IE7 is not in target, then you could use this:

div { position: absolute; top: 0; bottom: 0; }
For IE7 you can try: div { display: inline; zoom: 1; vertical-align: middle }