Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS On load change css/hyperlink Re: On load change css/hyperlink

#108473
Billy
Participant

Or just put this line of jQuery in that Chris just tweeted:
$("a[href='" + document.location.pathname + "']").addClass("current");
Then just add styles for .current in your CSS.