[Typo3] sitemap hover

moweb randolph-morawe at morawewebdesign.de
Tue Feb 22 16:00:24 CET 2005


Hi list,

I have a problem with my sitemap: see http://vtw-witzenhausen.de/index.php?id=13
If you move over Aktuelles in my sitemap for instance I like the text color turned black. Where do I have to change anything??
Here my template for the sitemap:
Constants:
styles.sitemap.gs {
  target =
  color = black

 headerCase = upper
  headerWrap = <DIV align="center"><B><FONT size="1" face="Arial, Helvetica, sans-serif" color="white"> | </FONT></B></DIV>
  wrap1 = <B><FONT size="1" face="Arial, Helvetica, sans-serif" color="#629CED"> | </FONT></B>
  wrap2 =<b> <FONT face="Arial, Helvetica, sans-serif" size="1" color="#629CED">|</FONT></b>
  wrap3 =<b> <FONT face="Arial, Helvetica, sans-serif" size="1" color="#629CED">|</FONT></b>
  wrap4 =<b> <FONT face="Arial, Helvetica, sans-serif" size="1" color="#629CED">|</FONT></b>
  bullet2 = <IMG src="fileadmin/images/zeiger_link_6mal6.gif width="6" height="9" >
  bullet3 = <IMG src="fileadmin/images/zeiger_link_4mal4.gif" width="4" height="6">
  bullet4 = <IMG src="fileadmin/images/zeiger_link_4mal4.gif" width="4" height="6">


  level3 = 1
}
Setup:
# Änderung der Designvorlage, ein anderes Template wird geladen #####
#seite.20.template.file = fileadmin/templates/sitemap.tmpl
styles.sitemap.gs.20.20 {
 special = directory
special.value = 3
 3.expAll = {$styles.sitemap.gs.level3}
 4 = TMENU
   4.expAll = {$styles.sitemap.gs.level3}
   4.target = {$styles.sitemap.gs.target}
  4.NO {
    allWrap = <TR><td></td><TD align="center" valign="top">{$styles.sitemap.gs.bullet4}</TD><TD align="left" valign="top">|</TD></TR>
    linkWrap = {$styles.sitemap.gs.wrap4}
    ATagBeforeWrap = 1
  }
}
tt_content.menu.20.2 < styles.sitemap.gs

tt_content.menu.20.2.wrap = <TABLE border="0" width="95%" cellspacing="0" cellpadding="0" align="center"> | </table>
tt_content.menu.20.2.20.20.1.NO.allWrap = <TR><TD width="100" align="center" bgcolor="black" colspan="4"><DIV align="center">|</DIV></TD></TR>
tt_content.menu.20.2.20.20.excludeUidList =32,42,44
tt_content.menu.20.2.20.20.2.NO.allWrap = <TR><TD align="center" valign="bottom"><IMG src="fileadmin/images/zeiger_link_6mal6.gif" width="6" height="9"></TD><TD align="left" valign="top" colspan=3>|</TD></TR>
tt_content.menu.20.2.20.20.3.NO.allWrap = <TR><td></td><TD align="center" valign="bottom"><IMG src="fileadmin/images/zeiger_link_4mal4.gif" width="4" height="6"></TD><TD align="left" valign="top" colspan=2>|</TD></TR>
tt_content.menu.20.2.20.20.4.NO.allWrap = <TR><td></td><td></td><TD align="center" valign="bottom"><IMG src="fileadmin/images/zeiger_link_4mal4.gif" width="4" height="6"></TD><TD align="left" valign="top">|</TD></TR>

I thought to integrate somewhere:   tt_content.menu.20.2.20.20.2.ACT.allWrap = <TR><TD align="center" valign="bottom" color="black"><IMG src="fileadmin/images/zeiger_link_6mal6.gif" width="6" height="9"></TD><TD align="left" valign="top" colspan=3>|</TD></TR>
but this doesn`t work?!

Randolph

Thanks in advance for any hints!





More information about the TYPO3-english mailing list