[TYPO3-german] Menu und Css

Bernd Wilke xoonsji02 at sneakemail.com
Sat Jun 23 14:08:47 CEST 2007


On Sat, 23 Jun 2007 13:08:25 +0200, <info at ralf-project.de> wrote
with subject "[TYPO3-german] Menu und Css":

> 
> Hallo,
> 
> ich probiere nun schon erfolglos eine weile rum und kann auch im google
> nichts finden.
> Ich hoffe auf eure Hilfe zu folgendem Problem:
> 
> Ich hab ein TMENU und dort dann NO, ACT, RO

> 
> Ich möchte nun gern, das um das jeweilige <div>
> 
> NO.allWrap = <div id="hauptmeuNo">|</div>
> 
> zwei weitere <div>´s erscheinen. Am ende soll das folgende form haben...
> 
> <div id="eckeLi">
> 	<div id="eckeRe">
> 		<div id="hauptmenuNo"> der Link </div>
> 	</div>
> </div>
> 
> 
> Danke für eure hilfe
> 
> ralf

was spricht gegen: 

NO.allWrap = <div id="eckeLi"><div id="eckeRe"><div
id="hauptmenuNo">|</div></div></div>

bzw: 
NO.allWrap (
  <div id="eckeLi">
    <div id="eckeRe">
      <div id="hauptmenuNo">|</div>
    </div>
  </div>
)

Bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html


More information about the TYPO3-german mailing list