Re: [TYPO3] Css drop down menu problem

2007-06-13 Thread Gideon So
Hi all, This is the final solution for those who need a CSS drop down menu. The typoscripts part: lib.mainmenu = HMENU lib.mainmenu { entryLevel = 0 1 = TMENU 1 { wrap = | noBlur = 1 expAll = 1 NO { ATagTitle.field = title stdWrap.htmlS

Re: [TYPO3] Css drop down menu problem

2007-06-13 Thread Oliver Rowlands
Hi Gideon, Strange it worked for my test menu. Try the following slightly amended version: lib.mainmenu > lib.mainmenu = HMENU lib.mainmenu { 1 = TMENU 1 { wrap = | noBlur = 1 expAll = 1 NO { ATagTitle.field = title stdWrap.htmlSpecialChars = 1 AT

Re: [TYPO3] Css drop down menu problem

2007-06-13 Thread Gideon So
Hi Oliver, Okay. IE6 and FF really okay but not IE7. Any clue to make this work with IE7?? The original idea I propose in the thread works in IE7 also. That's why I need a typoscripts which can produce such a result. Any idea?? Gideon Oliver Rowlands ??: > Hi Gideon, > > Indeed that

Re: [TYPO3] Css drop down menu problem

2007-06-13 Thread Oliver Rowlands
Hi Gideon, Indeed that didn't seem to work. Let's give it another go: lib.mainmenu > lib.mainmenu = HMENU lib.mainmenu { entryLevel = 0 1 = TMENU 1 { wrap = | noBlur = 1 expAll = 1 NO { ATagTitle.field = title stdWrap.htmlSpecialChars = 1 ATagBe

Re: [TYPO3] Css drop down menu problem

2007-06-13 Thread Gideon So
Hi Oliver, Thanks for your help but the scripts seems not work. Please take a look here: http://www.livingwater.org.hk. Gideon Oliver Rowlands ??: > Hi Loek, > > Gideon's HTML code is correct and validates, this 'conditional comment' > technique is used to bypass IE's appalling handli

Re: [TYPO3] Css drop down menu problem

2007-06-13 Thread Loek Hilgersom
Sorry, my mistake (I got lost in all the comments and conditions) :-) Loek Oliver Rowlands wrote: > Hi Loek, > > Gideon's HTML code is correct and validates, this 'conditional comment' > technique is used to bypass IE's appalling handling of the :hover CSS > selector. Have a look at the main na

Re: [TYPO3] Css drop down menu problem

2007-06-13 Thread Oliver Rowlands
Hi Loek, Gideon's HTML code is correct and validates, this 'conditional comment' technique is used to bypass IE's appalling handling of the :hover CSS selector. Have a look at the main navigation on the following site for an example: http://www.spannerworks.com As far as I can remember it wor

Re: [TYPO3] Css drop down menu problem

2007-06-13 Thread Loek Hilgersom
Hi Gideon, To begin with, your desired code doesn't seem to be correct: the second a-tag doesn't get closed for most browsers except IE7 (and for old IE's it gets closed later on). Maybe better correct that first, then I guess it's a matter of diligent work to put all the bits and pieces in the ri

Re: [TYPO3] Css drop down menu problem

2007-06-13 Thread Gideon So
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 = H

Re: [TYPO3] Css drop down menu problem

2007-06-13 Thread dave typo
this works: lib.mainmenu = HMENU lib.mainmenu { 1 = GMENU_LAYERS 1 { wrap=| layerStyle =position:absolute;VISIBILITY:hidden; background:#EDFAF0; border: 1px solid #A4E6AF; xPosOffset = -30 lockPosition = y expAll=1 leftOffset = 15 topOffset = 30 hideMenuWhenNot

[TYPO3] Css drop down menu problem

2007-06-12 Thread Gideon So
Hi all, I woould like to make a css drop down menu like the following: Home Drop-down 1 Sublink 11 Sublink 12 Sublink 13 Sublink 14 Sublink 15 with a lot of text so that entry hasseveral lines I have my typoscript like the following lib.mainmenu = HMEN