Hi,
Can anyone tell me how I can create rollover links in DNN? I don't want to use the SOLPARTMENU, unless it is a secondary one - any suggestions?
I tried do it in CSS, but it dosent work!! See below...
.introduction {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #e5007f;
text-decoration: none;
border-top: 1px white;
border-bottom: 1px white;
}
.introduction:link {
background-color: #f9cbe5;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #e5007f;
text-decoration: none;
border-top: 1px;
border-color: #ffffff;
border-bottom: 1px;
}
.introduction:hover {
background-color: #e20080;
border-top: 1px white;
border-bottom: 1px white;
color: #ffffff;
Also tried vaious modules, but they either only change the alpha or they have a huge cell padding on them so the links are seperated too much.
Thanks,
Anna