CSS code not displaying in Deamweaver MX2004 - TechRepublic
Question
November 30, 2006 at 02:03 AM
graham.skinner

CSS code not displaying in Deamweaver MX2004

by graham.skinner . Updated 19 years, 7 months ago

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?

This discussion is locked

All Comments