is it possible to do some calculations in css?
like, i want to get the screen size(we can get it in javascript)
and do some manipulation, and set the font-size value.
any one has idea?
Thanks,
Venkat
Thanks,
Venkat
Sinterklaas <ur...@orbi.it> wrote in message
news:uNS86YjdAHA.488@tkmsftngp05...
height: expression(document.body.clientHeight/2);
font-size: expression(8+document.body.clientWidth/80);
"Venkat" <venka...@yahoo.com> wrote in message
news:eXFtubYdAHA.896@tkmsftngp03...
=-=-=
Steve
-=-=-
"Venkat" <venka...@yahoo.com> wrote in message
news:#jJINXldAHA.1320@tkmsftngp02...