I'm not very good with css and this has been driving me crazy, I can't figure out what is wrong...
This is my code:
These are my errors:
18 A:hover Parse Error P { font-family:arial; color: #000000 ; font-weight:normal; font-size:10px; } scrollbar-face-color:FFFFFF
19 A:hover Property scrollbar-highlight-color doesn't exist : 0
20 A:hover Property scrollbar-3dlight-color doesn't exist : 0
21 A:hover Property scrollbar-shadow-color doesn't exist : 0
22 A:hover Property scrollbar-darkshadow-color doesn't exist : 0
23 A:hover Property scrollbar-arrow-color doesn't exist : 0
24 A:hover Property scrollbar-track-color doesn't exist : FFFFFF
24 A:hover Parse Error [empty string]
Can someone please help me? T^T
This is my code:
| Quote: |
|
body { background-attachment: fixed; } A:link { text-decoration: none; color: #000000 ; } A:visited { text-decoration: none; color: #000000 ; } A:active { text-decoration: none; color: #000000 ; } A:hover { text-decoration: blink; color: #000000 ; P { font-family:arial; color: #000000 ; font-weight:normal; font-size:10px; } scrollbar-face-color:FFFFFF; scrollbar-highlight-color:000000; scrollbar-3dlight-color:000000; scrollbar-shadow-color:000000; scrollbar-darkshadow-color:000000; scrollbar-arrow-color:000000; scrollbar-track-color:FFFFFF; |
These are my errors:
18 A:hover Parse Error P { font-family:arial; color: #000000 ; font-weight:normal; font-size:10px; } scrollbar-face-color:FFFFFF
19 A:hover Property scrollbar-highlight-color doesn't exist : 0
20 A:hover Property scrollbar-3dlight-color doesn't exist : 0
21 A:hover Property scrollbar-shadow-color doesn't exist : 0
22 A:hover Property scrollbar-darkshadow-color doesn't exist : 0
23 A:hover Property scrollbar-arrow-color doesn't exist : 0
24 A:hover Property scrollbar-track-color doesn't exist : FFFFFF
24 A:hover Parse Error [empty string]
Can someone please help me? T^T
