By sugarfree on
Hi All, new to drupal.
I have a very simple menu/navigation structure:
Item 1
Item 2
Sub Item 1
Sub Item 2
Item 3
I'm using the burnt theme (so text menu items are orange).
All i want to do is once a user clicks say Item 3, and node x for Item 3 is loaded (i.e active), that the Item 3 link is a different color (e.g green :-), and even better, Item 3 is no longer a link.
Any suggestions welcomed
_C
Comments
=-=
you do this by adding the necessary css to the style.css file
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )
Have tried many variations
Have tried many variations in styles.css but alas no dice :-(
What should i add/change to:
#sidebar-left a:link {
color:#00ff00;
text-decoration: none;
}
-Cheers
============
Bit rusty when it comes to css :-)
#sidebar-left .active,
#sidebar-left .active, a.active {
color:yourcolor;
text-decoration: none;
}
the solution is quite
the solution is quite simple
Snyder Technologies
Thankyou. All good
Cheers to VeryMisunderstood, Yur, pegleglax.
Your comments helped me fix my problem
-Craig
"Sometimes, you can't see the forest for the trees"