Archive for 'Example of an absolutely positioned vertical menu construction' Category

Example of an absolutely positioned vertical menu construction

By Steve Monas - Last updated: Sunday, June 13, 2010

Begin by defining the menu div as below: #menu {width: 12em; background: #eee} The use of em tags will take care of the width of the menu to the container div. This also resolves IE’s box-model problems. All the block elements inside this div will fill the containers width by default. The em widths will [...]