för att få bort opacity'n i min css?
Hur ser det ur förövrigt?
body, a {
text-decoration:none;
color: #000099;
font-family: comic sans MS;
font-weight: normal;
font-size: xx-small;
text-align:center;
line-height:200%;
}
a:link{
color: #000099; text-decoration: none; cursor:crosshair
}
a:visited{
color: #000099; text-decoration: none;
}
a:hover{
color: #66ccff; text-decoration: underline overline; height:2pt; filter:blur; cursor:e-resize
}
a:active{
color: #000099; text-decoration: none;
}
iframe{
border: 1px dashed #000099;
}
body {
scrollbar-face-color: #F5F9FC;
scrollbar-highlight-color: #F5F9FC;
scrollbar-3dlight-color: #000099;
scrollbar-darkshadow-color: #F5F9FC;
scrollbar-shadow-color:#F5F9FC;
scrollbar-arrow-color: #000099;
scrollbar-track-color: #F5F9FC;
}
-->
{ }
<!--
BODY {background-color: ##F5F9FC; filter: alpha(opacity=80) }
-->
</STYLE>
</head>