Hi, I am having trouble applying CSS to style my links in italic when active–works on hover. I'm sure it is something very simple that I'm doing wrong. I have applied the following code:
a:hover {
font-family:Lifeitalics;
}
a:active {
font-family:Lifeitalics;
}
Also on the projects page I am noticing faint lines from the thumbnail images on hover which should be covered by the titles on mouseover.
Lastly, is there a way to make the site title non-clickable?
My website is: www.normanwilcoxgeissen.com
Many thanks,
Norman