in base_site.html:
    <a href="/app" class="currentapp">App</a>
in css:
    .currentapp    {
    *css*
    }


On Thu, Jan 20, 2011 at 1:49 PM, hollando <hrqi...@gmail.com> wrote:

> I'm building my application with the admin site.
> As a start point, it make things so easy.
> However, I want to add a top menu that links to my apps and some of
> the dynamic pages.
> My top menu is kinda simple. Unlike treemenu, it's just flat menu with
> a few items.
> One solution I can think of is by modifying base_site.html, add my
> menu onto it.
> But I want to high light the app that is currently been choose.
> What is the best way to do this?  Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
*Rehmetjan Tursun*

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to