Screen resolution and background

Hallo!I’m new to 6.5 and I’m looking for a smart way to manage background images with different screen resolutions…

Thanks in advance.

Subject: screen resolution and background

I use JavaScript to detect screen resolution (even in the client).

HTH

Subject: RE: screen resolution and background

Thank you, now I’m usign JavaScript but I need to create images with the same canvas size for each resolution and then I use

“document.images[i].src = …”

to substitute the background.

Do you think I’m doing the right thing?

Bye bye.

Giorgio