Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > [First Post] Newbie Alert

Reply
Thread Tools

[First Post] Newbie Alert

 
 
Bob
Guest
Posts: n/a
 
      05-20-2005
Greetings all and hello,

Can anyone advise what the correct resolution should be for a html document
(width and height) so that it fit's in to a browser without creating a
scroll bar on the right side of your browser when the document loads. The
page in question is 5.70KB.

TIA,

Bob E


 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a
 
      05-20-2005
Bob wrote:

> Can anyone advise what the correct resolution should be for a html
> document (width and height)


http://www.allmyfaqs.com/faq.pl?AnySizeDesign

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
 
 
 
Travis Newbury
Guest
Posts: n/a
 
      05-21-2005
Bob wrote:
> Can anyone advise what the correct resolution should be for a html document
> (width and height) so that it fit's in to a browser without creating a
> scroll bar on the right side of your browser when the document loads. The
> page in question is 5.70KB.


If you are interested in having a design that will fit in everyone's
browser window all the time, one solution would be to have everyone log
in, then change the size according to their preferences. Of course
another way would just be to have a flexible design.

--
-=tn=-
 
Reply With Quote
 
dorayme
Guest
Posts: n/a
 
      05-21-2005
> From: "Bob" <>
> Greetings all and hello,
>
> Can anyone advise what the correct resolution should be for a html document
> (width and height) so that it fit's in to a browser without creating a
> scroll bar on the right side of your browser when the document loads. The
> page in question is 5.70KB.



David Dorward gave you a good response. If you want more specific, perhaps
post a URL with your code as best as you know how and go from there.

It is not quite clear that "Resolution" is the right term here. When I
reduce my browser window on my screen with my mouse, I am not changing its
resolution. But such changing can trip a scroll bar (and most usefully).

I suspect you are asking in part, if one were to have a page to look
*exactly* like you as designer want, what should you set as width and height
in px so that most people would see it without having to scroll. Try 800 x
600 px. for this. At least this is reasonable safe. But it is not a good
aim. It may settle some of your concerns, but not other related ones: eg.
suppose someone likes his fonts rather large and commands this, your text
will have to scroll for him then!

Perhaps rephrase your question carefully and what you want might then appear
not to be quite what you think it sensible to want?

In an HTML doc, no width and height actually *has* to be set. There are
defaults for various containers. Flexible design means, among other things,
allowing percentages to rule. If you were to have some navigation on the
left, some text in the middle, maybe some pics too within the text, then
many choices are available. You can have a div or a table cell or whatever
set at width: 20% and another, to the right, at 80% and given a few
conditions, this will more or less adjust to any browser window. But it gets
complicated, because you can float things without specifying even
percentages...

dorayme

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Alert..General Alert?..New Discovery?. =?Utf-8?B?U3BhbW1lcipLaWxsZXI=?= Wireless Networking 0 07-24-2007 03:36 PM
on click in popup window throws alert : need to avoid alert of postdata Ganesh ASP .Net 0 06-29-2007 06:51 AM
How to create a form Alert - Not using Alert Boxes Mersh Java 0 03-13-2007 04:14 PM
Newbie alert!. How can I restrict bandwidth between to SQL servers mark.pearson@cba.com.au Cisco 1 06-09-2005 07:01 PM
ALERT: Virus Scam Alert! Toronto Garage Door Company Computer Support 1 11-18-2003 04:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57