Recently, I've been working on creating a three column layout with percentage width. I stumbled upon the concept of the Holy Grail web design through some online articles and resources. To implement this layout, I referred to an example from The Perfect 3 Column Liquid Layout (Percentage widths). I made adjustments to set the left and right columns to 20% width each. However, one issue I encountered was that the layout did not cover 100% of the height as required. Despite trying to use min-height:100%
or height:100%
, I was unable to achieve the desired result. If you want to take a look at my implementation, check out my jsFiddle.