yeah its in western culture that you read from left to right from top to bottom
so top left things get more attention....so the things you place there should be more important...navigation or advertisement or hints are a good thing to put there ;) or logos :D
Yeah, I've always been confused as to why you can't define in a style sheet:
widht: < 800px ;
or something like that, which would basically mean, up until 800 pixels, the width is to be fluid and to expand, but it is to be fixed at 800px or high resolution screens.
God that would be so great. or > 500px so it's always more than 500 pixels.
Also vinay, with a properly set layout, you'd never have to scroll sideways anyhow.
True enough. But while the number of properly set layout's is growing, so is the number of ones that aren't.
i prefer it on the left. mainly because of habit i guess..
as per the maximum and minimum widths stuff you can have 'max-width' and 'min-width' in css. however this isnt supported very well in current browsers.
http://www.w3schools.com/css/pr_dim_max-width.asp
http://www.w3schools.com/css/pr_dim_min-width.asp
also regarding the position fixed nav (which i think would be nice) have a read of ( http://www.snook.ca/archives/000368.html ) which works in IE pc/mac. its using a javascript workaround but does the job allright.. ( extension maybe ? )
Comments
@jesusphreak
God that would be so great. or > 500px so it's always more than 500 pixels.
True enough. But while the number of properly set layout's is growing, so is the number of ones that aren't.