Hi Patrick,

You might find some helpful responses in this thread:

http://groups.google.com/group/django-users/browse_frm/thread/50ee1c147854769/a79890af3059229d?q=menu&rnum=3#a79890af3059229d

On 6/20/06, Patrick <[EMAIL PROTECTED]> wrote:
>
> Hi i'm newbie and i want to publish my Django website.
> I have this "stupid" problem.
> I have a tab bar like this:
>  <div id="menu">
>         <ul>
>           <li class="active">
>             <a href="#" title="Index">Home</a>^M
>           </li>
>           <li>
>             <a href="/blog" title="Blog">Blog</a>^M
>           </li>
>           <li>
>             <a href="#" title="Tags">Tags</a>^M
>           </li>
>           <li>
>             <a href="#" title="Blank">Blank</a>^M
>           </li>
>         </ul>
>       </div>
>
> There is a possibility to create a variables so i can set the class
> active when i change the section of my website ?
>
> Or i have to create a simple tag ?
>
> Thx
>
> Patrick
>
>
>
> --
> ______________________________________________________
> email:[EMAIL PROTECTED]
> http://patrick.pupazzo.org
> ______________________________________________________
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to