Hi
Whenever I zoom in more than 100% in IE8 the Left hand menu dissapears into a yellow box at the top left hand side and when clicked on you cant see all of the contents
Is there any way of stopping this please
Cheers
Bob
<?php if($this->API->get('show_menu', 1)) : ?>
<div id="gkMobileMenu">
<?php echo JText::_('TPL_GK_LANG_MOBILE_MENU'); ?>
<select onChange="window.location.href=this.value;">
<?php
$this->parent->mobilemenu->loadMenu($this->API->get('menu_name','mainmenu'));
$this->parent->mobilemenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
?>
</select>
</div>
<?php endif; ?>