[TYPO3] caption split on <ul>

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Sat May 20 20:12:50 CEST 2006



hi Christopher

Thx for your answer.


What I try to achieve is setting individual width to every drop down menu.

The example of such menu is here http://aplus.co.yu/adxmenu/intro/.

I have to modify ul with id <ul id="projectsMenu"> and put in CSS:

#projectsMenu {
	width: 6em;
}


This is example of real menu:

<ul id="menuList" class="adxm">
<li class="submenu active"><a href="index.php?id=9">Projects</a>
	<ul id="projectsMenu">
		<li><a href="index.php?id=24">Project 1</a></li>
	</ul>
</li>
<li class="submenu"><a href="index.php?id=8">About us</a>
	<ul id="aboutMenu">
		<li><a href="index.php?id=39">Firm</a></li>
       	</ul>
</li>
  <li class="submenu"><a href="index.php?id=7">Kontakt</a>
	<ul id="kontaktMenu">
		<li><a href="index.php?id=47">Kontakt form</a>
	</ul>
</li>
<li class="submenu"><a href="index.php?id=6">Others</a>
	<ul id="othersMenu">
		 <li><a href="index.php?id=54">Others 1</a></li>
	</ul>
</li>
</ul>



You right - using wrap have no sense here. Now I am trying
to use IFSUB at first level, but with no luck yet.


Is this clearer now what I am trying to archive? Is this possible?

Tnx for you time.

--
Krystian




More information about the TYPO3-english mailing list