Forum Moderators: open

Message Too Old, No Replies

Screen Resolution Redirect script

i need help

         

specialist

1:43 pm on Feb 20, 2002 (gmt 0)



hello-

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

tedster

1:52 pm on Feb 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to the forums, specialist.

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.

specialist

6:53 pm on Feb 20, 2002 (gmt 0)



thank you so very much, Tedster.

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.