Re: values from javascript using in a stylesheet



> Note however, that it's a really bad idea to make your page dependent
> on Javascript, and dynamic resizing can be done through a combination
> of 'fluid layout' and well-written stylesheets. Start here if you want
> to know more:
>
> http://allmyfaqs.com/faq.pl?AnySizeDesign


well, normaly i am programming in php, but now i have to help an
inexperienced designer making a site look good for different resolutions
(800/600 ; 1024 and so on).

i have no experience in doing this so i thought of finding the
windowsize/resolution and using this to set the width/height/top/left etc of
the stylesheet for the objects on the page.

i don't have to use javascript to do this, it is that i just don't know the
best way of doing it.

thanks for your link, it looks interesting


.



Relevant Pages