Hi Everyone,
I have syntax errors in this source coding that I can't seem to find an answer to. I have something indicated wrong in the coding.
The Coding: <div style="background-color: #000000; filter: progid DXImageTransform.Microsoft
.Alpha(opa
city=40) progid: DXImageTransform.Microsoft
.Blur(pixe
lradius=3)
; height: expression(this.nextSiblin
g.offsetHe
ight); width:expression(this.next
Sibling.of
fsetWidth)
; left: 3px; top: 3px; position: absolute; z-index: -1; "></div>
<div id="content" style="height:100%; padding:0; margin:0; " class="Select_Institution"
>
The Errors:
Error 6 CSS validation: Unexpected ':' character. C:\DOC\IMAS\Controls\Insti
tutionSele
ctor.ascx 13 114
http://localhost/IMAS/
Error 7 CSS validation: 'filter' is not a valid CSS property name. C:\DOC\IMAS\Controls\Insti
tutionSele
ctor.ascx 13 48
http://localhost/IMAS/
Error 8 CSS validation: 'expression(this.nextSibli
ng.offsetH
eight)' is not a valid value for property 'height'. C:\DOC\IMAS\Controls\Insti
tutionSele
ctor.ascx 13 172
http://localhost/IMAS/
Error 9 CSS validation: 'expression(this.nextSibli
ng.offsetW
idth)' is not a valid value for property 'width'. C:\DOC\IMAS\Controls\Insti
tutionSele
ctor.ascx 13 221
http://localhost/IMAS/
Any help is appreciated.