2007-03-06 15:06
Hello And fiste of all, thank's to the opensolution crew for this great CMS. I want to make the lelf products menu vertical, like the top menu, is that possibel, and if how? I tryede to change somsetting in the default.css here /* MENU 1 styles - left menu */ #menu1{width:180px;margin:20px 0 20px 17px;} #menu1 dt{border-bottom:1px solid #afd0ff;} #menu1 dt a{display:block;height:16px;padding:6px 0 6px 25px;background:url( 'img/ico_arrow.png' ) 7px 11px no-repeat;color:#5d81bd;font:bold 1.167em verdana, sans-serif;} #menu1 dt a:hover{background-color:#f2f5fb;color:#5d81bd;} #menu1 dd{margin:0 0 0 14px;border-bottom:1px solid #afd0ff;} #menu1 dd a{display:block;height:16px;padding:6px 0 6px 23px;background:url( 'img/ico_arrow_sub.png' ) 7px 11px no-repeat;color:#5d81bd;font:1.167em verdana, sans-serif;} #menu1 dd a:hover{background-color:#f2f5fb;color:#5d81bd;} #menu1 dt.l1{border-top:1px solid #afd0ff;} but notthing I tryede workede! I'am using Quick.Cart_v2.0 Pjorte
» Quick.Cart v2.x 2007-03-06 16:09
pjorte - i have never do it but maybe try this: #menu1 - delete width:180px; #menu1 dt - give float:left; #menu1 dt a - delete display:block; #menu1 dd - give float:left; You must test and check .. it is not full version that i gave You. Test and try
2007-03-15 10:42
Hey treeword thanks.. i try it, cut not get it to work, so I use a nother solusion. pjorte