Twinkie
Banned
- Messages
- 1,389
- Reaction score
- 12
- Points
- 0
Im OCD about keeping error free code, and I don't understand why this is popping up?
for this code:
And the cursor: pointer; statement is dropped. Why am I getting this warning?
HTML:
Warning: Expected ':' but found 'switch'. Declaration dropped.
HTML:
body {background-color: lightblue;}
h2 {color: #903;}
table.main td.label {padding-right: 20px}
table.main input {width: 423px;}
span.switch {
cursor: pointer;
position: absolute;
float: left;
}