473,698 Members | 2,392 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is your all around site CSS width property set at?

Hi

I hear to set the css width property at 774px which is good for all
resolutions. What are you using?

Thanks a lot

Patrick

Oct 22 '06 #1
16 2093
varois83 wrote:
I hear to set the css width property at 774px which is good for all
resolutions.
Doesn't work on my PDA, and with my large display, you waste a lot of
screen space.
What are you using?
Nothing. Think flexible.

http://allmyfaqs.net/faq.pl?AnySizeDesign

--
-bts
-Motorcycles defy gravity; cars just suck
Oct 22 '06 #2
"varois83" <va******@netze ro.netwrites:
I hear to set the css width property at 774px which is good for all
resolutions.
You heard wrong.
What are you using?
No hard-coded width at all. That *is* good for any resolution.

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Oct 22 '06 #3
Sherm Pendley wrote:
>
No hard-coded width at all. That *is* good for any resolution.
Agreed, however, it can be good to set a max-width (in ems, of course)
to prevent overly long lines of text. 35em for paragraphs is usually a
good max. A multi-column layout would be wider.

px is never a good unit for page width unless the content is all
graphics, which probably raises another batch of issues.

--
Berg
Oct 22 '06 #4

Thanks

Pat

Oct 23 '06 #5

Bergamot wrote:
Sherm Pendley wrote:

No hard-coded width at all. That *is* good for any resolution.

Agreed, however, it can be good to set a max-width (in ems, of course)
to prevent overly long lines of text.
No, never. There's never any need to set "all around site width".

If you have a column of text in there, then set max-width on that (in
ems) so as to limit the longest line length. But set it on the _column_
where the text is, not the overall page.

Oct 23 '06 #6
varois83 wrote:
Hi

I hear to set the css width property at 774px which is good for all
resolutions. What are you using?

Thanks a lot

Patrick
At 744 pixels wide, I will have to scroll a few screen widths on my handheld
in order to read each line. I hate having to do that. Also at 744 pixels
wide, I will have about a 400 pixel wide margin in my normal viewport. I
hate having to scroll vertically, when I have all that unused white space.

Set the width at either what pleases you, or let it flow to fill the users
viewports. The choice is yours, however I am more likely to stay and visit
your site if it flows.

Carolyn
--
Carolyn Marenger

Oct 23 '06 #7
Andy Dingley wrote:
>
If you have a column of text in there, then set max-width on that (in
ems) so as to limit the longest line length. But set it on the _column_
where the text is, not the overall page.
If you have 2 columns of text, what's wrong with setting an overall page
width in ems to limit both columns in one shot? If you do that, you can
center the page horizontally so it looks nicer. If you only constrain
paragraph or individual column widths, you end up with unbalanced empty
space that looks weird in larger windows.

--
Berg
Oct 23 '06 #8
Bergamot wrote:
>
If you have 2 columns of text, what's wrong with setting an overall page
width in ems
Make that max-width, not width.

--
Berg
Oct 24 '06 #9
In article <4q************ @individual.net >,
Bergamot <be******@visi. comwrote:
If you only constrain
paragraph or individual column widths, you end up with unbalanced empty
space that looks weird in larger windows.
Give a url example.

--
dorayme
Oct 24 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
3234
by: Michael | last post by:
How can I identify the Table that the Geocities banner is in? I tried document.all.tags("table").style.display = 'none' no matter what number I used nothing worked. Using CSS script TABLE {display:none}
145
8818
by: Mark Johnson | last post by:
Oddly enough, I found it difficult, using Google, to find a list of best-of sites based on the quality of their css packages. So I'd ask. Does anyone know of particularly good sites which are in good measure because of their creative and useful css designs? I'm aware of Zen Garden and a few others. So don't bother with those. And I hope I don't get replies from people with a 'tin ear' and no design sense. Good sites. Good pages. That's...
47
9139
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
86
7770
by: Michael Kalina | last post by:
Because when I asked for comments on my site-design (Remember? My site, your opinion!) some of you told me never to change anything on font-sizes! What do you guys think of that: http://www.clagnut.com/blog/348/ I hope that's going to be a good discussion! Michael
9
2820
by: Rajat Tandon | last post by:
Hello there, I am relatively new to the newsgroups and C#. I have never been disappointed with the groups and always got the prompt replies to my queries.This is yet another strange issue, I am facing. Please please help me to solve this as soon as possible. So here we go ... I am not able to take the screen shot of the windows form based "Smart
7
1427
by: Mike Fellows | last post by:
Below is my code that is carried out on my dataset, datagrid etc... Im trying to get column0 "Date & Time" to show date and time, not just date ive read some stuff posted by Dmitriy Lapshin on this board that goes way over my ability (this is my first vb or vb.net project). from what I can tell i need a GridColumnStyles collection adding to my datagrid but each and everytime I try to do this my code crashes.
4
1909
by: _Raven | last post by:
Okay, I am playing with submitting forms with Ajax. I am trying to adapt this script to my forms: http://www.captain.at/howto-ajax-form-post-get.php I have included my code at the bottom of this post. Basically, this will work correctly if I remove all non-form related tags from the form =eg span, div, but I want to format the form all pretty like so??? Right now, it only collects 2 parts of the form fields =sites &
9
4264
by: Tom P. | last post by:
I am creating a custom control and I'm trying to get the painting of it correct. I'd like to simply use: e.Graphics.FillRectangle(Brushes.White, DisplayRectangle); .... or ... e.Graphics.FillRectangle(Brushes.White, ClientRectangle); .... or ... e.Graphics.FillRectangle(Brushes.White, Bounds); But each of those fails to draw a rectangle all the way around (most are 1 pixel off). Instead I find myself having to use:
5
1234
by: h3xx | last post by:
Sorry, this isn't specifically related to PHP, but to an odd bug I came across when testing some code inside IE7. The problem is that IE7 freezes, but only when the following conditions are met: 1. An image inside of a block-level container, A, where the image is enlarged or shrunk by CSS to have a width of 100%, which makes it stretch to fill the container.
0
8678
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9030
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8871
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7737
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6525
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4621
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.