[TYPO3] Auto <div> under tmenu_layers

Søren Vedel sv at workhouse.com.br
Fri Jan 20 16:57:16 CET 2006


Hi Rasmus,

You have to change/remove it in media/scripts/tmenu_layers.php on line 242

...
$item = '<div 
id="anchorID'.t3lib_div::shortmd5($this->I['uid'].'-'.$this->WMid).'" 
style="position:absolute;visibility:hidden;"></div><div 
id="itemID'.t3lib_div::shortmd5($this->I['uid'].'-'.$this->WMid).'" 
style="width:100%; height:100%;">'.$item.'</div>';
...

Best wishes
Søren Vedel



Rasmus Jæger wrote:
> 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.
>  



More information about the TYPO3-english mailing list