Posted by CalgaryWebGuy on 11/25/05 17:10
julian_m wrote:
> I'm thinking to do the following to be able to render the page
> according to the user resolution
>
> [pseudo-code]
>
> <html>
> <head>
> <meta blah blah blah
> .....
>
> if userselect = 800x600 {
> <link rel="stylesheet" type="text/css" href="style800.css" >
> }elseif userselect = 1024x768 {
> <link rel="stylesheet" type="text/css" href="style1024.css" >
> }elseif userselect = 640x480 {
> <link rel="stylesheet" type="text/css" href="style640.css" >
> }
>
> [/pseudo-code]
>
> Note that it will be coded in php, and the user will select certain
> resolution (userselect parameter) given his own preferences
>
> What do you think about this aproach?
>
> regards - julian
>
Remember the three click rule.
If it takes the user more than 3 clicks to find what they are looking
for, they've gone to another site.
The site would have to be pretty special for me to fill out a form
before I even view the site.
IMHO.
Jeff
__
www.calgarywebguy.com
Navigation:
[Reply to this message]
|