looking at a templates css, trying to figure out the double #. I know one #
is a id. Looked at several tutorials but couldn't find an answer.
Example:
/*header*/
##header .menu{ height:65px}
##header .menu .fleft{ padding:11px 0 0 71px}
##header .menu .fright{ padding:31px 75px 0 0}
##header .menu .fright img{ margin-left:2px}
I am trying to do h1's with different colors.
This does not work:
h1 {
font-weight: bold;
font-size: 15px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: normal;
margin-top: 0px;
margin-bottom: 0px;
}
##h1 .red {color: #FF0000;}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know
on the House of Fusion mailing lists
Archive:
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:313275
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm