[TYPO3] Auto <div> under tmenu_layers

Rasmus Jæger rjg at vejlehs.dk
Fri Jan 20 16:05:44 CET 2006


Hi

 

I need to use the tmenu_layers, and basically it alright.

The tmenu_layers auto generates 2 <div> tags and the second of them holds this attributes (style="width:100%; height:100%;"). Each menu item is shown in a separate line because of the "width:100%". I like to know where I have to changes to avoid this.
 
Normally I wrap the menu items into <td> and that way not normally having problems with "width:100", but this time I will use optionSplit, and because of that I can't use <td> to solve this problem. 

 

TMENU: 

<div class="topnav"><a href="index.php?id=40" onfocus="blurLink(this);">Om bygholm</a>&#124;</div>

 

TMENU_LAYERS:

<div class="topnav"><div id="anchorID3f8f7668b4" style="position:absolute;visibility:hidden;"></div><div id="itemID3f8f7668b4" style="width:100%; height:100%;"><a href="index.php?id=40" onfocus="blurLink(this);" onmouseover="GL_hideAll(&quot;439ae4&quot;);" onmouseout="GL_resetAll(&quot;439ae4&quot;);">Om bygholm</a></div>&#124;</div>

 

 

Hope somebody can help me on this problem :-)

 

Regards

Rasmus




More information about the TYPO3-english mailing list