/***************/ /* page layout */ /***************/ /***IE***/ #menu { float:left; } #content { float:left; margin-left:1ex; } /***W3C***/ [id=menu] { position:fixed; } [id=content] { /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ padding-left:16ex; } /**************/ /* menu style */ /**************/ #menu { padding-left: .3em; } #menu .submenu { padding-top:1em; display:block; } #menu label { display:block; font-weight: bold; text-align: center; background-color: rgb(192,192,192); } #menu a { display:block; text-align: center; background-color: rgb(235,235,235); } #menu a:visited { color:rgb(100,50,100); }