Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nav -> instead of active "a" tag I want to use "span" #4689

Closed
Zeromax opened this issue Aug 24, 2012 · 1 comment
Closed

nav -> instead of active "a" tag I want to use "span" #4689

Zeromax opened this issue Aug 24, 2012 · 1 comment

Comments

@Zeromax
Copy link

Zeromax commented Aug 24, 2012

Just on the way to get bootstrap working with contao. And there I have a Problem, wich I do not want to solve with changing the template (Thats possible, I tried)

The Navbar is build like this

<ul class="level_1 nav">
        <li class="active submenu first dropdown"><span data-toggle="dropdown" class="active submenu first dropdown dropdown-toggle" title="Übersicht" href="uebersicht.html">Übersicht</span>
<ul class="level_2 dropdown-menu">
    <li class="first last"><a class="first last " title="Projekt Übersicht" href="projekt-uebersicht.html">Projekt Übersicht</a></li>
</ul>
</li>
    <li class="sibling"><a class="sibling " title="Projekte" href="projekte.html">Projekte</a></li>
    <li class="sibling"><a class="sibling " title="Aufgaben" href="aufgaben.html">Aufgaben</a></li>
    <li class="sibling"><a class="sibling " title="Diskusion" href="diskusion.html">Diskusion</a></li>
    <li class="sibling last"><a class="sibling last " title="FAQ" href="faq.html">FAQ</a></li>
</ul>

instead of havin an "a" Tag in the active Button there is a span. Is it Possible to add this span to the CSS Framework?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants