A.buttons2:Link {
color:black;
text-decoration:none;
font: 11pt "Times New Roman", serif;
}
A.buttons2:Visited {
color:black;
text-decoration:none;
font: 11pt "Times New Roman", serif;
}
A.buttons2:Hover {
color:white;
background-color:black;
font: 11pt "Times New Roman", serif;
}
A.buttons1:Link {
color:white;
text-decoration:none;
font: 11pt "Times New Roman", serif;
}
A.buttons1:Visited {
color:white;
text-decoration:none;
font: 11pt "Times New Roman", serif;
}
A.buttons1:Hover {
color:rgb(183,16,16);
background-color:white;
font: 11pt "Times New Roman", serif;
}
the hover button for buttons2 will not show a black background. don't get it. ty.
color:black;
text-decoration:none;
font: 11pt "Times New Roman", serif;
}
A.buttons2:Visited {
color:black;
text-decoration:none;
font: 11pt "Times New Roman", serif;
}
A.buttons2:Hover {
color:white;
background-color:black;
font: 11pt "Times New Roman", serif;
}
A.buttons1:Link {
color:white;
text-decoration:none;
font: 11pt "Times New Roman", serif;
}
A.buttons1:Visited {
color:white;
text-decoration:none;
font: 11pt "Times New Roman", serif;
}
A.buttons1:Hover {
color:rgb(183,16,16);
background-color:white;
font: 11pt "Times New Roman", serif;
}
the hover button for buttons2 will not show a black background. don't get it. ty.