Welcome Guest, Not a member yet? Register   Sign In
Navigation question
#2

[eluser]thinkigniter[/eluser]
What I would do is...

In your View create a javascript variable like so.

Code:
var active = '<?php echo $active_page; ?>';


This sets the active page via your controller to whatever is stored in the php variable
Code:
$active_page
.

Now design your menu using a jquery plugin of your choice

http://plugins.jquery.com/project/Plugins/category/44.

And your done.


Messages In This Thread
Navigation question - by El Forum - 12-08-2008, 03:22 PM
Navigation question - by El Forum - 12-08-2008, 06:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB