olaf
03-23-2004, 07:19 AM
Hallo,
i want to display different styles for different input elements.
I learned something about "Attribute selectors" and started some CSS code like this.
input[type=submit] {
color: #996666;
font-size: 12px;
font-weight: bold;
background-color: #660033;
border: 1px solid #996666;
}
on my page is nothing changed (still the standard button). Strange is that in Dreamweaver's design-view the smaller boldtext is visible.
Anyone an idea what's wrong?
Thanks.
i want to display different styles for different input elements.
I learned something about "Attribute selectors" and started some CSS code like this.
input[type=submit] {
color: #996666;
font-size: 12px;
font-weight: bold;
background-color: #660033;
border: 1px solid #996666;
}
on my page is nothing changed (still the standard button). Strange is that in Dreamweaver's design-view the smaller boldtext is visible.
Anyone an idea what's wrong?
Thanks.