2012-07-06, 16:04:17
The 'Demo' and 'Download' pages also has menu issues. The current state is not reflected whilst on those pages.
This from the 'Demo' page.....
<script>
jQuery(document).ready(function() {
var type = $('body').attr('id');
if (type == 'contribute') {
$('#nav-contribute').addClass('current');
}
if (type == 'press' || type == 'start' || type == 'news' || type == 'team' || type == 'screesnhots' || type == 'mission-statement') {
$('#nav-about').addClass('current');
}
});
</script>
HTH someone problem solve.
Sláinte
This from the 'Demo' page.....
<script>
jQuery(document).ready(function() {
var type = $('body').attr('id');
if (type == 'contribute') {
$('#nav-contribute').addClass('current');
}
if (type == 'press' || type == 'start' || type == 'news' || type == 'team' || type == 'screesnhots' || type == 'mission-statement') {
$('#nav-about').addClass('current');
}
});
</script>
HTH someone problem solve.
Sláinte