hi
I have a menu included in all my pages, this is an item of the menu with his own submenu
packaging.php' => array(
'text' => 'Package Design',
'submenu' => array('packaging.php#Title0' => array('text' => 'Title0'),
'packaging.php#Title1' => array('text' => 'Title1'),
'packaging.php#Title2' => array('text' => 'Title2'),
'packaging.php#Title3' => array('text' => 'Title3'),
'packaging.php#Title4' => array('text' => 'Title4'),
'packaging.php#Title5' => array('text' => 'Title5')
)
In this case i'm not opening different pages, when i click i want to be redirected to a different picture in the same page but i have 2 problems:
1) First problem: When highlighted the menu and submenu here don't behave as the rest of the menu items their color shoul change to red
2) Second problem: the links work only in Chrome
Can someone help me with this
Thanks