On this my test page here my header is inside a header and hgroup then there is a h1 that is a hyper link with span .sub.
Now my issue is when you mouse over the word "name" it highlights both words however when you mouse over the word "Site" it only highlights that word and not the full header.
Anyone got some idea's?
Now my issue is when you mouse over the word "name" it highlights both words however when you mouse over the word "Site" it only highlights that word and not the full header.
Anyone got some idea's?
HTML:
h1 {
color: #8ab6d0;
font-size: 4em;
letter-spacing: -2px;
margin-top: 0;
font-family: "BloklettersPotloodPotlood", "Times New Roman", Times, serif;
}
header h1 a, a:active, a:visited {
text-decoration: none;
}
header h1 a:hover {
color: #a1d7f5;
text-decoration: none;
}
header h1 .sub {
color: #d0b28a;
}
header h1 .sub:hover {
color: #fcd8aa;
}