Log in

View Full Version : Which is this style class?


Christos Teriakis
10-24-2011, 07:00 AM
Hello,

Could you plase someone help me to find the style class in Usercp menu options which makes the a:active to have yellow background? (see attachment).

Currently my link is:

<li><a href="classifieds_usercp.php?{vb:raw session.sessionurl}do=myitems">{vb:var vbphrase.microclassifieds_my_items}</a></li>


Thank you
Chris

Attitude5ire
10-24-2011, 07:48 AM
that wud be imodhilite_backgroundColor

Christos Teriakis
10-24-2011, 08:43 AM
that wud be imodhilite_backgroundColor

Maybe I used wrong wording, as I'm not designer:D Most probably I had to ask which is the class to use. eg

<li class=".....">


Thank you anyway.

Chris

Lynne
10-24-2011, 02:25 PM
class="inactive" ?

That class is defined in php (or a condition, I didn't look) to be either inactive or active depending on if that is the page your are on.

Christos Teriakis
10-24-2011, 03:01 PM
class="inactive" ?

That class is defined in php (or a condition, I didn't look) to be either inactive or active depending on if that is the page your are on.

Thank you Lady. Yeap, I need to toggle between class="active" and class="inactive", but as it's related to code, I'll find my way.

Chris