aquasyl 2008-09-15 11:18 | Hello How i can do, to have another form for my menu1? I want a Drop-down menu vertical line , like this ( i do this with paint ) :
http://img233.imageshack.us/my.php?image=screenshot782le7.jpg
» Quick.Cart v2.x |
litas 2008-09-15 12:08 | go to templates/default.css, find a line #menu1 li{float:left;padding:12px 8px 0;} and change the line to #menu1 li{padding:12px 8px 0;}. |
aquasyl 2008-09-15 13:33 | Hey Litas, I don't have this ligne, look :
/* MENU 1 styles - left menu */ #menu1{width:120px;margin:1px 0 1px 1px;} #menu1 dt{border-bottom:1px solid #000099;} #menu1 dt a{display:block;height:12px;padding:1px 0 1px 1px;color:white;font: 1.1em verdana, sans-serif;} #menu1 dt a:hover{color:#FF33FF;} #menu1 dd{margin:0 0 0 1px;border-bottom:1px solid red;} #menu1 dd a{display:block;height:15px;padding:2px 0 1px 2px;color:#FFFF00;font:1em verdana, sans-serif;} #menu1 dd a:hover{color:red;} #menu1 dt.l1{border-top:px solid red;}
|
litas 2008-09-15 17:50 | I think that is impossible to do with CSS only. In my opinion, you need to change menu_1.tpl |
aquasyl 2008-09-15 19:04 | Yes i thinks so too. If somedy have idéa to do that. |