I have a problem with Dreamweaver MX2004 not displaying valid CSS code
The following code is valid:
a:hover.leftlink {
background-color: #FFDF55;
text-align: left;
width: 90px;
font-weight: bold;
display: block;
}
but will not show in CSS styles
Can anyone help?