By cmcguinness on
Hi,
I'm designing the website for the Liberties Computer Clubhouse - The link to the page is www.theclubhouse.ie/theclubhouse and I want to make it so the menu tab is white when a user is on a page, e.g. www.theclubhouse.ie/theclubhouse/sites/all/themes/drupify/images/sample.png
I thought I could do it with CSS and a:active but I didn't realise this meant only when I hold the button on the page.
Is this possible? And thank you in advance for any/all advice.
Ciaran
Comments
It takes the class 'active'
It takes the class 'active' so you can use a.active (instead of a:active).
thanks you!
You're a start, thanks you!!!