> There is a very strange instance of a navigation link not working on one particular page - the products.html page link back to HOME. All other > pages seem to be OK.
Your <div id="nav"> is being overlaid by your <div id="left">. I don't think z-index will help in this case, but you still may want to try it. You may want to try putting the nav in the container div and let the other divs flow naturally instead of forcing top:0; Regatds, Kepler ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
