Subpages in left

cgan

Avatar: cgan

2007-11-23 10:12

I want to use menu2 (below logo) as the main menu and in the left column I want to display a list , as a new menu, of the subpages connected to each item in in menu 2. How can I do that?

» Quick.Cms v2.x

merci

No avatar

2007-11-26 09:29

cgan - read this: http://opensolution.org/Quick.Cms/forum/?p=readTopic&nr=287

Kordian

Avatar: Kordian

2007-11-26 11:54

I find better and esier method.

Don't use the left menu, only under logo. But, in CSS I modyfi subpages to display him i left menu position. Its simple .

// sorry for my english ;)

cgan

Avatar: cgan

2007-11-26 21:45

Merci - Sorry, I do not understand polish. Do you have another topic explaining this in english?

Kordian - Sounds intresting. Where in the css do you change this position?

Kordian

Avatar: Kordian

2007-11-26 23:48

this is simple, I doi #body position:relative;
then, you must in subpages, in my case:
#subList2 {width:200px; margin:0;border-bottom:1px dashed #bcbaac;list-style:none; background: url(img/lefton.jpg) repeat-y; position:absolute; top:50px; left:10px; text-align:left;}
#subList2 li { background:none;width:200px; padding:0; margin:0;}
#subList2 li div {display:none;}
#subList2 li a{display:block;background:none;width:92%;padding:4px 4%;border-top:1px dashed #bcbaac;color:#000;text-decoration:none;font:normal 12px "Trebuchet MS"; }
#subList2 li a:hover {background: url(img/left.jpg) repeat-y;color:#fff;text-decoration:none;}

merci

No avatar

2007-11-27 08:46

cgan - I'm sorry ;/ In this topic I linked, Kordian send a solution, so maybe use his tips. To make it automatic, it will need big modyfication in PHP, so easier is make it as Kordian said.

cgan

Avatar: cgan

2007-11-27 16:46

Kordian - Have you made any more changes than inserted the code above in the css file? I can“t get this to work with just putting the code in the css file.

Kordian

Avatar: Kordian

2007-11-28 09:02

strange, it's must working.

How effect are you have? Remeber, you must use good subList 1 or 2

cgan

Avatar: cgan

2007-11-28 15:19

Where do you change to subList2, I just get subList 1.

cgan

Avatar: cgan

2007-11-28 22:21

Kordian - it works! Now I know what you mean. I had to change to subList2 first to get it to work.

Back to top
about us | contact