sfchun
06-17-2008, 08:02 AM
Hello,
I'm trying to get a valide CSS on my site, using : http://jigsaw.w3.org/css-validator/
but in my frameset i had to put the 'red' line in code bellow, to force IE having a good behaviour ; and of course it is not a valide CSS code...
i got this error :
Value Error : height Parse Error document.body.clientHeight - 255 + "px")
Any idea to solve this problem ??
#left-side-frame {
position: absolute;
top: 110px;
bottom: 20px;
left: 0px;
width: 20%;
height: (document.body.clientHeight - 255 + "px"); /* IE fix */
text-align: left;
}
I'm trying to get a valide CSS on my site, using : http://jigsaw.w3.org/css-validator/
but in my frameset i had to put the 'red' line in code bellow, to force IE having a good behaviour ; and of course it is not a valide CSS code...
i got this error :
Value Error : height Parse Error document.body.clientHeight - 255 + "px")
Any idea to solve this problem ??
#left-side-frame {
position: absolute;
top: 110px;
bottom: 20px;
left: 0px;
width: 20%;
height: (document.body.clientHeight - 255 + "px"); /* IE fix */
text-align: left;
}