Basically I want to make this:
About
Into this when the page loads:
&l
I would recommend using jQuery with this function:
$(document).ready(function(){ $('#about').addClass('expand'); });
This will add the expand class to an element with id of about when the dom is ready on page load.