[TYPO3-english] Typo3 metanavigation
Riccardo De Contardi
riccardo.decontardi at bhuman.it
Tue Jun 28 17:27:57 CEST 2011
But... your tt_content records are anchors?
My best suggestion is...style the <li> object with some javascript...
with jQuery for example, something like:
$("li").click(function() {
$("li").css('background-color', 'white');
$(this).css('background-color', 'red');
});
--------------------------------------------
Riccardo De Contardi – TYPO3 Certified Integrator
B Human Srl - www.bhuman.it <http://www.bhuman.it>
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561
--------------------------------------------
Il 28/06/11 14.21, sinu govind ha scritto:
> Hi,
>
> I have the following code inserted into my typoscript
>
> lib.topmenu = RECORDS
> lib.topmenu.tables = tt_content
> lib.topmenu.source = 141, 81, 119, 162
> lib.topmenu.wrap =<ul class="top_menu">|</ul>
> lib.topmenu.conf.tt_content.stdWrap.wrap =<LI>|</LI> |
> lib.topmenu.conf.tt_content.stdWrap.innerWrap.cObject = |
>
> The content 141, 81, 119, 162 are content elements within a sysfolder.
>
> Now when I click on any of the LI I need the selected element to have a
> different color. With HMENU and TMENU you can of course do it with ACT. But
> how can I do it with this?
>
> Please help!!!
>
> With warm regards,
> Sinu Govind
More information about the TYPO3-english
mailing list