[Typo3] semi transparent GMENU

Rob De Vries spam_this at pandora.be
Wed Mar 2 23:32:14 CET 2005


> that's awesome! How did you generate the transparent menu, could you please
> give a bit of example code?

#----------------------------------- TOP NAV
[browser = msie]
temp.topnav = HMENU
temp.topnav.1 = GMENU

temp.topnav.1.NO {
XY = 106,44
20 = TEXT
20.text.field = title
20.offset = -5,35
20.align = right
20.fontSize = 15px
20.fontFile =  fileadmin/template/fonts/{$myfont}
20.fontColor = #656565

10 = IMAGE
10.align = l , t
10.file = fileadmin/template/css/topbuttonnormal4.jpg
10.file.width=106
10.file.height=44
10.offset = 0,0

}


temp.topnav.1.RO < temp.topnav.1.NO
temp.topnav.1.RO = 1
temp.topnav.1.RO {
20 = TEXT
20.text.field = title
20.offset = -5,20
20.align = right
20.fontSize = 15px
20.fontFile =  fileadmin/template/fonts/{$myfont}
20.fontColor = #DE456C


30 = TEXT
30.text.field = subtitle
30.offset = -5,35
30.align = right
30.fontSize = 12px
30.fontFile =  fileadmin/template/fonts/{$myfont}
30.fontColor = #788A8D
#30.transparentBackground = 1

10 = IMAGE
10.file = fileadmin/template/css/topbuttonactive.jpg
}

temp.topnav.1.ACT < temp.topnav.1.NO
temp.topnav.1.ACT = 1
temp.topnav.1.ACT {
20 = TEXT
20.text.field = title
20.offset = -5,20
20.align = right
20.fontSize = 15px
20.fontFile =  fileadmin/template/fonts/{$myfont}

20.fontColor = #DE456C


30 = TEXT
30.text.field = subtitle
30.offset = -5,35
30.align = right
30.fontSize = 12px
30.fontFile =  fileadmin/template/fonts/{$myfont}
30.fontColor = #788A8D


10 = IMAGE
10.file = fileadmin/template/css/topbuttonactive.jpg
}


[else]
temp.topnav = HMENU
temp.topnav.1 = GMENU
#temp.topnav.1.transparentBackground = 1

temp.topnav.1.NO {
XY = 106,45
#XY = 107,42
20 = TEXT
20.text.field = title
20.offset = -5,35
20.align = right
20.fontSize = 15px
20.fontFile =  fileadmin/template/fonts/{$myfont}
20.fontColor = #656565

10 = IMAGE
10.align = l , t
10.file = fileadmin/template/css/topbuttonnormal.png
10.file.width=106
10.file.height=45
#10.file.width=107
#10.file.height=43
10.offset = 0,0

}


temp.topnav.1.RO < temp.topnav.1.NO
temp.topnav.1.RO = 1
temp.topnav.1.RO {
20 = TEXT
20.text.field = title
20.offset = -5,20
20.align = right
20.fontSize = 15px
20.fontFile =  fileadmin/template/fonts/{$myfont}
20.fontColor = #DE456C


30 = TEXT
30.text.field = subtitle
30.offset = -5,35
30.align = right
30.fontSize = 12px
30.fontFile =  fileadmin/template/fonts/{$myfont}
30.fontColor = #788A8D
#30.transparentBackground = 1

10 = IMAGE
10.file = fileadmin/template/css/topbuttonactive.png
}

temp.topnav.1.ACT < temp.topnav.1.NO
temp.topnav.1.ACT = 1
temp.topnav.1.ACT {
20 = TEXT
20.text.field = title
20.offset = -5,20
20.align = right
20.fontSize = 15px
20.fontFile =  fileadmin/template/fonts/{$myfont}

20.fontColor = #DE456C


30 = TEXT
30.text.field = subtitle
30.offset = -5,35
30.align = right
30.fontSize = 12px
30.fontFile =  fileadmin/template/fonts/{$myfont}
30.fontColor = #788A8D


10 = IMAGE
10.file = fileadmin/template/css/topbuttonactive.png
}
[end]



More information about the TYPO3-english mailing list