![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
On Sun, 21 Nov 2004 20:02:14 -0000, "Phil Thompson" philSPAM (AT) doublonegative (DOT) com> wrote: Oh my god, sorry. I didn't realise I'd just brought about the apocalypse. Fluid is a great idea and yes it works sometimes but there are times, when big breath> shock horror, a fixed width layout works best. Perhaps you'd like to offer a few examples of sites where this is the case? |
|
-- Stephen Poley http://www.xs4all.nl/~sbpoley/webmatters/ |
#12
| ||||||
| ||||||
|
|
in comp.infosystems.www.authoring.stylesheets, Phil Thompson wrote: "Andrew Thompson" <SeeMySites (AT) www (DOT) invalid> wrote in message news:k7d9w9j9bxnh.19y0pxo2cm4am$.dlg (AT) 40tude (DOT) net... On Sun, 21 Nov 2004 15:39:11 -0000, Phil Thompson wrote: and for a fixed width div use If I understand your CSS correctly, it will only work for a page that is 500px wide. Please drag yourself into the third millenium! a page that is at least 500px wide. I know that isn't wholly accessible but it is pretty damn close. 500px is very bad idea: 1) Most people use much bigger window, so they get large unusable space 2) People using smaller screen will get scrollbar. There is very little number of people using browser that would be good. And if you center using the way you showed earlier, people using under 500px window can't use your site. Anything handheld fits that. |
|
Oh my god, sorry. I didn't realise I'd just brought about the apocalypse. Fluid is a great idea and yes it works sometimes but there are times, when big breath> shock horror, a fixed width layout works best. No, fixed width works never best. Totally fluid is not best always either, but it is much better than fixed width |
|
Read other peoples opinions here: http://www.designbyfire.com/000032.html http://www.htmlhelp.com/cgi- bin/validate.cgi?url=http://www.designbyfire.com/000032.html&warnings=yes Don't take advice from people that use nested blockquotes to indent stuff. CSS1 was published 8 years ago, and margins were supported good enaugh in very first implementions. |
|
From there: Fixed: | Pros | Guarantees line length readability You can do that without fixing layout. Read on max-width, and IE alternative | Guarantees ability to place images into the layout in relation to other | design elements and type size Unless user changes type size, in which case layout breaks. | Allows for predictable printed results from screen to paper Most likely one third on right hand side clipped. | Allows for a predictable presentation as intended by the designer If user has same fontsize and other settings as user. |
|
snip / Because said site uses fixed layout, I get scrollbar, and can scroll to see about 30px of orange margin on right. It looks much better when I force it to fit window. If this had been done differently, it would not force me to scroll to see margin. |
|
-- Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts |
#13
| |||
| |||
|
|
Given the effort that people who contribute to this group put into encouraging fluid layout and having everything exactly as big as the *user* wants, it is disappointing to see people encouraging fixed widths that would lock the size of the page. Oh my god, sorry. I didn't realise I'd just brought about the apocalypse. Fluid is a great idea and yes it works sometimes but there are times, when <big breath> shock horror, a fixed width layout works best. Read other peoples opinions here: http://www.designbyfire.com/000032.html p.s. Sorry I spoke. You are quite correct in pointing out this other method, Phil. Really disappointing isn't it, to get such condascending comments such as "get a clue" and the one above, instead of a sensible comment such as: Yes, it does work, but has a drawback when the page is reduced to a certain point, etc., etc. In certain situations however, it is a viable and at times possibly the only option. -- Gus |
#14
| |||||
| |||||
|
|
"Lauri Raittila" <lauri (AT) raittila (DOT) cjb.net> wrote in message news:MPG.1c0b274923bc548c98a182 (AT) news (DOT) individual.net... No, fixed width works never best. Totally fluid is not best always either, but it is much better than fixed width Well it actually depends on the design. I notice that the perosnal websites of the two people haranging me, for advocating fixed-width design, aren't very image intensive. |
|
A design with few images is a great candidate for a fluid layout but a site with lots of background images (giving a design a bit of character) sometimes needs fixed width. |
|
Read other peoples opinions here: http://www.designbyfire.com/000032.html http://www.htmlhelp.com/cgi- bin/validate.cgi?url=http://www.designbyfire.com/000032.html&warnings=yes Don't take advice from people that use nested blockquotes to indent stuff. CSS1 was published 8 years ago, and margins were supported good enaugh in very first implementions. Have you see this man's resume? http://www.designbyfire.com/andrei.php I think I will take advcie from him. He seems a lot more knowledgeable than me and you put together. |
|
What you have go to remember is to design for your audience, this site has an audience of web professionals who probably are goig to have very similar settings to the designer, that means large screen resolutions. Amazon and Google et al have a wider audience and so must design with that in mind. Google can't afford to make their site inaccessible to someone with a screen resolution of 640*480 but designbyfire.com can. |
|
Because said site uses fixed layout, I get scrollbar, and can scroll to see about 30px of orange margin on right. It looks much better when I force it to fit window. If this had been done differently, it would not force me to scroll to see margin. What screen resolution are you using? 800*600? |
#15
| |||
| |||
|
|
"Stephen Poley" <sbpoleySpicedHamTrap (AT) xs4all (DOT) nl> wrote in message news bt1q0l5kmkregh5gbpbrnvrkg5vgm87rj (AT) 4ax (DOT) com...Perhaps you'd like to offer a few examples of sites where this is the case? http://www.simplebits.com/ http://www.mezzoblue.com/ http://www.dkeithrobinson.com/asterisk/ http://9rules.com/whitespace/ http://www.happycog.com/ http://www.zeldman.com/ http://www.blogger.com/start http://www.stopdesign.com/ |
#16
| |||
| |||
|
|
What is so cool about horizontal scrollbars? |
#17
| |||
| |||
|
|
Phil Thompson wrote: "Lauri Raittila" wrote... Phil Thompson wrote: Read other peoples opinions here: http://www.designbyfire.com/000032.html http://www.htmlhelp.com/cgi-bin/vali...om/000032.html snip / I'd take advice from this guy for visual design/interface, but I wouldn't rely on him for markup advice. -- Brian (remove "invalid" to email me) |
#18
| ||||
| ||||
|
|
Brian wrote: I'd take advice from this guy for visual design/interface, |
|
but I wouldn't rely on him for markup advice. |
|
Isn't CSS about visual design? |
|
True his markup may be wanting but someone must have noticed I linked to a page on his site because it contained lots of links to other webpages where others had expressed their opinions on this subject matter, not because I thought his page or his opinion was gospel. |
#19
| |||
| |||
|
|
Set the width to something smaller than 100% and the margin to auto e.g. div.someClass { width: 100%; That should have been e.g. width: 80%; of course. |
#20
| |||
| |||
|
|
Thankyou Gus. Fact of the matter is my solution was a bit shit but I didn't think I deserved the abuse I got. |
|
But seems how it came from such excellent designers http://www.1point1c.org/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |