hi again
is there a way to change css rules using javascript? i have this:
<style type="text/css">
.flash
{
position:absolute;
left:52px;
bottom:30px;
}
.logo
{
position:absolute;
left:0px;
top:20px
}
</style>
and i want to change .logo and .flash attributes depending on the window size...
thanks