Displaying 1 result from an estimated 1 matches for "m_title".
Did you mean:
__title
2009 May 12
3
forms & link css classes - not working
...aving trouble. In my css I have:
#content a, a:link, a:visited{
color: #ff8400;
}
#content a:hover{
background: #ff8400;
color: #FFFFFF;
}
#content a.urgent, a.urgent:link, a.urgent:visited {
color: #FF0000;
}
#content a.urgent:hover {
color: #FFFFFF;
background: #FF0000;
}
#content input.m_title{
font-weight: bold;
font-size: 28px;
padding: 3px;
}
The style for the links works, but not for the .urgent class. Also the
style for the input.m_title will not work. When I view the source the
class is written right too:
<a href="/galleries/1" style="urgent">Destr...