[TYPO3] Css drop down menu problem

Gideon So gideonso at livingwater.org.hk
Wed Jun 13 11:14:04 CEST 2007


Hi Dave,

	Thanks for your answer. I am just trying to avoid using layers menu. I 
am trying to create a pure css menu which works in FF, IE6 and IE7. 
Thanks anyway.

	Please somebody help. It would help a lot of people also.

Gideon

dave typo ??:
> this works:
> 
> lib.mainmenu = HMENU
> lib.mainmenu {
> 
>  1 = GMENU_LAYERS
>  1 {
>    wrap=<table cellspacing="0" cellpadding="0"><tr>|</tr></table>
>    layerStyle =position:absolute;VISIBILITY:hidden;
> background:#EDFAF0; border: 1px solid #A4E6AF;
>    xPosOffset = -30
>    lockPosition = y
>    expAll=1
>    leftOffset = 15
>    topOffset = 30
>    hideMenuWhenNotOver = 1
>    hideMenuTimer=250
>    relativeToTriggerItem = 1
>    NO {
>      wrap=<td>|</td>
>      backColor = #A4E6AF
>      XY = 130, 30
>      10 = TEXT
>      10.text.field = title
>      10.offset = 5,15
> 
>      20=TEXT
>      20.text=sample
>      20.fontSize=7
>      20.offset=10,27
>    }
>  }
>  2 = GMENU
> 
>  2.expAll=1
>  2.NO {
>    wrap=|<br>
>    backColor = #F4FCF6
>    XY = [10.w]+10, 14
>    10 = TEXT
>    10.text.field = title
>    10.offset = 5,10
> 
>  }
> 
> 
> }
> 


More information about the TYPO3-english mailing list