Come on ... Somebody has to know how to do thisBiggDawgg wrote:I have the following code in my css for redbar
how can I add a different text color on mouseover?Code: Select all
.redbar { margin: 0; text-align:center; font-weight: bold; font-size: 1.1em; }
Thanx in advance
Code: Select all
.redbar:hover {
margin: 0;
text-align:center;
font-weight: bold;
font-size: 1.1em;
color: #000000;
}
Code: Select all
.redbar:hover {
margin: 0;
text-align:center;
font-weight: bold;
font-size: 1.1em;
color: #000000;
}
Code: Select all
style="color: #{redbar.REDBAR_COLOUR};"
Code: Select all
color: #000000;
Code: Select all
‹
Code: Select all
∗
Code: Select all
∗
Thank you so much for your quick answerChriZathens wrote:Code in footer and header includes aReplace it withCode: Select all
‹
orCode: Select all
∗
, or simply with *Code: Select all
∗
Code: Select all
¤