Thread: Resolution Conflicts
Results 1 to 5 of 5
Related
-
Detecting Resolution Forum: Javascript Forum
Replies: 7 -
Changing Resolution Forum: HTML Forum
Replies: 3 -
resizing resolution Forum: HTML Forum
Replies: 1 -
SCRIPT conflicts Forum: Javascript Forum
Replies: 6 -
Is it the resolution, or a Stretch?? Forum: Web Hosting Forum
Replies: 2
-
01-05-2007, 07:19 AM #1
Resolution Conflicts
Hello everyone!
I'm having this problem with making a website right now. My resolution is at 1280x1024, not a normal resolution. The problem I have with websites is that the webpage is too large for other people to view and they have to scroll side to side. Is there a way I could do like a "snap to resolution" and have the whole page condense and conform to each unique user's resolution?
Thanks!
-
01-06-2007, 10:01 AM #2
Re: Resolution Conflicts
Use percentages, not pixels, to set the width of elements on your page. The display will automatically adjust to whatever browser resolution it's being viewed on.
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
-
01-07-2007, 08:50 PM #3
Re: Resolution Conflicts
Do I just set all the tables to height="100%" and width="100%" or what? How do I make it encompass a certain groupt of rows and cells?
-
01-07-2007, 11:09 PM #4
Re: Resolution Conflicts
I generally use CSS to specify a percentage width. You shouldn't have to specify a percentage on height.
You might want to post some code so we can make specific suggestions.Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
-
01-07-2007, 11:12 PM #5
Re: Resolution Conflicts
The project I was working on was for a school class, had to be done all in Notepad and is due tomorrow.
I'm starting a new webpage though to solidify the HTML I learned though and will definately return here for help. Thanks a ton for the quick responses.