Forum Moderators: open
this is my first post, and I'm already asking for help.
I have a redirect script based on EU resolution, however I want the URL to remaing consistent. I want to avoid the following:
800 x 600 = index800x600.html
1024 x 768 = index1024x768.html
so on and such.
I'd like the pages to all read index.html.
any suggestions? (besides fluid method based on % rather than pixel)
thank you very much in advance for any replies.
:sp
Maybe this is too obvious, but how about using a separate directory?
Another choice would be more complex - same url (no redirect) but use your sniffer to send different CSS files for different resolutions. There would be just one page, with the layout set by div's (not tables) and the div widths would be different in each of the CSS files.
I will try to go the more complex way w/ the sniffer. This will be my first attempt at such a practice. I may be back w/ more questions!
takecare and thank you once agian for the advice.