I've got I would say rather small problem consider with adding atribute :active to some links on my website. I wrote code where I use jquery tabs where content is loaded via #div tags
For example I click on position "Home" in my menu and its conected to div #home etc I want to make active link bold but when I use
sidemenu li a:active { font-weight:bold; }
bolded text appears only when I hold my left mouse button on it.
Is there any solution to this problem?