Page 1 of 1

Fix height to parent?

Posted: Sun Aug 26, 2012 6:18 am
by Livengood
How can i fix the height of a link to the parent. The 100% doesnt work.

Re: Fix height to parent?

Posted: Mon May 15, 2017 11:49 pm
by mikethedj4
Depends on the element's "display" property, and it's parent's "position" property. an easy fix is setting the parent to "position: relative;" and the element you want a 100% height to like "display: block;" or "display: inline-block;"

In addition, this post should be located in the "Help & Support Section"