Hello dear developers! I decided to validate my site and found some mistakes in the code:
First of all, there is a misprint:
| Code: |
.fisheyeItem span {
display: none;
positon: absolute;
}
|
As you can see, the right will be position. But for IE6 I made position: relative, otherwise I get all menu text above the icons.

And validator wrote next things:
QUOTE:
48 Property behavior doesn't exist : url('modules/fisheye_menu/png.htc')
53 Property behavior doesn't exist : url('modules/fisheye_menu/png.htc')
58 Property behavior doesn't exist : url('modules/fisheye_menu/png.htc')
63 Property behavior doesn't exist : url('modules/fisheye_menu/png.htc')
Unfortunately, I don't know a language that used in this script, so I couldn't fix it myself. May you, please, help me in this?
