cLFlaVA <quote>
the real answer is "develop your websites so they are browser-independent".
* and resolution-independent.
</quote>
You are absolutely right!
However, with some 90%+ of web users having JavaScript turned on, it is quite sensible to be using JavaScript to customise delivery according to a user's particular settings.
Many sites that are browser / resolution independent look dreadful on my screen resolution of 1600 x 1200 and likewise, there are many sites that look dreadful on 800 x 600.
Where users do not have JavaScript turned on, I can use the <noscript> tag to send them to the "vanilla" version that accommodates everyone.
That said, can anybody direct me as to how to create a JavaScript link that will direct users in different directions according to their resolution / browser size?
Regards,