given7
Joined: 13 Sep 2006 Posts: 1
|
Posted: 13 Sep 2006 - 10:04 am Post subject:
MENU (text + image) Mouse-Over Problem
Subject description: My MENU is made up of an IMAGE and a TEXT element but behaves inconsistenly. |
|
|
Hi TYPO3ers,
have a look at this page:
http://www.wirgebendemholzprofil.de/rundprofil.html
look at the left navigation (green images and text beneath...
- when you mouse over ONLY the graphic, it turns the grafik Orange
- but when you MOUSE OVER the text, both Text and Graphic turns ORANGE which is EXACTLY what I want to have.
So how come when you mouse over the graphic it doesn't turn the text ORANGE too??
Here's my Typoscript for the MENU:
page.10.subparts.content.subparts.PROFILMENU = HMENU
page.10.subparts.content.subparts.PROFILMENU.special = directory
page.10.subparts.content.subparts.PROFILMENU.special.value = 24
page.10.subparts.content.subparts.PROFILMENU.stdWrap.wrap = <ul> | </ul>
page.10.subparts.content.subparts.PROFILMENU.1 = TMENU
page.10.subparts.content.subparts.PROFILMENU.1 {
NO.wrapItemAndSub = <li class="NO"> | </li>
NO.beforeImg.import = uploads/media/
NO.beforeImg.import.field = media
NO.beforeImg.import.listNum = 1
NO.beforeROImg = IMG_RESOURCE
NO.beforeROImg.import = uploads/media/
NO.beforeROImg.import.field = media
NO.beforeROImg.import.listNum = 2
NO.RO = 1
NO.linkWrap = </li><li class="NO">
NO.allWrap =
NO.beforeImgLink = 1
ACT = 1
ACT.wrapItemAndSub = <li class="ACT"> | </li>
CUR = 1
CUR.wrapItemAndSub = <li class="CUR"> | </li>
CUR.beforeImg.import = uploads/media/
CUR.beforeImg.import.field = media
CUR.beforeImg.import.listNum = 2
CUR.linkWrap = </li><li class="CUR">
NO.allWrap =
}
Does anybody have an IDEA how to combat this problem. I would be sooooooo relieved to get it solved as would the customer too.
Thanks for any help in advance,
Best regards,
Kieran Given | givenmedia
http://www.givenmedia.com
+++++++++++++++++++++
TYPO3 rocks! I know coz. I've used other 30,000 Euro CMS Systems and TYPO3 is the answer to a prayer!  |
|