iExplicit
Member
- Jul 30, 2013
- 140
- 23
Hey Guys,
I am honestly very 'crap' at html i've started actually learning it 'properly' since Saturday i've picked up css along the way, but i keep getting this problem
When i hover over my tab it only highlights it, but i want the whole tab to turn that colour
But when i hover over it it keeps the tab the same colour but it just highlights the text in the dark red
I am honestly very 'crap' at html i've started actually learning it 'properly' since Saturday i've picked up css along the way, but i keep getting this problem
When i hover over my tab it only highlights it, but i want the whole tab to turn that colour
But when i hover over it it keeps the tab the same colour but it just highlights the text in the dark red
a:hover {
text-decoration: underline;
color: #F3F781;
background-color: #610B0B;
}