[TYPO3] very odd prblem with menu!!
dave ashton
dave at bassmedia.net
Thu Jun 29 19:16:13 CEST 2006
Hi,
I have this site - http://vanillastormdev.co.uk/index.php?id=49
Basically, you can only click in an input box, when the cursor arrow is dead
on the top line of the input box. You can't just click in the box!!!
I think the problem is with the javascript in the menu or in the daft scroll
bars. I think more with the menu code.
Does anyone have a quick solution to implement a drop up menu list?? I'm
desperate now......
Code for menu below in -
/public_html/typo3conf/ext/htmlcssstyling/static.txt
The code was originally for a gmenu, but I changed it to a TMENU so I could
get the | between navigation words.
# Include the CSS
page.includeCSS {
file105 = typo3conf/ext/htmlcssstyling/template/main/yacbddm_gmenu.css
}
subparts.footmenu_1 = COA
subparts.footmenu_1.10 = HMENU
##############################################################
subparts.footmenu_1.10.1 = TMENU
subparts.footmenu_1.10.1{
noBlur = 1
expAll = 1
wrap = <ul id="yacbddm" class="topmenul1">||</ul>
NO.allWrap = <li> |
NO.ATagParams = class="firstlevellink"
NO {
linkWrap =| |
XY = [1.w],[1.h]
1 = IMAGE
1 {
XY = [5.w],[5.h]
file = GIFBUILDER
file {
XY = [10.w]+20,14
10 = TEXT
10 {
align = center
niceText = 1
text.field = title
offset = 0,10
fontColor = #333333
fontSize = 12
fontFile = ft3lib/fonts/nimbus.ttf
}
}
}
}
RO < .NO
RO = 1
RO.1.file.10.fontColor >
RO.1.file.10.fontColor = #999999
RO.1.file.10.backColor >
RO.1.file.10.backColor = #cccccc
ACT < .NO
ACT = 1
ACT.1.file.10.fontColor >
ACT.1.file.10.fontColor = #000000
}
# First dropdown Menu configuration
subparts.footmenu_1.10.2 = TMENU
subparts.footmenu_1.10.2 {
noBlur = 1
expAll = 1
wrap = <ul class="topmenul2"> | </ul></li>
NO.wrapItemAndSub = <li>|</li>
IFSUB=1
IFSUB {
wrapItemAndSub = <li>|</li>
ATagParams = class="topmenul2-ifsub"
}
}
# Second dropdown is the same is first drop down
subparts.footmenu_1.10.3 < yacbddm.10.2
subparts.footmenu_1.10.3.wrap = <ul class="topmenul2"> | </ul>
# Third dropdown is the same is first drop down
subparts.footmenu_1.10.4 < yacbddm.10.2
subparts.footmenu_1.10.4.wrap = <ul class="topmenul2"> | </ul>
subparts.footmenu_1.20 = TEXT
subparts.footmenu_1.20.value (
<script src="typo3conf/ext/htmlcssstyling/template/main/yacbddm.js"
type="text/javascript"></script>
<script type="text/javascript">/*activateMenu('yacbddm')*/</script>
)
More information about the TYPO3-english
mailing list