sampsu![]() 2007-06-02 15:05 | I have a layout for my shop, where i use class="active" to mark the active page in my menu (it has different backround)
» Quick.Cart v2.xNow using Q.C 2.2 |
sampsu![]() 2007-06-04 08:13 | Anyone ? Now using Q.C 2.2 |
sampsu![]() 2007-06-04 09:02 | What i mean is: Now using Q.C 2.2 |
merci![]() 2007-06-04 11:21 | sampsu - this mechanism is implemented already in Q.C. In templates/menu_1.tpl is block SELECTED where you can define special class for selected element. |
sampsu![]() 2007-06-04 12:28 | Thanks Now using Q.C 2.2 |
vaikis![]() 2007-11-08 07:53 | need example how to use this SELECTED block |
merci![]() 2007-11-08 08:47 | vaikis - in file templates/menu_1.tpl you will find block SELECTED. Into this block, you can put additional id or style for selected element, here is quick example of block SELECTED:
<!-- BEGIN SELECTED -->style="background-color:red;"<!-- END SELECTED -->
but better put here only id, and define it in templates/default.css file. |
vaikis![]() 2007-11-08 10:06 | thank you :) works perfect |