Hi
I am using a script to detect screen sizes. If the screen is 600/800/1024, I use a specific ext style sheet to tailor the fonts etc for that screen size.
My question is:
I have a page 'index.html' with 7 images.
I want to be able to change these images so that if the screen size is 600 I use/load/specify smaller images, if it is 1024 I use larger images.
Does anyone know how I can do this? Do you have to give each img on the index.html page a specific ID and then refer to that id?
...not seeing the whole picture here.. is this possible and how?
thanks!
Lee
I am using a script to detect screen sizes. If the screen is 600/800/1024, I use a specific ext style sheet to tailor the fonts etc for that screen size.
My question is:
I have a page 'index.html' with 7 images.
I want to be able to change these images so that if the screen size is 600 I use/load/specify smaller images, if it is 1024 I use larger images.
Does anyone know how I can do this? Do you have to give each img on the index.html page a specific ID and then refer to that id?
...not seeing the whole picture here.. is this possible and how?
thanks!
Lee