Hi List, When the browser is resized smaller, my menu/directory is supposed to generate a vertical scrollbar. It does this successfully in Firefox, but not in Explorer. Link: www.erinrosegardner.com Does anyone know how to correct this to have a scrollbar appear in Explorer as well? Thanks!
Add into head section : <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="ie6.css" /> <![endif]--> Code (markup): And in ie6.css file add body {overflow: scroll;} Code (markup):