[TYPO3] rgaccordion menu not generated at all [SOLVED]

Stephan de Bruin stephan.de.bruin at dpdk.nl
Tue Apr 15 11:48:24 CEST 2008


Ok, I found the problem, now it works.

I set my entryLevel at 201, when it shoud have been just 0.

Thanx anyway for your troubles.






Stephan de Bruin schreef:
> Georg Ringer schreef:
>> Stephan de Bruin wrote:
>>> I want to use the rgaccordion extension on my website to generate a 
>>> menu. I'm using the TS and template below, but the menu is completely 
>>> invisible. 
>>
>> Invisble means that the menu is in the source code but not visible? 
>> check your css?
>>
>> georg
> 
> 
> when I look at the source, I see this:
> 
> <!-- Menu table cell: -->
>             <div id="rgaccordmenunest"></div>
> 
> My css looks like this, nothing strange here I think:
> 
> /* MENU */
> #rgaccordmenunest * {
> padding:0;
> margin:0;
> font-family:arial;
> font-size:12px;
> }
> 
> #rgaccordmenunest a {
> text-decoration: none;
> }
> 
> #rgaccordmenunest {
> padding:50px;
> }
> 
> #rgaccordmenunest h1 {
>     font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
>     font-weight:normal;
>     font-size: 19pt;
>     letter-spacing:.005em;
>     color:#e15c04;
>     
>     margin: 0px;
>     margin-bottom: 20px;
>     border-bottom: 1px solid #cddeed;
> }
> 
> 
> 
> #rgaccordmenu {
> width:200px;
> border:1px solid #ccc;
> }
> 
> #rgaccordmenu, #rgaccordmenu ul, #rgaccordmenu li {
> padding:0;
> margin:0;
> background:none;
> }
> 
> 
> #rgaccordmenu li {
> list-style:none;
> display:block;
> }
> 
> #rgaccordmenu li a {
> color:#fff;
> text-decoration: none;
> }
> 
> #rgaccordmenu .toggle, #rgaccordmenu .empty {
> display:block;
> background:url(/typo3conf/ext/rgaccordion/res/menu/level1act.jpg) 
> no-repeat;
> padding:5px;
> color:#fff;
> cursor:pointer;
> }
> #rgaccordmenu .empty {
> background:url(/typo3conf/ext/rgaccordion/res/menu/level1.jpg) no-repeat;
> }
> #rgaccordmenu .empty a{
> display:block;
> }
> #rgaccordmenu .act {
> background:url(/typo3conf/ext/rgaccordion/res/menu/level1sub.jpg) 
> no-repeat;
> }
> 
> 
> 
> #rgaccordmenu li ul li a{
> color:#333;
> background:url(/typo3conf/ext/rgaccordion/res/menu/level2.jpg) repeat-y;
> display:block;
> padding:5px 0 5px 10px;
> margin-bottom:1px;
> text-decoration: none;
> }
> 
> #rgaccordmenu .toggle2 {
> color:#333;
> background:url(/typo3conf/ext/rgaccordion/res/menu/level2sub.jpg) repeat-y;
> display:block;
> padding:5px 0 5px 10px;
> font-weight:bold;
> cursor:pointer;
> margin-bottom:1px;
> }
> #rgaccordmenu .act2 {
> background:url(/typo3conf/ext/rgaccordion/res/menu/level2act.jpg) repeat-y;
> margin-bottom:1px;
> }
> 
> #rgaccordmenu li ul li ul li a {
> padding:5px 0 5px 25px;
> }
> 
> .open, .open span{
> font-weight:bold;
> text-decoration:underline;
> }
> 


More information about the TYPO3-english mailing list