view doc/htdocs/fixed.js @ 12671:20e8aca47b2c octave-forge

prepare for release
author cdf
date Mon, 17 Aug 2015 10:19:39 +0000
parents 3e10bc83ccbf
children
line wrap: on
line source

function fix_top_menu()
{
    if (navigator.appVersion.indexOf('MSIE') == -1) {
        document.getElementById("top-menu").style.position = "fixed";
    } // end non-IE
}