A silly problem, can you help? - Joomla! Forum - community, help and support
hello,
i'm trying put borders around main menu links reason border css not being picked up. heres code, ideas:
//
.moduletable_mm{
background: #ffffff;
border-bottom: 1px solid: #93a444;
border-right: 1px solid: #93a444;
}
.moduletable_mm {
border: 1px solid: #93a444;
font-size:18px;
font-family:verdana,arial,helvetica,sans-serif;
text-decoration:none;
color: #0099ff;
line-height: 30px;
padding-left:20px;
}//
problem solved: i've put semi colon before hex.
i'm trying put borders around main menu links reason border css not being picked up. heres code, ideas:
//
.moduletable_mm{
background: #ffffff;
border-bottom: 1px solid: #93a444;
border-right: 1px solid: #93a444;
}
.moduletable_mm {
border: 1px solid: #93a444;
font-size:18px;
font-family:verdana,arial,helvetica,sans-serif;
text-decoration:none;
color: #0099ff;
line-height: 30px;
padding-left:20px;
}//
problem solved: i've put semi colon before hex.
Comments
Post a Comment