Näpp, jag får inte till min css.
jag vill att när man för musen över ex. "enter" på första index så ska det röra sig lite & bli lite suddigt, även när man för musen över ex. lapparna i "mystäcke".
Transparensen & att texten ska bli tjock har jag fixat :e
Är det något annat fel på css'n?
http://w1.704.comhem.se/~u70411449/
a, p{
text-decoration:none;
color: #000099;
font-family: "Comic Sans MS", Veranda;
font-weight: normal;
font-size: xx-small;
/*text-align:center;*/
line-height:200%;
}
a:link{
color: #000099;
text-decoration: none;
cursor:e-resize;
}
a:visited{
color: #000099;
text-decoration: none;
}
a:hover{
font-family: "Comic Sans MS", Veranda;
font-size:xx-small;
font-weight:bold;
color:#66ccff;
text-decoration:filter:blur;
cursor:e-resize;
}
a:active{
color: #000099;
text-decoration: none;
}
body {
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-base-color:#F5F9FC;
scrollbar-track-color:#F5F9FC;
scrollbar-darkshadow-color:#F5F9FC;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#C3C3C3;
scrollbar-shadow-color:#F5F9FC;
}
-->
{ }
<!--
BODY {background-color: #F5F9FC; filter: alpha(opacity=80)
-->
</STYLE>