Skip to content Skip to sidebar Skip to footer

Css Float : 2 Divs, 1 Div = Nav, 1 Div = Product. Full Height Nav How To Do This?

I want to setup the following using float. Everything worked out fine except the nav div is not full height. Screenshot : http://postimg.org/image/gywuh9lv1/ HTML :

Solution 2:

height:100% will only work if your html & body are height:100% too ;

Here is Codepen an example

Post a Comment for "Css Float : 2 Divs, 1 Div = Nav, 1 Div = Product. Full Height Nav How To Do This?"