Why use JavaScript-free Pure CSS Menus?
• Lighter – Pure CSS Menus are lighter than JavaScript menus. They don’t require JavaScript files with behavior logic at all. All currently used browsers are smart enough to handle mouseover events, to change styles, to show drop downs, etc with their own rendering engine, they don’t require programming for that. • Faster to load, no delay in starting – menus are ready to work as soon as they appear on a page and are fast to respond. They don’t wait for the document to be completely loaded and for a JavaScript to be initialized like JavaScript menus do. No time is wasted on interpretation of JavaScript when mouseover and mouseout events are handled. • Safe from JavaScript errors – How many times have you seen pages rendered motionless by JavaScript errors? The reason could be an incompatible browser, an error in JavaScript menu code, an error in a third party code on page, a conflict among different JavaScripts on page, etc. This will not happen with pure CSS menus. JavaScript-free pur