Website page width

Status
Not open for further replies.

taekwondokid42

New Member
Messages
268
Reaction score
0
Points
0
I am trying to put together a website that looks good on any monitor, any resolution. If there is a widescreen monitor, I want everything blockquoted, so that my page does not look all spread out.


But if they have a full screen, all the blockquotes will make the page appear crammed.


I could put up a pixel limit, but what if they have a very low resolution or a very high resolution?




Is there a way I could say "if (widescreen) { <blockquote> }" ?
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
I'm not sure whether that's possible or not, but one way you could do it would be to use a server-side script to determine which css file to include, based on the screen resolution of the end user; i.e prompt them to input the information with a form.
 
Last edited:

sunils

New Member
Messages
2,266
Reaction score
0
Points
0
hi, you can have css for various resolution, but that is not the ultimate solution.

(1) if you have css for various resolution

  1. put an icon in the web page about the layout selection like yahoo page where you can choose the width. so no problem on what resolution you have
(2) other wise use percentage values in design part like
Code:
table width=100%
etc
 
Status
Not open for further replies.
Top